Chris Peterson
|
a87bcb5238
|
Bug 984074 - Suppress clang and gcc warnings in third-party code: snappy. r=janv
|
2014-03-15 23:24:47 -07:00 |
|
Mike Shal
|
009ce11f2a
|
Bug 875013 - Remove VPATH; r=glandium
|
2013-11-21 14:57:06 -05:00 |
|
Chris Peterson
|
536789a67f
|
Bug 944962 - Building other-licenses/android, skia-npapi, and snappy in unified mode. r=ehsan
--HG--
extra : rebase_source : c521e5acf73f5544f02f3b8ea852b43bfe308f8e
|
2013-11-30 00:17:00 -08:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Ms2ger
|
df62fb8b0f
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
Ms2ger
|
2f7a94dd23
|
Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal
|
2013-10-03 09:10:00 +02:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Ms2ger
|
4d0ead0110
|
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
|
2013-08-22 08:56:01 +02:00 |
|
Ehsan Akhgari
|
3717325909
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Trevor Saunders
|
238525e2d8
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Mike Shal
|
e1afc9dbd7
|
Bug 875013 - Eliminate VPATH usage (part 1 - EXPORTS); r=joey
|
2013-06-26 14:51:06 -04:00 |
|
Brian O'Keefe
|
ed17339221
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Mike Shal
|
6f32ddf61c
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Mike Shal
|
24b4056720
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Cameron Kaiser
|
b0ac6851f6
|
Bug 849598. Get in-tree Snappy happy on big endian platforms. r=khuey
|
2013-03-10 10:10:00 -07:00 |
|
Gregory Szorc
|
76dcf5dfa9
|
Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted
|
2013-02-25 12:47:23 -08:00 |
|
Ehsan Akhgari
|
2962d2eed1
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Gervase Markham
|
638c878b13
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Landry Breuil
|
774432700c
|
Bug 755663 - Remove comma at end of enumerator list to fix build on OpenBSD. r=Ms2ger DONTBUILD
|
2012-05-16 18:21:11 -04:00 |
|
Mike Hommey
|
c20538e54d
|
Bug 748001 - Use explicit targets for object files. r=ted
|
2012-05-15 07:44:32 +02:00 |
|
Kyle Huey
|
457ad7e77a
|
Bug 715113: Update Snappy to r56. r=bent
|
2012-01-05 11:26:14 -05:00 |
|
Ben Turner
|
e412e07a3c
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
|
2011-12-07 15:24:20 -08:00 |
|
Phil Ringnalda
|
86e9e43562
|
Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures
|
2011-12-07 08:41:02 -08:00 |
|
Ben Turner
|
c4984bb490
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
--HG--
extra : transplant_source : 55%9D%86m%D8%18%87J%5C%E1%E3%93P%AF.%B7%D0%8EQ
|
2011-12-07 00:10:13 -08:00 |
|
Ed Morley
|
50dadc3f45
|
Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey
|
2011-11-22 11:54:50 +00:00 |
|
Ben Turner
|
417aaa6cdc
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
--HG--
extra : transplant_source : /%A2p%D8.%08%B3%FC%B3%1E%1B%90e%F3%D1%804.8%8C
|
2011-11-21 20:18:29 -08:00 |
|