summaryrefslogtreecommitdiff
path: root/tools/minicargo/manifest.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-14MSVC compile fixesJohn Hodge1-0/+1
2017-12-20minicargo - Attempt to fix crash on travis (use after free)John Hodge1-1/+1
2017-11-19minicargo - Fix handling of binariesJohn Hodge1-0/+18
2017-11-18minicargo - Handle `[package]links=foo` (crudely)John Hodge1-2/+19
2017-10-29Minicargo - Activate default features even when it's not the first initJohn Hodge1-3/+7
2017-10-14minicargo - Reduce logspam a littleJohn Hodge1-0/+3
2017-09-23minicargo - Don't do a repo lookup unless a version is specifiedJohn Hodge1-1/+1
2017-09-23Minicargo - Look in the repo before path dependenciesJohn Hodge1-14/+11
2017-09-23minicargo - Some defensive handling of bad manifestsJohn Hodge1-1/+6
2017-09-23Merge branch 'master' of ssh://github.com/thepowersgang/mrustcJohn Hodge1-4/+21
2017-09-23Minicargo - Support optional build-dependenciesJohn Hodge1-5/+20
2017-09-23minicargo - Configurable output directory, fix assertion with an exceptionJohn Hodge1-1/+3
2017-09-22minicargo - Compile fixes for windowsJohn Hodge1-0/+1
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