index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
minicargo
/
manifest.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-14
MSVC compile fixes
John Hodge
1
-0
/
+1
2017-12-20
minicargo - Attempt to fix crash on travis (use after free)
John Hodge
1
-1
/
+1
2017-11-19
minicargo - Fix handling of binaries
John Hodge
1
-0
/
+18
2017-11-18
minicargo - Handle `[package]links=foo` (crudely)
John Hodge
1
-2
/
+19
2017-10-29
Minicargo - Activate default features even when it's not the first init
John Hodge
1
-3
/
+7
2017-10-14
minicargo - Reduce logspam a little
John Hodge
1
-0
/
+3
2017-09-23
minicargo - Don't do a repo lookup unless a version is specified
John Hodge
1
-1
/
+1
2017-09-23
Minicargo - Look in the repo before path dependencies
John Hodge
1
-14
/
+11
2017-09-23
minicargo - Some defensive handling of bad manifests
John Hodge
1
-1
/
+6
2017-09-23
Merge branch 'master' of ssh://github.com/thepowersgang/mrustc
John Hodge
1
-4
/
+21
2017-09-23
Minicargo - Support optional build-dependencies
John Hodge
1
-5
/
+20
2017-09-23
minicargo - Configurable output directory, fix assertion with an exception
John Hodge
1
-1
/
+3
2017-09-22
minicargo - Compile fixes for windows
John Hodge
1
-0
/
+1
2017-09-09
minicargo - Features required for cargo
John Hodge
1
-13
/
+140
2017-09-08
minicargo - Build binaries
John Hodge
1
-0
/
+5
2017-09-06
minicargo - Handle recursive features
John Hodge
1
-7
/
+19
2017-09-03
minicargo - If path isn't valid, load from repo
John Hodge
1
-13
/
+23
2017-08-31
minicargo - Build scripts working (mostly)
John Hodge
1
-7
/
+37
2017-08-31
minicargo - Only load build script deps wehn override not active
John Hodge
1
-7
/
+6
2017-08-31
minicargo - Features and build scripts (draft)
John Hodge
1
-8
/
+100
2017-08-24
minicargo manifest - Basic support for implicit lib
John Hodge
1
-1
/
+15
2017-08-24
minicargo manifest - Little tweaks, including automatic build.rs detection
John Hodge
1
-53
/
+112
2017-08-24
minicargo manifest - Version parsing/checking, extra keys
John Hodge
1
-8
/
+117
2017-08-22
minicargo - Handle libraries in build script, add libstd/libunwind script files
John Hodge
1
-1
/
+8
2017-08-22
minicargo - Timestamp checking fixes, target default name
John Hodge
1
-0
/
+8
2017-08-21
minicargo - Rough support for build scripts (override file only)
John Hodge
1
-0
/
+60
2017-08-21
minicargo - move path code to its own file
John Hodge
1
-1
/
+1
2017-08-20
minicargo - Makefile and posix_spawn
John Hodge
1
-1
/
+5
2017-08-20
minicargo - Dependency loading
John Hodge
1
-16
/
+93
2017-08-20
Minicargo - Move build invocations to build.cpp
John Hodge
1
-52
/
+19
2017-08-19
minicargo - Output redirection (windows)
John Hodge
1
-5
/
+26
2017-08-19
minicargo - Draft implementation, spawns mrustc on windows
John Hodge
1
-0
/
+290