232 Commits (dc7162fe40e6b31811e8879c9860fd9eafe6aa46)

Author SHA1 Message Date
Thomas Jespersen dc7162fe40 Add Config as alias for Build 8 years ago
Thomas Jespersen dc4bfb4715 Rename `Config` type to `Build` 8 years ago
opilarium 5de014da40 Check for DEBUG env var 8 years ago
opilarium f8d11980bb Document common values for std libs 8 years ago
opilarium e9caabf069 Add warning message to warnings_into_errors method 8 years ago
opilarium 26b86649b2 The same warning flags for GNU and Clang 8 years ago
opilarium 8ce7108d75 Add warnings control 8 years ago
opilarium 0cb7d0ba87 Fix examples 8 years ago
Thomas Jespersen 8c644e54e9 Config: accept Into<Option<&str>> instead of Option<&str> 8 years ago
James Higgs f8fcfe1f2b Update assert and adjust docs 8 years ago
James Higgs 92d0b578a2 Fix up the example for expand 8 years ago
James Higgs e872a0bdbc Assert that there's only one file in config when using expand 8 years ago
Christopher Vittal 69dbb53dcf Add note that crate can compile assembly. 8 years ago
Ronny Chevalier 382f8f52e8 config: use try! instead of ? to support rust 1.6.0 8 years ago
Ronny Chevalier 590a974a8a config: add flag_if_supported 8 years ago
Andy Gauge 169ff59e04 Preventing bug if liberace makes a library using new syntax 8 years ago
Ottavio Hartman a761285174 Remove compile_library function 8 years ago
Andy Gauge 89a9d3dfce Changed compile to accept name of library and updated examples 8 years ago
rap2h f1e8ae14d0 Add some panic conditions 8 years ago
Andy Gauge c0481c97f3 Added hyperlinks to internal methods/structs/functions within docs. 8 years ago
opilarium aaa4e96c3e cpp_link_stdlib/cpp_set_stdlib examples 8 years ago
opilarium 14a70f0e2f target/host examples 8 years ago
opilarium 510e040b0e Config::files method 8 years ago
opilarium 2004e41e92 Implementation for Config::default 8 years ago
opilarium f2c751e940 Implement Clone and Debug for Tool 8 years ago
opilarium 1681ad52e9 Add ticks for tests 8 years ago
opilarium 320a033e18 Tests compilation 8 years ago
ma.rybakov 2dc5dfe8f0 Include/define/flag docs 8 years ago
ma.rybakov 385fed36d9 Shared/static flag examples 8 years ago
ma.rybakov 9966c862aa Implement Clone, Debug and Default for Config 8 years ago
Alex Crichton 48585c7a92 Minor style updates 8 years ago
king6cong e54aa2c378 fix arm-linux-androideabi-gcc -Oz error 8 years ago
Luca Bruno d5af8bfb94
config: add shared_flag and static_flag 8 years ago
Brian Anderson f6be9a7255 Only add the 'host dylib path' to the MSVC 2017 PATH 8 years ago
Alex Crichton e9d57f06e2 Add a url for vs15 logic 8 years ago
Brian Anderson 8c87f85f78 Fix MSVC 2017 cross-compilation 8 years ago
Alex Crichton e650554edf Fix a compiler warning 8 years ago
Alex Crichton 942ddd9716 Add forwards compat with `VsVers` 8 years ago
Brian Anderson c64620ccf8 Update msbuild discovery for 2017 8 years ago
Brian Anderson 817911723e Be more precise about MSVC names 8 years ago
Brian Anderson 4ea110ea36 Add MSVC 2017 detection 8 years ago
Liran 8890a6f029 Explicitly set static crt 8 years ago
Val Vanderschaegen 5791531895 Fixing emscripten on windows to use the right files. 8 years ago
Kelvin Ly 8110330e54 Fix confusion with uclibc triplets 8 years ago
Jonathan A. Kollasch aaf6d22561 rename "netbsdelf" Rust triples to "netbsd" 8 years ago
Connor Worley 6d4d36718d Support for the FRC target 8 years ago
NODA, Kai b7dde5668a lib.rs: use Display rather than Debug for ExitStatus 8 years ago
Daniel Lockyer 436abb5a4e Remove reference in favour for dereferencing variable 8 years ago
Daniel Lockyer 8430aee1aa Switch to better fallback methods 8 years ago
Daniel Lockyer 666b4904a4 Remove .ok() call as .expect() can be called on Result 8 years ago