Commit Graph

1621 Commits

Author SHA1 Message Date
ian%hixie.ch
9606e7f3ca Add the -d option to the preprocessor (lists the dependencies given the current environment instead of actually preprocessing the file) 2003-10-12 22:15:23 +00:00
timeless%mozdev.org
c9ae84d791 Bug 220969 Use higher optimization for windows mkdepend
patch by swalker r=bryner
2003-10-02 01:08:25 +00:00
bryner%brianryner.com
575eecdea0 Update to latest XFree86 mkdepend source to fix hangs generating dependencies with mingw builds (bug 220875). rs=cls. 2003-10-01 19:16:15 +00:00
ian%hixie.ch
aa614cd09b Make substitutions of unknown variables be fatal errors. 2003-09-30 22:31:15 +00:00
bryner%brianryner.com
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com
d1727b185d Fix unnecessary rebuilds in embedding/browser/activex caused by mkdepend creating a bogus dependency on dist/include/string when #include <string> is used. This change makes mkdepend never match on a directory when searching the include path for a file. Bug 220595, r=dbaron. 2003-09-29 03:25:12 +00:00
tor%cs.brown.edu
7386551ac2 Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner 2003-09-26 19:31:18 +00:00
daniel%glazman.org
d3099c31e9 build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org 2003-09-24 13:59:37 +00:00
dbaron%dbaron.org
0f9c5c2408 Update version number from 1.5b to 1.6a. b=219695 2003-09-21 17:13:12 +00:00
mkaply%us.ibm.com
1e1be8415c #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-18 17:24:54 +00:00
cls%seawood.org
19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
905a62182a Use incremental linking again on Windows, for DLLs. b=216335 rs=cls 2003-09-16 22:36:02 +00:00
mkaply%us.ibm.com
7ad3a159fb #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
cbiesinger%web.de
8c24779114 Bug 217656
"make clean" doesn't delete .ilk files
r=cls
2003-09-11 11:36:40 +00:00
ian%hixie.ch
33203eae13 Add support for the 'substitution' filter. 2003-09-02 15:53:55 +00:00
pkw%us.ibm.com
48c6e651e5 Bug 217499: Clean up AIX libpath and configure script
r=cls@seawood.org, a=asa@mozilla.org
2003-08-29 17:15:06 +00:00
cls%seawood.org
14bbc70997 Since cygpath is converting paths into absolute paths, remove $srcdir as well as $_dos_srcdir to catch the relative paths.
Fixing dependency bustage when configure is called with a relative path.
Fallout from bug #210393
2003-08-26 20:28:47 +00:00
cls%seawood.org
d7aca2a1bb Update module-deps meta files with the latest module data.
Remove the hardcoded module2dir mapping and use the results from echo-requires-recursive instead.
Add README which briefly explains how module-deps is supposed to work.
Add XSLT hacks to modules.mk.footer.
Add cygdrive hacks to modules.mk.stub.
Force string & embedstring to be built after xpcom since they now live in the xpcom hierarchy.
2003-08-15 22:37:25 +00:00
cls%seawood.org
7f53862a76 Set CYGDRIVE_MOUNT at configure time for cygwin-wrapper performance enhancement to work.
Thanks to Brian Ryner <bryner@brianryner.com> for the patch.
Bug #206643 r=cls a=mkaply
2003-08-14 21:36:22 +00:00
bryner%brianryner.com
da1f73fd22 On Windows and OS/2, make pref .js files use DOS line endings even if the user is using cygwin with unix line endings. This works around a bug in the Macromedia Flash installer where it corrupts all.js. Bug 206029, r=cls. 2003-08-13 23:18:28 +00:00
ian%hixie.ch
d699884f7e Oops: the scoping of the relative directory path was not working on #include. (Not part of seamonkey build. r=bryner for firebird build.) 2003-08-13 09:46:33 +00:00
brendan%mozilla.org
b7cdb7debb Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
cls%seawood.org
064d382e0c Fix VPATH build problem with cygwin make 3.80:
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
cls%seawood.org
a8b11eb498 Link generated .res files into mingw builds.
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
timeless%mozdev.org
267497e472 Adding the ablity to disable view source.
patch by dougt r=bz,sr=darin,b=199335
2003-07-30 23:57:39 +00:00
timeless%mozdev.org
4e9aa03fa2 Bug 214445 View Page Source fails
Backing out:
Bug 199335 [minimo]make all viewsource stuff configurable
2003-07-30 17:02:52 +00:00
dougt%meer.net
0a335488c8 Adding the ablity to disable view source. r=bz,sr=darin,b=199335 2003-07-30 02:39:05 +00:00
mkaply%us.ibm.com
1a38ab2d00 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
twalker%netscape.com
fd4666d2b5 update version to 1.5b, bug 211626, r = ycalonje 2003-07-11 22:00:16 +00:00
dougt%meer.net
e49407a60d Allow disabling of profile locking. r=ccarlen b=212132 2003-07-09 05:07:56 +00:00
bryner%netscape.com
7ff4f02e7f Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser. 2003-07-07 18:22:04 +00:00
dougt%meer.net
2481164ffb Adding support for static builds of minimo. r=pavlov. b=211645 2003-07-05 19:34:19 +00:00
timeless%mozdev.org
8cd4375f12 Bug 211265 Log doesn't check the return value of PL_DHashTableInit
r=darin sr=darin
2003-07-01 21:38:07 +00:00
seawood%netscape.com
b380d34fe0 Force files to be read as binary to avoid line-ending issues on win32.
Bug #196499
2003-06-23 21:36:19 +00:00
lpham%netscape.com
1fdb5cee36 add final-link-comp-names, final-link-comps, final-link-libs bugzilla #105994 2003-06-10 22:07:32 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
3c1c9a835b Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:22:15 +00:00
bryner%netscape.com
e952d5249e Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
seawood%netscape.com
1a61e5528b Add echo-requires-recursive rule to get a full list of tree's dependencies 2003-06-06 19:21:57 +00:00
jkeiser%netscape.com
6332f27e38 Keep fast-update from getting stuck on cvs removed subdirs, r=bbaetz, sr=alecf 2003-06-05 23:40:34 +00:00
dbaron%dbaron.org
f1cd80acde Make 'make makefiles' give an error message less often. r=cls 2003-06-05 04:59:02 +00:00
pavlov%pavlov.net
89b728063a Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
kysmith%netscape.com
d24f0bc1bd updating win32 trunk mozilla builds to 1.5a 2003-06-02 20:02:17 +00:00
tor%cs.brown.edu
e1d5ad41b3 Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard 2003-05-31 10:42:33 +00:00
bryner%netscape.com
9600e435b7 Add prebinding base address for libxpcom_compat.dylib. Bug 206381, r=seawood, a=sspitzer. 2003-05-21 03:04:48 +00:00
scott%scott-macgregor.org
170a13584d Change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef in order to enable preprocessing for thunderbird
builds as well as firebird.

Has no impact on the regular seamonkey build.
2003-05-18 23:10:18 +00:00
bryner%netscape.com
ed3638f072 Fix mozcomps meta-component build on non-win32 platforms (bug 205711). Patch by ccarlen, r=pavlov, sr=me, a=sspitzer. 2003-05-16 06:07:37 +00:00
colin%theblakes.com
515e612b62 Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa 2003-05-14 22:01:25 +00:00
dougt%meer.net
1beeeafa40 Enabling Dependent Libs. b=193442, r=seawood@netscape.com, a=asa@mozilla.org 2003-05-06 01:04:55 +00:00
dougt%meer.net
d730bb20bc backing out change - turned tbox's orange 2003-05-05 00:44:50 +00:00