Alex Crichton
|
afe2fd6ccd
|
Merge pull request #335 from huonw/patch-1
cc-rs isn't Serde, in License section
|
7 years ago |
Huon Wilson
|
8aac82395a
|
cc-rs isn't Serde, in License section
Looks like a copy-paste error.
|
7 years ago |
Alex Crichton
|
3e7d042233
|
Merge pull request #334 from edelangh/use_clang_ndk_r18
Use clang for target android
|
7 years ago |
edelangh
|
c6bfd111a0
|
Use clang as backup for target android
Android ndk r18 remove gnu support, we should use clang instead of gcc
on this one is not present
|
7 years ago |
Alex Crichton
|
28f5e3450c
|
Merge pull request #333 from jdm/filter-supported
Filter out -v from compiler args when checking if a flag is supported.
|
7 years ago |
Josh Matthews
|
12816c8427
|
Update minimum supported Rust version.
|
7 years ago |
Josh Matthews
|
d37bd811a2
|
Filter out -v from compiler args when checking if a flag is supported.
|
7 years ago |
Alex Crichton
|
5b3949a063
|
Use one test thread for now
Hopefully fixes errors on OSX!
|
7 years ago |
Alex Crichton
|
d34c1d6183
|
Merge pull request #332 from jakllsch/netbsd-aarch64-toolchain-mapping
Add aarch64-unknown-netbsd target toolchain mapping
|
7 years ago |
Jonathan A. Kollasch
|
dae08a2c76
|
Add aarch64-unknown-netbsd target toolchain mapping
|
7 years ago |
Alex Crichton
|
c44f4df6a1
|
Bump to 1.0.18
|
7 years ago |
Alex Crichton
|
9eaa56536e
|
Pass cc_wrapper_args to all compiler invocations
Shouldn't just be if we have a wrapper! This should help detect more flags in
`CC` when present.
Closes #328
|
7 years ago |
Alex Crichton
|
baa71c0e29
|
Merge pull request #326 from Geobert/find_devenv_when_msbuild_tools_configured
special case for devenv.exe
|
7 years ago |
Geobert Quach
|
c2242dc76f
|
Stray println
|
7 years ago |
Geobert Quach
|
fb70a6fd21
|
special case for devenv.exe
|
7 years ago |
Alex Crichton
|
d265c3b944
|
Merge pull request #324 from jdm/patch-1
Don't override host when checking supported flags.
|
7 years ago |
Josh Matthews
|
ca70fd32c1
|
Set explicit host when checking supported flags.
|
7 years ago |
Josh Matthews
|
4f94de6754
|
Don't override host when checking supported flags.
|
7 years ago |
Alex Crichton
|
8209fdc090
|
Bump to 1.0.17
|
7 years ago |
Alex Crichton
|
377b3d14dd
|
Merge pull request #321 from hsivonen/neon
Add awareness of armv7neon-*, thumbv7-* and thumbv7neon-* targets
|
7 years ago |
Alex Crichton
|
c279df73a7
|
Bump to 1.0.16
|
7 years ago |
Henri Sivonen
|
b25a873ac4
|
Add awareness of armv7neon-*, thumbv7-* and thumbv7neon-* targets
Some of the targets that are handled here do not actually exist in
rustc at this time.
|
7 years ago |
Alex Crichton
|
9183eb371d
|
Merge pull request #320 from bwalderman/master
Add new cppwinrt/ directory to SDK includes for Windows 10
|
7 years ago |
Brandon Walderman
|
41cd41f4b5
|
Add new cppwinrt folder to Windows 10 SDK includes.
|
7 years ago |
Alex Crichton
|
acb79a70be
|
Bump to 1.0.15
|
7 years ago |
Alex Crichton
|
f9c9f648ee
|
Fix i586-pc-windows-msvc on clang-cl
|
7 years ago |
Alex Crichton
|
889bb1e67b
|
Version 1.0.14
|
7 years ago |
Alex Crichton
|
c7d67190c6
|
Pass -m32 and -m64 for clang-cl
|
7 years ago |
Alex Crichton
|
450f008939
|
Merge pull request #314 from gnzlbg/wextra
Adds option to enable/disable -Wextra
|
7 years ago |
gnzlbg
|
75c8d46d8d
|
make extra_warning_flags return an Option
|
7 years ago |
gnzlbg
|
5937d2ee5c
|
bump minor version
|
7 years ago |
gnzlbg
|
bda154096e
|
add option to enable/disable -Wextra on gcc/clang
|
7 years ago |
Alex Crichton
|
888986e707
|
Remove rustfmt builder
|
7 years ago |
Alex Crichton
|
eeb47508d2
|
Bump to 1.0.12
|
7 years ago |
Alex Crichton
|
3ca629c1a7
|
Don't classify `clang` as MSVC
|
7 years ago |
Alex Crichton
|
12c514a0fb
|
Bump to 1.0.11
|
7 years ago |
Alex Crichton
|
0575d8feb9
|
Run `cargo fmt`
|
7 years ago |
Alex Crichton
|
fb4ed895f2
|
Fix compile on stable
|
7 years ago |
Alex Crichton
|
0b89a4072d
|
Set env vars for clang-cl invocations
|
7 years ago |
Alex Crichton
|
e2188247f5
|
Detect `clang-cl` correctly
Move checks for `cl` in front of `clang-cl` to set the tool to Msvc as
`clang-cl` doesn't have the same gcc-like interface of `clang`
|
7 years ago |
Alex Crichton
|
648d282d07
|
Bump to 1.0.10
|
7 years ago |
Alex Crichton
|
a4790a6255
|
Merge pull request #311 from tomaka/cxxstdlib
Allow overwriting the default cpp_link_stdlib
|
7 years ago |
Pierre Krieger
|
69c907baff
|
Allow overwriting the default cpp_link_stdlib
|
7 years ago |
Alex Crichton
|
a2c478feba
|
Merge pull request #307 from mixi/master
Pass -static depending on crt-static on linux too.
|
7 years ago |
Johannes Nixdorf
|
3bdeefd84d
|
Pass -static depending on crt-static on linux too.
This is the done the same way as it's already done for msvc.
|
7 years ago |
Alex Crichton
|
7fef736f9c
|
Bump to 1.0.9
|
7 years ago |
Alex Crichton
|
bc21e46357
|
cargo fmt
|
7 years ago |
Alex Crichton
|
0e405f9e62
|
Support CC env vars like `CC='cc -foo'`
Closes #300
|
7 years ago |
Alex Crichton
|
e416506838
|
Bump to 1.0.8
|
7 years ago |
Alex Crichton
|
136294416f
|
rustfmt
|
7 years ago |