| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix another typo | gingerBill | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | gingerBill | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | Use working directory for `aapt` commands | gingerBill | 2025-03-27 | 1 | -12/+64 |
| | | |||||
| * | Allow precompiled resources with -resource:foo.res | Jeroen van Rijn | 2024-07-10 | 1 | -0/+7 |
| | | | | | And add them to the magic new feature. | ||||
| * | Merge pull request #3439 from andreas-jonsson/netbsd | gingerBill | 2024-05-15 | 1 | -1/+1 |
| |\ | | | | | NetBSD support | ||||
| | * | Initial commit of NetBSD port | Andreas T Jonsson | 2024-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix `read_directory()` skipping directories on UNIX-likes | Feoramund | 2024-05-12 | 1 | -4/+1 |
| |/ | |||||
| * | Copy file names from`dirent` into `FileInfo` during `read_directory` | Harold Brenes | 2024-03-11 | 1 | -1/+1 |
| | | |||||
| * | Get Odin to compile on Haiku | Slendi | 2024-02-15 | 1 | -461/+461 |
| | | | | | | | This patch makes Odin to compile on Haiku which is a good first step. Now, all that's needed to do is to figure out how to do futexes, which I am blaming for the program crashing. | ||||
| * | Fix windows write_directory() | Mark Naughton | 2023-05-19 | 1 | -1/+1 |
| | | |||||
| * | Add write permissions check on output folder | Mark Naughton | 2023-05-19 | 1 | -0/+36 |
| | | |||||
| * | Fix single-file package case | Mark Naughton | 2023-05-18 | 1 | -1/+1 |
| | | |||||
| * | Fix Windows version of get_current_directory | Mark Naughton | 2023-04-25 | 1 | -3/+3 |
| | | |||||
| * | Add Windows equivalent of get_current_directory | Mark Naughton | 2023-04-24 | 1 | -0/+15 |
| | | |||||
| * | Add get_current_directory() | Mark Naughton | 2023-04-24 | 1 | -0/+12 |
| | | |||||
| * | 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. | |||||