summaryrefslogtreecommitdiff
path: root/tools/minicargo/manifest.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-23minicargo - Configurable output directory, fix assertion with an exceptionJohn Hodge1-1/+3
2017-09-09minicargo - Features required for cargoJohn Hodge1-13/+140
2017-09-08minicargo - Build binariesJohn Hodge1-0/+5
2017-09-06minicargo - Handle recursive featuresJohn Hodge1-7/+19
2017-09-03minicargo - If path isn't valid, load from repoJohn Hodge1-13/+23
2017-08-31minicargo - Build scripts working (mostly)John Hodge1-7/+37
2017-08-31minicargo - Only load build script deps wehn override not activeJohn Hodge1-7/+6
2017-08-31minicargo - Features and build scripts (draft)John Hodge1-8/+100
2017-08-24minicargo manifest - Basic support for implicit libJohn Hodge1-1/+15
2017-08-24minicargo manifest - Little tweaks, including automatic build.rs detectionJohn Hodge1-53/+112
2017-08-24minicargo manifest - Version parsing/checking, extra keysJohn Hodge1-8/+117
2017-08-22minicargo - Handle libraries in build script, add libstd/libunwind script filesJohn Hodge1-1/+8
2017-08-22minicargo - Timestamp checking fixes, target default nameJohn Hodge1-0/+8
2017-08-21minicargo - Rough support for build scripts (override file only)John Hodge1-0/+60
2017-08-21minicargo - move path code to its own fileJohn Hodge1-1/+1
2017-08-20minicargo - Makefile and posix_spawnJohn Hodge1-1/+5
2017-08-20minicargo - Dependency loadingJohn Hodge1-16/+93
2017-08-20Minicargo - Move build invocations to build.cppJohn Hodge1-52/+19
2017-08-19minicargo - Output redirection (windows)John Hodge1-5/+26
2017-08-19minicargo - Draft implementation, spawns mrustc on windowsJohn Hodge1-0/+290