475 Commits (a870963e37cc1a83aa7bc1fc1ef2ee929ee8ab44)
 

Author SHA1 Message Date
Alex Crichton a870963e37 Fix tests from rename 7 years ago
Alex Crichton 410992fcf9 Rename the crate to `cc` 7 years ago
Alex Crichton dc329205d5 Bump to 0.3.54 7 years ago
Alex Crichton b8efa21179 Only pass -Oz to clang 7 years ago
Alex Crichton 510d34f886 Execute `cmd` directory for bat scripts on Windows 7 years ago
Alex Crichton 3c636f76f4 Add sccache to the whitelist of ccache-like compilers 7 years ago
Alex Crichton 10871a0e40 Merge pull request #238 from jan-auer/master 7 years ago
Jan Michael Auer ff3c88aa38 Add tests for flag_if_supported in C++ mode. 7 years ago
Jan Michael Auer 2bab93c403 Fix flag_if_supported for C++ sources. 7 years ago
Jan Michael Auer 1bdb6a92ec Defer flag checks until compile() is called. 7 years ago
Alex Crichton 5cbb921bb6 Switch MSVC from /Wall to /W4 7 years ago
Alex Crichton faec391913 Don't capitalize library names 7 years ago
Alex Crichton 7ac957188f Bump to 0.3.53 7 years ago
Alex Crichton d5988a756f Correct lookup of `DEBUG` 7 years ago
Alex Crichton 058774d537 Bump to 0.3.52 7 years ago
Alex Crichton baafec3db8 Merge pull request #233 from Boddlnagg/patch-1 7 years ago
Patrick Reisert aff0e1b31d Add useful derives for `VsVers` 7 years ago
Alex Crichton ba9d6943bf Merge pull request #232 from laumann/explain-cargo-metadata 7 years ago
Thomas Jespersen 5ef5e48ebe Explain emitted cargo metadata 7 years ago
Alex Crichton e2f3cc0b5a Merge pull request #231 from FaultyRAM/fix-non-delimited-lib-names 7 years ago
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 7 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. 7 years ago
Marco Satti 3cd8c8c44a Update min rust version to 1.13.0 to support '?' feature. 7 years ago
Marco Satti 158cb3a8a8 Refactored rest of error checking. 7 years ago
Marco Satti b6dc1bd9a5 Merge branch 'try-refactor' of https://github.com/marco9999/gcc-rs into try-refactor 7 years ago
Marco Satti fd504ab5af Added Into<Error> trait from io::Error. Partial refactoring of the errors thrown. 7 years ago
Marco Satti da8101408d Fix expand() signature. 7 years ago
Marco Satti 79023e0652 Make error types private. 7 years ago
Marco Satti 2b6fb672a8 Added in parallel compile_objects() error handling. 7 years ago
Marco Satti 0283924777 Added a try variant to fn get_compiler. 7 years ago
Marco Satti f4958c81a5 Added in error checking for the compile() and expand() functions. 7 years ago
Alex Crichton 88ac58e25c Merge pull request #221 from jehiggs/master 7 years ago
James Higgs 8d0695d502 Merge remote-tracking branch 'upstream/master' 7 years ago