Alex Crichton
cb32f5e583
Merge pull request #342 from mykmelez/disable-warnings-if-flags-var-in-env
don't enable warnings by default if CFLAGS/CXXFLAGS defined in environment
6 years ago
Myk Melez
f48f8ed58a
don't enable warnings by default if CFLAGS/CXXFLAGS defined in environment
If CFLAGS/CXXFLAGS is defined in the environment, then presumably the consumer has already determined the set of warnings flags to pass to the compiler, so we shouldn't enable warnings by default in that case.
6 years ago
Alex Crichton
bf321ded02
Bump to 1.0.22
6 years ago
Alex Crichton
cc565e5c24
Merge pull request #341 from japaric/more-cortex-r
add support for yet another Cortex-R target
6 years ago
Jorge Aparicio
8ca0826ff7
add support for yet another Cortex-R target
forgot this one in the previous batch
6 years ago
Alex Crichton
3b351196fb
Bump to 1.0.21
6 years ago
Alex Crichton
1fcbe88697
Merge pull request #339 from japaric/cortex-r
add support for Cortex-R devices
6 years ago
Jorge Aparicio
e93e513120
generate big endian code for armeb targets
6 years ago
Jorge Aparicio
a4515dfc39
add support for Cortex-R devices
6 years ago
Alex Crichton
cdd59882c5
Bump to 1.0.20
6 years ago
Alex Crichton
ad2ce008ec
Merge pull request #337 from crw5996/fix-build-error-rust-1.14
Compiling with Rust 1.14.0
6 years ago
crw5996
6b65039344
Fixed issues addressed in code review
6 years ago
crw5996
bb780dcc27
Compiling with Rust 1.14.0, tests fail due to some lint shadowing errors. Looking for advice as to how to fix this
6 years ago
Alex Crichton
361214c3cf
Bump to 1.0.19
6 years ago
Alex Crichton
ad7ee45081
Add `-fno-omit-frame-pointer` with debug info
This'll help stack traces that don't use dwarf info or when dwarf info isn't
otherwise available.
6 years ago
Alex Crichton
afe2fd6ccd
Merge pull request #335 from huonw/patch-1
cc-rs isn't Serde, in License section
6 years ago
Huon Wilson
8aac82395a
cc-rs isn't Serde, in License section
Looks like a copy-paste error.
6 years ago
Alex Crichton
3e7d042233
Merge pull request #334 from edelangh/use_clang_ndk_r18
Use clang for target android
6 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
6 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.
6 years ago
Josh Matthews
12816c8427
Update minimum supported Rust version.
6 years ago
Josh Matthews
d37bd811a2
Filter out -v from compiler args when checking if a flag is supported.
6 years ago
Alex Crichton
5b3949a063
Use one test thread for now
Hopefully fixes errors on OSX!
6 years ago
Alex Crichton
d34c1d6183
Merge pull request #332 from jakllsch/netbsd-aarch64-toolchain-mapping
Add aarch64-unknown-netbsd target toolchain mapping
6 years ago
Jonathan A. Kollasch
dae08a2c76
Add aarch64-unknown-netbsd target toolchain mapping
6 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