summaryrefslogtreecommitdiffhomepage
path: root/dev
AgeCommit message (Expand)Author
2025-05-12fix(cxxdrv): The Compiler driver shall take multiple files, instead of0.0.1e2Amlal El Mahrouss
2025-05-11feat(cxxdrv): Begin addressing stack corruption issue causing segmentation faultAmlal El Mahrouss
2025-05-09dev(cxxdrv): figured out where the segfault comes from, probably the call to ...Amlal
2025-05-07feat(LibCompiler): Reworking architecture to integrate the Arch() method in t...Amlal
2025-05-04feat(cxxdrv): small optimizations regarding variable and useless logging.Amlal
2025-05-04feat(64x0): update flag prefix for 64x0 assembler.Amlal
2025-05-04bug(cxxdrv): isolating segfault on cxxdrv.Amlal
2025-05-04bug(LibCompiler/C++): Segfault raised when compiling C++ source.Amlal
2025-05-01dev, LibCompiler: format codebase.0.0.1Amlal
2025-05-01ld64: Make linker more robust, and extend PEF to version 4.Amlal
2025-04-27dev: format codebase.Amlal
2025-04-26dev, cxxdrv: add sigsegv handler.Amlal
2025-04-26dev: codebase has been improved in terms of cli and consistency.Amlal
2025-04-25dev: stabilizing source code towards an 0.0.1 release.Amlal
2025-04-25dev, general: codebase needed refactors and tweaks, for NeKernel's 0.0.2 rele...Amlal
2025-04-25meta: update .clang-format, format codebase.Amlal
2025-04-25dev, LibDebugger: add kdbg, working on NeKernelContract's implementation.Amlal
2025-04-24dev, dbg: improvements on the debugger's symbol fetching.Amlal El Mahrouss
2025-04-24dev, LibDebugger/Mach: return true, don't branch out to false (bugfix)Amlal El Mahrouss
2025-04-24dev, dbg: Improve POSIXMachContract, but it still has some rough edgesAmlal El Mahrouss
2025-04-19dev, LibCompiler, tooling: refactor and separate components into modulesAmlal El Mahrouss
2025-04-16cc, LibCompiler: source code refactor and tweaks.Amlal El Mahrouss
2025-04-16dev, cxxdrv: bump.Amlal El Mahrouss
2025-04-14ld64: fix memory leak in AE record allocationAmlal El Mahrouss
2025-04-14cxxdrv: Add whitespace cleanup and initial support for class/struct parsingAmlal El Mahrouss
2025-04-12LibCompiler, C++: use 'jmp' when returning from a function.Amlal El Mahrouss
2025-04-03cc/pef: exec format refactors.Amlal El Mahrouss
2025-03-31meta/repository: fix capitalization on my name 'El' instead of 'EL'.Amlal El Mahrouss
2025-03-28libcompiler: update copyright years to 2024–2025Amlal El Mahrouss
2025-03-26meta: fix and update readmes.Amlal El Mahrouss
2025-03-26feat(dbg): made it work on OS X, using mach API.Amlal El Mahrouss
2025-03-26feat(debugger): Better design for LibDebugger, and a patch for the POSIXAmlal El Mahrouss
2025-03-25fix(linker): A critical fix regarding the output being repetadelyAmlal El Mahrouss
2025-03-23feat(dbg): Avoid breakpoint when kPID is not set (kPID = 0)Amlal El Mahrouss
2025-03-23feat(libcompiler): Move Dialogs.h in /dev/Vendor.Amlal El Mahrouss
2025-03-23feat(debugger): Add specs for dbg/LibDebugger, overall codeAmlal El Mahrouss
2025-03-23debugger(posix): Refactor LibDebugger POSIX engine: rename, namespace update,...Amlal El Mahrouss
2025-03-08ADD: Better if conditions in DynamicLinkerPEF.ccAmlal El Mahrouss
2025-03-04ADD: C++ compiler improvements.Amlal El Mahrouss
2025-03-02Minor tweaks on Power64 C compiler.Amlal El Mahrouss
2025-03-01META: Tweak linkers.Amlal El Mahrouss
2025-03-01ADD: Tweaks.Amlal El Mahrouss
2025-03-01LCRT: Update symbol of __libcompiler_unreachable and implement it.Amlal El Mahrouss
2025-02-28ADD: Add __cplusplus macro to preprocessor.Amlal El Mahrouss
2025-02-20DynamicLinkerPEF.cc: Update according to specs.Amlal
2025-02-14ADD: New specs update.Amlal
2025-02-09ADD: Add LibDebugger as a separate dylib, fix depreciation warning forAmlal El Mahrouss
2025-02-08ADD: Assembler frontend tweaks and other refactors.Amlal El Mahrouss
2025-02-08ADD: Moved Debugger into LibCompiler.Amlal El Mahrouss
2025-02-08ADD: Patch command parse on linker, and use Boolean type in C++ compilerAmlal El Mahrouss