summaryrefslogtreecommitdiff
path: root/tools/minicargo/manifest.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Implement cargo:rustc-flagsIgor Pashev1-3/+5
2019-11-03minicargo - Hack in workspace support (for `[patch]`)John Hodge1-1/+17
2019-11-02Fix typo 'depencency' to 'dependency'Elichai Turkel1-1/+1
2019-11-02Add support for crates renamingElichai Turkel1-0/+5
2019-10-27minicargo - Fix Cargo.toml interpreting error with MSVC libcurlJohn Hodge1-9/+14
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge1-1/+5
2019-10-10Minicargo Manifest - Tweaked binary source file logicJohn Hodge1-2/+7
2019-06-23minicargo - Handle pre-release tags in version specifiersJohn Hodge1-1/+12
2019-06-20minicargo - Improved test supportJohn Hodge1-1/+11
2019-06-16Minicargo - Support for main unit test targetsJohn Hodge1-1/+12
2019-06-09minicargo - Support for integration testsJohn Hodge1-27/+52
2019-05-12minicargo - dependency file support, planning for dylibsJohn Hodge1-1/+20
2019-01-27Minicargo - Tweaks for building cargoJohn Hodge1-2/+15
2019-01-15Minicargo - Auto-detect bin targets (fixes #101)John Hodge1-0/+14
2018-12-30minicargo - Cleanup and planning for better `cfg()` handingJohn Hodge1-169/+6
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-1/+6
2018-06-03All - Move host target auto-detection to be common between compiler and minic...John Hodge1-1/+1
2018-03-26netbsd/amd64 supportMaya Rashish1-0/+4
2018-03-17minicargo - Handle wildcard dependenciesJohn Hodge1-4/+43
2018-02-18Minicargo - Don't abort on unrecognised manifest keysJohn Hodge1-2/+3
2018-02-12minicargo - Fix error when compiling cargoJohn Hodge1-0/+3
2018-02-10minicargo - Add parser for cfg() in target-specific options.John Hodge1-28/+161
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