| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-23 | feat!(LibCompiler): Codebase and diagram has been improved. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-20 | feat(cxxdrv): Improving and patching C++'s driver segfault at exit. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-17 | feat(ld): Important linker refactors, for a better code. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-17 | feat(ld64): Improve codebase, removed redundant variable ae_header. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-11 | feat(cxxdrv): Begin addressing stack corruption issue causing segmentation fault | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-04 | bug(LibCompiler/C++): Segfault raised when compiling C++ source. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-05-01 | dev, LibCompiler: format codebase.0.0.1 | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-05-01 | ld64: Make linker more robust, and extend PEF to version 4. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-26 | dev: codebase has been improved in terms of cli and consistency. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-25 | dev: stabilizing source code towards an 0.0.1 release. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-25 | meta: update .clang-format, format codebase. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-19 | dev, LibCompiler, tooling: refactor and separate components into modules | Amlal El Mahrouss | |
| (cppdrv, cxxdrv) Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-16 | cc, LibCompiler: source code refactor and tweaks. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-14 | ld64: fix memory leak in AE record allocation | Amlal El Mahrouss | |
| Corrected allocation/deallocation of raw_ae_records when reading AE headers. This prevents memory leaks and ensures consistent cleanup before further processing. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-12 | LibCompiler, C++: use 'jmp' when returning from a function. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-03 | cc/pef: exec format refactors. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-31 | meta/repository: fix capitalization on my name 'El' instead of 'EL'. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-28 | libcompiler: update copyright years to 2024–2025 | Amlal El Mahrouss | |
| Update all source headers in LibCompiler and tools to reflect the correct copyright span for ongoing development. Affects headers and source files across: - AAL CPU backends (amd64, arm64, 64x0, 32x0) - Assembler and linker backends (PEF, XCOFF) - Parser, macros, defines, utils - Tools: asm, dbg, ld64, necc No functional changes made. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-25 | fix(linker): A critical fix regarding the output being repetadely | Amlal El Mahrouss | |
| written on the file. refactor(NFC): Rename String.h to StringView.h Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-08 | ADD: Better if conditions in DynamicLinkerPEF.cc | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-01 | META: Tweak linkers. | Amlal El Mahrouss | |
| 2025-02-20 | DynamicLinkerPEF.cc: Update according to specs. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-08 | ADD: Assembler frontend tweaks and other refactors. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-02-08 | ADD: Patch command parse on linker, and use Boolean type in C++ compiler | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-02-07 | ADD: tweaks. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-02-04 | ADD: Minor tweaks. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-01-27 | ADD: `dbg` C++ debugger program. | Amlal | |
| META: Ran format command with correct C++ extensions. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-01-21 | ADD: NeKernel Toolchain 0.0.9 (Beta Release) | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
