gecko-dev/build/moz.configure
Nathan Froyd 2d3d2c4950 Bug 1373878 - part 1 - add --enable-rust-tests configure option; r=rillian
Because Rust tests require panic=unwind crates and therefore recompiling
all crates we normally use (since most of our crates use panic=abort),
we've elected to enable Rust tests only if the user asks for it.  Hence,
this configure option.

The configure option also enables build-time execution of the crates,
since it's not straightforward to determine at configure time the name
of the test binary Cargo will produce (Cargo produces test binaries of
the form ${NAME}-${HEX_FINGERPRINT}, but there's no way to determine
what ${HEX_FINGERPRINT} is without actually compiling the test binary).
2017-10-02 09:21:22 -04:00
..
android-ndk.configure Bug 1350822 - Remove --with-android-gnu-compiler-version. r=glandium 2017-09-20 20:34:18 +09:00
checks.configure Bug 1374727 - Apply check_prog's when to more of what it "expands" to. r=chmanchester 2017-06-21 07:19:33 +09:00
compile-checks.configure Bug 1363585 - Forbid boolean operations on @depends functions. r=chmanchester 2017-05-10 11:35:22 +09:00
compilers-util.configure Bug 1390524 - correctly pass extra_toolchain_flags only to target compiles; r=glandium 2017-08-18 12:05:05 -04:00
headers.configure Bug 1335666 - Remove @depends_when. r=chmanchester 2017-02-01 16:25:29 +09:00
init.configure Bug 1392886 - Determine if sparse checkout is being used; r=mshal 2017-08-22 20:26:46 -07:00
java.configure Bug 1398966 - Suggest checking JAVA_HOME if javac is out of date. r=nalexander 2017-09-11 19:06:26 -04:00
keyfiles.configure Bug 1365089 - Pre: Support setting default keyfile locations in moz.configure. r=nalexander 2017-05-19 11:30:26 -07:00
memory.configure Bug 1395070 - Remove the MOZ_MEMORY_$platform defines. r=njn 2017-08-30 17:01:30 +09:00
old.configure Backed out changeset 48a74b8750b4 (bug 1403366) 2017-09-29 17:19:22 +02:00
pkg.configure Bug 1335666 - Remove @depends_when. r=chmanchester 2017-02-01 16:25:29 +09:00
rust.configure Bug 1373878 - part 1 - add --enable-rust-tests configure option; r=rillian 2017-10-02 09:21:22 -04:00
toolchain.configure Bug 1403982: Pass --disable-xcode-checks to js/src's configure; r=gps 2017-09-28 09:46:30 -06:00
util.configure Bug 1384396 - Add a @depends_all utility function; r=nalexander 2017-07-25 22:00:38 -07:00
warnings.configure Bug 1393222 Disable the unused-function warning when compiling with gcc for Windows r=froydnj 2017-08-23 16:08:30 -05:00
windows.configure Bug 1380609: Make Windows Universal CRT SDK version 10.0.10586.0 the minimum. r=glandium 2017-09-13 11:19:40 +01:00