Ryan VanderMeulen
6a97b92c3a
Backed out changeset 65117b62026a (bug 1179805) for causing Linux Taskcluster build failures.
...
CLOSED TREE
2015-07-17 11:57:47 -04:00
Heiher
0c193b29d8
Bug 1183487 - Fix sorting in check_macroassembler_style.py. r=nbp
2015-07-13 19:57:00 -04:00
Kyle Machulis
38a381216f
Bug 1157768 - Build files and config headers for libav fft; r=glandium
2015-07-10 14:34:07 -07:00
Wes Kocher
262c2fee8b
Backed out 3 changesets (bug 1157768) for win64 pgo build bustage CLOSED TREE
...
Backed out changeset 24ced1b9f9dd (bug 1157768)
Backed out changeset 55efd92ce59d (bug 1157768)
Backed out changeset 812f311c4ee4 (bug 1157768)
2015-07-09 14:40:20 -07:00
Kyle Machulis
e9d2054d2f
Bug 1157768 - Build files and config headers for libav fft; r=glandium
2015-07-09 09:07:52 -07:00
Nicolas B. Pierron
43164e1a79
Bug 1178772 - Add check_macroassembler_style.py: Verify that each MacroAssembler declaration maps to all its definitions. r=h4writer
2015-07-09 14:35:29 +02:00
Kyle Machulis
e19538e281
Bug 1176300 - Add soundtouch factory functions for DLL memory handling on windows; r=padenot
2015-07-07 21:17:09 -07:00
Kyle Machulis
ebbf0bdfe8
Bug 1176300 - Add lgpllibs library to build system; r=glandium
2015-07-07 21:17:08 -07:00
Mike Hommey
5c60fe362c
Bug 1179805 - Add compatibility check for glibc version, like the one for libstdc++. r=mshal
...
At the same time, make the test for libstdc++ more comprehensible.
2015-07-08 07:54:58 +09:00
Martin Thomson
35c3c246af
Bug 1172785 - RTCCertificate implementation, r=rbarnes
2015-07-06 10:40:04 -07:00
Rex Hung
ce3dfb4b78
bug 1173070 - expose VFY_EndWithSignature from NSS r=keeler
2015-06-09 15:51:38 -07:00
ffxbld
e847a9f863
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-06-29 13:34:04 -07:00
Nick Alexander
7e516a64dd
Bug 1168407 - Implement a bidirectional Java addon interface. f=jchen,r=rnewman,r=mfinkle
...
There are several parts to this ticket:
1) Produce javaaddons-1.0.jar, a standalone JAR defining a (versioned)
Java interface suitable for consumption by third-party Java addon
implementations.
2) Support the new V1 interface in the JavaAddonManager.
3) Add Robocop JavascriptTests testing the JavaScript message passing
interface to and from Java.
This patch can be read as "not in tests/" and "everything in tests/".
2015-06-17 21:47:29 -07:00
Mike Hommey
4a22c4f7a8
Bug 1175323 - Bump stdc++compat minimum supported libstdc++ version to 4.3. r=nfroyd
2015-06-18 17:10:39 +09:00
Ted Mielczarek
da4276d0ce
bug 1163828 - build system changes to support building for iOS. r=glandium
2015-06-10 11:10:40 -04:00
Ryan VanderMeulen
c0902a8fd7
Merge inbound to m-c. a=merge
2015-06-03 15:55:09 -04:00
Liang-Heng Chen
f7fdeb33b3
Bug 1115480 - Part 1: Implement XPCOM module for mDNSProvider. r=mcmanus
2015-05-20 23:06:00 -04:00
Kelly Davis
5e96472983
Bug 1051146 - Part 3: Introduce build system changes for the new Pocketsphinx and Sphinxbase code. r=smaug, r=gps
2015-05-27 21:39:00 -04:00
Mike Hommey
26c725cc1e
Bug 1169158 - Avoid NSPR using dates it generates at build time. r=gps
2015-06-03 08:20:15 +09:00
Mike Hommey
9bf7b6e99e
Bug 1168293 - Remove MOZ_GLUE_IN_PROGRAM from config/config.mk. r=mshal
2015-05-27 11:33:23 +09:00
Mike Hommey
cb68126814
Bug 1168251 - Do a partial recursion when doing make -C some/path compile. r=gps
2015-05-27 11:33:22 +09:00
David Major
18921dd3c7
Bug 1165442: Fix LIBPATH for NSS after bug 1138824. r=glandium
2015-05-21 07:58:23 -04:00
Mike Hommey
0358af3851
Bug 1167005 - Remove gcc_hidden_dso_handle hack. r=nfroyd
...
The hack from bug 1001320 is not necessary anymore, since it originally
applied to gcc 4.4 only and now gcc 4.6, which we don't support anyways.
2015-05-21 15:17:02 +09:00
Mike Hommey
5565137dc9
Bug 1166538 - Use zip py_action in a few places. r=gps
2015-05-21 15:17:02 +09:00
Brian O'Keefe
f21be4ff50
Bug 924187 - Deal with interfaces.manifest from the backend. r=mshal
2015-02-13 08:11:57 -05:00
Lee Salzman
14cbb43882
Bug 1159273 - Allow loading of tree cairo and system cairo at the same time. r=glandium
2015-05-13 12:04:03 +09:00
Carsten "Tomcat" Book
debcd176d5
merge mozilla-inbound to mozilla-central a=merge
2015-05-12 16:10:32 +02:00
ffxbld
bb5e7ed3f3
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-05-11 15:06:43 -04:00
Ralph Giles
36cf88893c
Bug 1161339 - Add rust support to moz.build. r=ted
...
Add .rs as a recognized file extension in SOURCES.
Propagate that through to the Makefile backend and add a dependency
generated and an explicit rule to call $(RUSTC) to compile them.
rustc builds static libraries, not obj files. At least, if one
asks it to output an obj file, I'm not clear how to get all the
compiler-specific runtime libraries the code will expect to link
to. Therefore we generate a static library for each rust source
file (which must be a complete crate for the time being) and link
that. Because of the extension it ends up on the LIBS line in the
the corresponding .desc file.
Note that the static library does still depend on some system
libraries, e.g. -ldl -lpthread -lm on linux. Gecko already
links to all of those, so we don't keep track of it here.
Should we need to add explicit linkage for other targets,
rustc does print a list to stderr which can be parsed.
2015-05-08 15:18:00 -07:00
Nathan Froyd
1f5f313382
Bug 1155283 - remove XULAPP_DEFINES from DIST_FILES_FLAGS; r=mshal
...
Nothing uses XULAPP_DEFINES anymore, let's just get rid of it. There
are plenty more places to add in defines for DIST_FILES if one is so
inclined.
2015-05-07 10:03:16 -04:00
Paul Adenot
edd837a7b3
Bug 926838 - [Part 6] Unbitrot the build system bits. r=gps
2015-05-04 17:19:03 +02:00
JW Wang
6099d7a017
Bug 926838 - [Part 2] Add build files. r=gps
2013-11-13 11:07:28 +08:00
Carsten "Tomcat" Book
5378d9afd6
Backed out changeset 2456dfeb5f9c (bug 926838)
2015-05-05 15:51:38 +02:00
Carsten "Tomcat" Book
a67f848736
Backed out changeset 5b6ef91bfe01 (bug 926838)
2015-05-05 15:51:16 +02:00
Paul Adenot
fd25e43fd1
Bug 926838 - [Part 6] Unbitrot the build system bits. r=gps
2015-05-04 17:19:03 +02:00
JW Wang
905c0b3c4f
Bug 926838 - [Part 2] Add build files. r=gps
2013-11-13 11:07:28 +08:00
Nick Alexander
5fab5bfd56
Bug 1159371 - Allow compiling sub-directories with --disable-compile-environment. r=glandium
...
Without this, invoking Make in a sub-directory will fail with an error
that libs:: cannot find target `target'.
Without this patch, the Fennec Gradle and IDE build integration fails
compiling its custom targets in mobile/android/base and
mobile/android/base/locales.
2015-04-27 14:55:34 -07:00
Nick Alexander
38e2fbcbbd
Backed out changeset 3232d253cf90 (bug 1159371)
2015-04-30 11:40:38 -07:00
Nick Alexander
9478e1e9ba
Bug 1159371 - Allow compiling sub-directories with --disable-compile-environment. r=glandium
...
Without this, invoking Make in a sub-directory will fail with an error
that libs:: cannot find target `target'.
Without this patch, the Fennec Gradle and IDE build integration fails
compiling its custom targets in mobile/android/base and
mobile/android/base/locales.
2015-04-27 14:55:34 -07:00
Nathan Froyd
c585b5953e
Bug 1155816 - part 2 - move EXTRA_*COMPONENTS manifest check to build-backend time; r=mshal
...
Now that moz.build can see EXTRA_*COMPONENTS and NO_JS_MANIFEST, we can
move some logic from rules.mk (executed every build) to moz.build's
emitter.py (executed only at build-backend time).
2015-04-17 15:02:19 -04:00
Richard Barnes
5491d34ed0
Bug 1121982 - Update PSM to use NSS name constraints
2015-04-23 20:26:29 -04:00
Kartikaya Gupta
69c50300c9
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Nathan Froyd
1e0d4112b3
Bug 1155760 - remove obsolete JAVA_{GEN_DIR,DIST_DIR,IFACES_PKG_NAME} definitions; r=nalexander
...
These definitions appear to have been added to support generating Java
interfaces from xpidl interface files. Since we don't support doing
that anymore, we don't need these definitions, either.
2015-04-17 13:13:21 -04:00
Makoto Kato
09fcacf57f
Bug 866301 - Part 2. Use in-tree ICU source code for gonk. r=glandium
2015-04-21 17:31:38 +09:00
Reuben Morais
425e7af487
Bug 866301 - Part 1. Add unorm.h to system-headers. r=glandium
2015-04-21 17:31:26 +09:00
Jim Blandy
b7ad8602fc
Bug 1062473
: Use mozalloc's moz_malloc_size_of in the JS shell, not our own custom copy. r=glandium
2015-04-13 16:11:32 -07:00
Mike Hommey
cf828c4557
Fixup for bug 1153154 for bustage on a CLOSED TREE. r=me
...
There was no need for a stdc++compat check on host static libraries anyways.
2015-04-16 15:30:29 +09:00
Mike Hommey
381dec0f8d
Bug 1153154 - Add stdc++compat check for host programs when not cross compiling. r=mshal
2015-04-16 14:35:11 +09:00
Mike Hommey
a52b79d248
Bug 1146738 - Fix race condition between js/src/target and js/src/host. r=mshal
2015-04-15 09:21:21 +09:00
Mike Hommey
7c7db104a1
Bug 1154122 - Fix stdc++compat check after bug 1059255. r=mshal
2015-04-14 14:34:07 +09:00