455 Commits (01cbcf90f160d8d55397ee5cdee2731e13cc4822)
 

Author SHA1 Message Date
FaultyRAM 01cbcf90f1 Fix non-delimited library names 7 years ago
Alex Crichton a55b443c53 Merge branch 'try-refactor' of https://github.com/marco9999/gcc-rs 7 years ago
Alex Crichton 9a099714c1 Merge pull request #226 from laumann/rename-config-type 7 years ago
Thomas Jespersen dc7162fe40 Add Config as alias for Build 7 years ago
Thomas Jespersen dc4bfb4715 Rename `Config` type to `Build` 7 years ago
Alex Crichton 5824f286a3 Merge branch 'into-option-str' of https://github.com/laumann/gcc-rs 7 years ago
Alex Crichton 55d6205879 Merge pull request #229 from opilar/bugfix/debug-env 7 years ago
Alex Crichton 30e4497e20 Merge pull request #228 from opilar/feature/common-std-libs 7 years ago
Alex Crichton c74cd42347 Merge pull request #216 from opilar/feature/warning-control 7 years ago
Alex Crichton 60211054ec Merge pull request #207 from opilar/feature/link-set-stdlib-examples 7 years ago
opilarium 5de014da40 Check for DEBUG env var 7 years ago
opilarium f8d11980bb Document common values for std libs 7 years ago
opilarium 3933e0093b Add tests 7 years ago
opilarium e9caabf069 Add warning message to warnings_into_errors method 7 years ago
opilarium 26b86649b2 The same warning flags for GNU and Clang 7 years ago
opilarium 8ce7108d75 Add warnings control 8 years ago
opilarium 0cb7d0ba87 Fix examples 7 years ago
Thomas Jespersen 8c644e54e9 Config: accept Into<Option<&str>> instead of Option<&str> 7 years ago
Marco Satti 1067a72539 Fix Error new function typo. 8 years ago
Marco Satti 3cd8c8c44a Update min rust version to 1.13.0 to support '?' feature. 8 years ago
Marco Satti 158cb3a8a8 Refactored rest of error checking. 8 years ago
Marco Satti b6dc1bd9a5 Merge branch 'try-refactor' of https://github.com/marco9999/gcc-rs into try-refactor 8 years ago
Marco Satti fd504ab5af Added Into<Error> trait from io::Error. Partial refactoring of the errors thrown. 8 years ago
Marco Satti da8101408d Fix expand() signature. 8 years ago
Marco Satti 79023e0652 Make error types private. 8 years ago
Marco Satti 2b6fb672a8 Added in parallel compile_objects() error handling. 8 years ago
Marco Satti 0283924777 Added a try variant to fn get_compiler. 8 years ago
Marco Satti f4958c81a5 Added in error checking for the compile() and expand() functions. 8 years ago
Alex Crichton 88ac58e25c Merge pull request #221 from jehiggs/master 8 years ago
James Higgs 8d0695d502 Merge remote-tracking branch 'upstream/master' 8 years ago
Alex Crichton 3ea767f12a Skip flag_if_supported test on Windows 8 years ago
Alex Crichton 7775fd3df7 Merge pull request #219 from chrisvittal/asm-doc 8 years ago
James Higgs e4987130c2 Merge remote-tracking branch 'upstream/master' 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
Alex Crichton 501a5bfb4a Bump minimum version to 1.9.0 8 years ago
Alex Crichton db7b134541 Merge pull request #218 from ronnychevalier/rc/use_try_macro 8 years ago
Ronny Chevalier 382f8f52e8 config: use try! instead of ? to support rust 1.6.0 8 years ago
Alex Crichton ee4c0f11ca Merge pull request #215 from ronnychevalier/rc/flag_if_supported 8 years ago
Alex Crichton 93b3531d16 Merge pull request #214 from AndyGauge/lib-name-fix 8 years ago
Ronny Chevalier 590a974a8a config: add flag_if_supported 8 years ago
Alex Crichton c738a5013e Fix example in README 8 years ago
Andy Gauge 169ff59e04 Preventing bug if liberace makes a library using new syntax 8 years ago
Alex Crichton 178b8b4be3 Work around appveyor issues 8 years ago
Alex Crichton 7618c2192a Merge pull request #211 from rap2hpoutre/master 8 years ago
Raphaël Huchet 12dc0bab96 Merge branch 'master' into master 8 years ago
Alex Crichton 7b6f4a0738 Merge pull request #213 from omh1280/remove_compile_library 8 years ago
Ottavio Hartman 5c5d692aec Merge remote-tracking branch 'upstream/master' into remove_compile_library 8 years ago