Mike Hommey
|
00a70f6f7d
|
Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
|
2013-11-02 08:44:11 +09:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Mike Hommey
|
d8daefaa34
|
Bug 664362 - Generate depfiles for host objects/programs/libraries. r=gps
|
2013-10-22 13:40:27 +09:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Joey Armstrong
|
ac2232fc29
|
bug 875549: mozbuild cleanup for HOST_CSRCS. r=gps
|
2013-06-18 09:10:50 -04:00 |
|
Joey Armstrong
|
ccea9f9d5e
|
bug 875549: move HOST_CSRCS to mozbuild (file batch #1). r=mshal
|
2013-06-11 11:31:11 -04:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
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
|
334c0800cf
|
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 |
|
Gregory Szorc
|
5d74e09655
|
Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted
|
2013-02-25 12:47:23 -08:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Justin Lebar
|
898b4277c1
|
Bug 776537 - Pass a valid environment to populate_virtualenv.py, unbreaking configure, by expanding HOST_CFLAGS and friends when they're created. r=glandium
Also fix up some Makefile.in's so they specify HOST_CFLAGS/CXXFLAGS correctly.
--HG--
extra : rebase_source : 5a6b983527bfb1cd7b551916dac286f130a736c6
|
2012-07-23 13:29:02 -04:00 |
|
Mike Hommey
|
4e5eecb03d
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
|
Mike Hommey
|
a93eb5a48f
|
Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage
|
2012-06-20 10:55:59 +02:00 |
|
Mike Hommey
|
cd69374e33
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Ed Morley
|
774351215f
|
Bug 654716 - Remove WinCE code from other-licenses/bsdiff/Makefile.in; r=ted
|
2011-05-09 09:54:40 -07:00 |
|
Mike Hommey
|
d8ec2275fb
|
Bug 644692 - Fix bsdiff build failure with system bzip2. r=ted
|
2011-04-13 09:44:23 +02:00 |
|
Mike Hommey
|
e0ba81d2eb
|
Bug 584474 part 9 - Replace fakelibs with a more sophisticated library expansion system. r=ted
|
2011-02-25 15:05:08 +01:00 |
|
Uli Link
|
bce9503f5c
|
Bug 526457. Fix AIX compilation. r=bsmedberg
|
2010-03-15 14:43:16 +13:00 |
|
Chris Cooper
|
30f0c05a98
|
Bug 535369 - fix bsdiff cross-compile bustage on Windows
|
2010-02-22 22:04:46 -05:00 |
|
Chris Cooper
|
a2a5bc5879
|
Bug535369 - Compile bsdiff for host OS rather than target - r=ted.mielczarek
|
2010-02-19 11:58:45 -05:00 |
|
Chris Cooper
|
ae843220ca
|
Bug 535369 - Backed out changeset 20d2d6abd4a2, will wait for tree to stabilize
|
2010-02-12 15:51:13 -05:00 |
|
Chris Cooper
|
61860e7bd8
|
Bug 535369 - Fix bsdiff/libbz2 linking for builds compiled with CROSS_COMPILE - r=ted
|
2010-02-12 15:47:45 -05:00 |
|
Mitchell Field
|
f9279e35d6
|
Bug 542222 - Followup fix for Reduce recursion in makefiles. r=rstrong
|
2010-02-05 23:25:10 -08:00 |
|
reed@reedloden.com
|
40660df1b4
|
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-03-12 04:13:09 -07:00 |
|
reed@reedloden.com
|
76430f295a
|
Back out Mike Hommey's patch from bug 305782 due to build bustage.
|
2008-03-08 04:33:28 -08:00 |
|
reed@reedloden.com
|
7e29c32aa5
|
Bustage fix for bug 305782 (other-licenses/bsdiff/Makefile.in needs changes, too).
|
2008-03-08 02:44:29 -08:00 |
|
benjamin%smedbergs.us
|
03bb93578b
|
Bug 372593 - Metrics (and mbsdiff) don't link because they can't find libbz2, r=luser
|
2007-03-08 02:18:22 +00:00 |
|
bent.mozilla%gmail.com
|
ef349cd15d
|
Bug 321650 - "error in bsdiff makefile results in compile error of mbsdiff". Adds bsdiff makefiles to allmakefiles.sh (uses the --enable-update-packaging mozconfig option), adds RTL_FLAGS to HOST_CFLAGS globally, and uses HOST_EXTRA_LIBS instead of EXTRA_LIBS in the bsdiff makefile. r=bsmedberg.
|
2006-04-06 16:51:10 +00:00 |
|
darin%meer.net
|
a27eff265f
|
Landing patch for bug 296295 "Incorporate bsdiff into the tree" patch by bsmedberg,darin r=cls
|
2005-06-09 01:23:33 +00:00 |
|