| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bug when `.` is passed to `remove_extension_from_path` | gingerBill | 2023-01-20 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'master' into compiler-improvements-2023-01 | gingerBill | 2023-01-10 | 1 | -0/+3 |
| |\ | |||||
| | * | Merge pull request #2280 from DragosPopse/master | gingerBill | 2023-01-01 | 1 | -0/+3 |
| | |\ | | | | | | | Fixed empty output_path.name when building a folder with no subfolders | ||||
| | | * | Patched empty output_path.name when building a folder | Dragos | 2022-12-26 | 1 | -0/+3 |
| | | | | |||||
| * | | | Localize gen_types mutexes | gingerBill | 2023-01-04 | 1 | -7/+5 |
| |/ / | |||||
| * / | Add `gb_internal` to path procedures | gingerBill | 2022-12-18 | 1 | -15/+15 |
| |/ | |||||
| * | Address edge cases. | Jeroen van Rijn | 2022-04-26 | 1 | -3/+64 |
| | | |||||
| * | Compiler: Add early error for output path being a directory. | Jeroen van Rijn | 2022-04-24 | 1 | -0/+333 |
| - Introduce new `Path` type and an array of build paths on the build context. - Resolve input and output paths/files early (before parsing). - Error early if inputs are missing or outputs are directories. - Plumb new file path generation into linker stage instead of its adhoc method. TODO: - Remove more adhoc file path generation in parser and linker stage. - Make intermediate object file generation use new path system. - Round out and robustify Path helper functions. | |||||