Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-27 | Add FreeBSD and DragonFly targets | Greg V | 1 | -0/+16 | |
Also adjust macOS comment. FreeBSD also uses clang and lld (current dev version even uses lld as /usr/bin/ld), function-sections/gc-sections are very well supported. It's probably a Mach-O issue on Macs. | |||||
2018-06-04 | All - Ensure that all files have a header comment, remove some dead code | John Hodge | 6 | -4/+49 | |
2018-06-03 | Toml - Slightly better commenting | John Hodge | 1 | -1/+5 | |
2018-06-03 | All - Move host target auto-detection to be common between compiler and ↵ | John Hodge | 1 | -0/+66 | |
minicargo | |||||
2018-05-20 | Minicargo - Quieten build output | John Hodge | 2 | -0/+9 | |
2018-05-05 | Target - Minor fixes to target.toml file loading (should work now) | John Hodge | 1 | -0/+15 | |
2018-04-01 | All - Move toml parser and path header to a common library, start on custom ↵ | John Hodge | 8 | -0/+1189 | |
target specs. |