summaryrefslogtreecommitdiff
path: root/tools/minicargo
AgeCommit message (Expand)AuthorFilesLines
2019-11-03minicargo - Hack in workspace support (for `[patch]`)John Hodge5-1/+135
2019-11-03Minicargo - Better output for failed commandsJohn Hodge1-5/+14
2019-11-02Fix typo 'depencency' to 'dependency'Elichai Turkel1-1/+1
2019-11-02Add support for crates renamingElichai Turkel1-0/+5
2019-10-29minicargo - Fixes to build script support for winapiJohn Hodge2-10/+21
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 Hodge3-25/+61
2019-10-26minicargo - Set `RUSTC` env var to path to mrustcJohn Hodge1-0/+3
2019-10-10Minicargo Manifest - Tweaked binary source file logicJohn Hodge1-2/+7
2019-08-24minicargo - Allow specifying features on command lineJohn Hodge1-0/+16
2019-07-20minicargo - Hackily support dylib building (env var to turn it on)John Hodge1-4/+7
2019-06-29All - Working dylib support (not used yet, needs rpath/absolute)John Hodge1-0/+1
2019-06-29Trans - Rework to potentially support dynamic librariesJohn Hodge1-2/+2
2019-06-23minicargo - Handle pre-release tags in version specifiersJohn Hodge1-1/+12
2019-06-20minicargo - Improved test supportJohn Hodge2-6/+29
2019-06-16Minicargo - Support for main unit test targetsJohn Hodge2-2/+13
2019-06-09minicargo - Support for integration testsJohn Hodge6-41/+125
2019-05-18minicargo - Very rough planning for dylibsJohn Hodge1-6/+22
2019-05-12minicargo - dependency file support, planning for dylibsJohn Hodge3-6/+165
2019-02-23minicargo - Fix infinite printing in build script error reporting if an over-...John Hodge1-7/+13
2019-02-23Merge branch 'master' of ssh://github.com/thepowersgang/mrustcJohn Hodge2-19/+43
2019-02-23minicargo - Improved error reporting for failed build scriptsJohn Hodge1-3/+19
2019-01-27Minicargo - Tweaks for building cargoJohn Hodge3-3/+33
2019-01-20minicargo - Rough build progress counterJohn Hodge1-3/+9
2019-01-19minicargo - Include a rough progress counter in build reportsJohn Hodge1-14/+27
2019-01-15Minicargo - Auto-detect bin targets (fixes #101)John Hodge1-0/+14
2019-01-01minicargo - Hack in a environment variable used by backtrace-sysJohn Hodge1-0/+2
2018-12-30minicargo - Cleanup and planning for better `cfg()` handingJohn Hodge4-170/+278
2018-12-22Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it with...John Hodge1-19/+29
2018-11-24minicargo - (minor) #include <> to ""John Hodge1-2/+2
2018-09-09Msvc compile fixesJohn Hodge2-1/+2
2018-08-04Minicargo - Always print called processesJohn Hodge1-7/+25
2018-06-27Consistent preprocessor indentation in Builder constructorGreg V1-8/+8
2018-06-27Add FreeBSD and DragonFly targetsGreg V1-0/+11
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge6-3/+35
2018-06-03All - Move host target auto-detection to be common between compiler and minic...John Hodge2-13/+3
2018-06-03minicargo - Rough OSX supportJohn Hodge1-4/+29
2018-06-02Minicargo - Tweaked error reportingJohn Hodge1-2/+2
2018-05-20Minicargo - Quieten build outputJohn Hodge2-6/+24
2018-04-25minicargo - Re-run build script if output is missingJohn Hodge1-2/+3
2018-04-01All - Move toml parser and path header to a common library, start on custom t...John Hodge10-1147/+8
2018-03-30Minicargo - Turn on debug_assertions when in debug modeJohn Hodge1-1/+1
2018-03-26netbsd/amd64 supportMaya Rashish2-0/+7
2018-03-17minicargo - Handle wildcard dependenciesJohn Hodge2-5/+51
2018-02-25minicargo - Fix bug with parallel builds and sanity checkJohn Hodge1-1/+2
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-11Merge branch 'master' into common_layoutJohn Hodge (Mutabah)3-30/+165
2018-02-10minicargo - Add parser for cfg() in target-specific options.John Hodge3-31/+166
2018-01-28All - mingw32 compilation changesJohn Hodge3-6/+53