summaryrefslogtreecommitdiff
path: root/tools/common
AgeCommit message (Collapse)AuthorFilesLines
2019-11-27Add Solaris targets (amd64)Igor Pashev1-0/+7
2019-11-16TOML Parser - Handle newlines before close of an arrayJohn Hodge1-0/+4
2019-10-29minicargo - Fixes to build script support for winapiJohn Hodge1-4/+4
2019-10-27minicargo - Fix Cargo.toml interpreting error with MSVC libcurlJohn Hodge1-1/+1
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge4-31/+93
2019-06-09minicargo - Support for integration testsJohn Hodge1-0/+4
2019-01-22targets: Add x86_64 and arm targets for HaikuAlexander von Gluck IV1-0/+9
2018-12-30Common TOML - Allow EOF right after a lineJohn Hodge1-2/+1
2018-12-22Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it ↵John Hodge1-0/+7
with a lock)
2018-12-15Targets - Add alignment to the target specs, along with a saveback test.John Hodge2-31/+75
2018-11-14Trans - Add initial support for m68kJohn Paul Adrian Glaubitz1-0/+2
2018-06-27Add FreeBSD and DragonFly targetsGreg V1-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-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge6-4/+49
2018-06-03Toml - Slightly better commentingJohn Hodge1-1/+5
2018-06-03All - Move host target auto-detection to be common between compiler and ↵John Hodge1-0/+66
minicargo
2018-05-20Minicargo - Quieten build outputJohn Hodge2-0/+9
2018-05-05Target - Minor fixes to target.toml file loading (should work now)John Hodge1-0/+15
2018-04-01All - Move toml parser and path header to a common library, start on custom ↵John Hodge8-0/+1189
target specs.