seawood%netscape.com
d5fea0702d
Remove unneeded drive translations
...
Bug #158920 r=bryner
2003-04-02 06:23:46 +00:00
seawood%netscape.com
08be04a6ed
Make --enable-optimize description less confusing?
...
Bug #118345 r=bzbarsky
2003-04-02 06:09:54 +00:00
seawood%netscape.com
a17d55e34a
Test flags passed to --enable-optimize
...
Bug #192975 r=bryner
2003-04-02 05:35:54 +00:00
dbaron%dbaron.org
0ce213e52c
Use an autoconf test to set HAVE_CPP_TYPENAME. (fix bustage on newer versions of the IRIX native compiler) b=199625 r=bbaetz sr=brendan a=asa
2003-03-31 21:30:33 +00:00
colin%theblakes.com
b3f6fb18d7
OpenVMS only; add -g to debug links. b=199156. r=cls.
2003-03-26 00:22:08 +00:00
seawood%netscape.com
b983df21d3
Resurrect --disable-oji
...
Bug #197924 r=peterl sr=alecf
2003-03-25 06:54:52 +00:00
wtc%netscape.com
0d5f62ecaf
Bug 196004: added a test to determine whether gcc uses GNU ld or the native
...
ld. This test is useful on Solaris. Then, use this test to provide better
support for gcc on Solaris. We can use the right linker flags depending on
the ld that gcc uses. r=cls.
2003-03-25 00:50:23 +00:00
mkaply%us.ibm.com
7fb75fe25f
#188249
...
r=cls
OS/2 GCC build changes
2003-03-24 14:07:08 +00:00
pkw%us.ibm.com
2db4e0c99d
Bug 198304 - Installer doesn't build on AIX.
...
r=ssu@netscape.com , sr=dveditz@netscape.com
2003-03-23 22:29:27 +00:00
harishd%netscape.com
424b3190f5
Enabling p3p support. b=198089, r=leaf@netscape.com, a=drivers@mozilla.org
2003-03-21 00:37:13 +00:00
harishd%netscape.com
2cffc11efa
Enabling WSDL support. b=196102, r=leaf@netscape.com, sr=heikki@netscape.com ( build changes ), sr=jst@netscape.com ( wsdl changes ), a=drivers@mozilla.org
2003-03-21 00:29:35 +00:00
seawood%netscape.com
a33dba2e4b
Only export all symbols & create import library for non-component libs in mingw build
2003-03-18 22:04:00 +00:00
seawood%netscape.com
6d6cea8cef
Remove unused --disable-dtd-debug option
2003-03-18 04:58:56 +00:00
seawood%netscape.com
ada09352ff
Fix tests so that they do the right thing when both --enable & --disable are given for the same option.
...
Fix Description column alignment.
Otherwise completely and utterly destroy cvs blame usefulness.
2003-03-18 04:56:55 +00:00
dbaron%dbaron.org
c499bfad98
Make an empty-string MOZ_ENABLE_COREXFONTS in the environment actually cause MOZ_ENABLE_COREXFONTS not to be set in the build. r=seawood sr=blizzard b=197597
2003-03-18 03:47:11 +00:00
dbaron%dbaron.org
2d25169c84
Make the test for HAVE_CPP_ACCESS_CHANGING_USING test both for cases that should and should not compile. Fixes nsDerivedSafe on gcc 2.96 and gcc 3. r=seawood sr=bryner b=66134
2003-03-18 03:45:45 +00:00
seawood%netscape.com
8f43b95807
Remove -std1 flag from dec unix compiles to avoid conflicts with gtk headers when gtk isn't built with strict ansi compliance.
...
Bug #192213 r=wtc
2003-03-16 06:35:11 +00:00
seawood%netscape.com
c67db88238
Fix codesighs detection for objdir builds
2003-03-15 05:12:33 +00:00
mkaply%us.ibm.com
7a41e186ee
Attempt to fix Os/2 bustage. Cross your fingers
2003-03-15 04:47:05 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
bryner%netscape.com
1e68dde4c5
Make MOZ_PHOENIX also define MOZ_XUL_APP (bug 197005). r=cls,mscott
2003-03-13 02:20:07 +00:00
seawood%netscape.com
0403b76ff2
Enable configure-safety lest someone damage themselves with --enable-activex-scripting. Thanks to Benjamin Smedberg <bsmedberg@covad.net> for the patch. Bug #195301 r=cls
2003-03-10 20:29:04 +00:00
cls%seawood.org
4a9a664b83
Fixing assembler check for MSVC
...
Bug #196442
2003-03-08 17:26:49 +00:00
cls%seawood.org
99f735403d
OS/2 uses prldap50 instead of ldappr50. yay consistency
2003-03-08 15:31:19 +00:00
cls%seawood.org
194bd8ff7f
Fixing OS/2 bustage
2003-03-08 08:37:09 +00:00
cls%seawood.org
720cd80a57
Landing mingw configure.in changes
...
When building on win32, we still default to the MSVC tools, even if only gcc is installed (autoconf 2.1x quirk). You must set CC, CXX, CPP, LD & AS to override the defaults.
Bug #134113 r=bbaetz
2003-03-08 06:55:02 +00:00
bryner%netscape.com
6add5871c2
Require base API versions of system libraries instead of in-tree versions
...
(bug 194665). The new system version requirements are:
zlib 1.0.0
libpng 1.2.0
libmng 1.0.0
r=cls
2003-03-08 00:54:12 +00:00
bryner%netscape.com
93c9fe5b83
Don't link with libdl even if it's present on OS X, since it's not used and it's not present on most systems. Bug 196115, r=cls.
2003-03-07 21:36:06 +00:00
tor%cs.brown.edu
239bdac10c
Bug 181676 - Update libmng to 1.0.5. rs=blizzard
2003-03-07 09:28:30 +00:00
seawood%netscape.com
dc05b216b8
Removing GLE support.
...
Thanks to Kenji Irie <gelsoft@mx4.tiki.ne.jp> for the patch.
Bug #195865 r=cls
2003-03-06 22:39:14 +00:00
dougt%netscape.com
2cd2169849
removing NS_MT_SUPPORTED define. b=186494, r=dougt, r=seawood
2003-03-05 23:30:22 +00:00
sfraser%netscape.com
23e20b8942
Fix bug 195897: defined MACOSX so the makefile in lib/mac/Morefiles gets generated. r=cls/bryner
2003-03-04 22:31:09 +00:00
seawood%netscape.com
105ae7a8d2
Add support for building against X11-based toolkits on OS X.
...
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
jshin%mailaps.org
a59b4058a4
bug 180851 ; remove unnnecessary converters (1i8n/uconv) for non-X11 builds.
...
configure.in checked in previously had a flaw and this is to fix it up.
(r=cls)
2003-03-04 02:20:40 +00:00
seawood%netscape.com
5c92ed8029
Dropping build infrastructure for supporting building with mulitple toolkits.
...
Bug #191528 r=pavlov
2003-02-28 22:02:21 +00:00
jshin%mailaps.org
9092e4409f
bug 180851 (configure.in was not committed in the prev. check-in)
...
: remove several unnecessary converters(used only for X11
font encodings) for non-gtk builds (Windows,MacOS, Xft without X11CORE,etc)
r=seawood, sr=alecf
2003-02-27 23:43:48 +00:00
bryner%netscape.com
2219499eda
For limiting exported symbols on OS X, use -exported_symbols_list instead of nmedit, if it's available. Also, don't run nmedit for debug builds. Bug 195186, r=cls.
2003-02-27 22:32:05 +00:00
seawood%netscape.com
5f17543f54
Make gmake shut up about enter/leaving directories for the version test when building from client.mk. Bug #194670
2003-02-27 06:37:08 +00:00
seawood%netscape.com
dac0e97a9e
Use builtin MAKE_VERSION variable instead of --version output to check GNU make version since the syntax of --version changed between minor releases.
...
Bug #194670 r=bryner
2003-02-27 02:49:11 +00:00
seawood%netscape.com
b4a4a67418
Use va_copy if available for VARARGS_ASSIGN
...
Bug #187180 r=blizzard sr=brendan
2003-02-23 06:59:39 +00:00
seawood%netscape.com
cc569e09c2
Enforce make version requirements: 3.79 for win32; 3.78 for everything else.
...
Bug #187594 r=bryner
2003-02-22 09:12:30 +00:00
bbaetz%acm.org
757c5e380d
Bug 189661 - fix configure.in tests for gcc-3.4 (cvs)
...
r=cls, sr=dbaron
2003-02-22 09:02:02 +00:00
seawood%netscape.com
abe8eafe58
Remove qt toolkit support from the tree.
...
Use the QT_LAST_RITES tag to pull the last known "good" tree to continue work on the port.
Bug #178987 r=bryner
2003-02-22 07:14:37 +00:00
seawood%netscape.com
03fef46e2c
Add about:buildconfig
...
Bug #140034 r=bbaetz sr=darin
2003-02-22 05:27:42 +00:00
mkaply%us.ibm.com
e5b9a7a9dc
No bug
...
a=dbaron
Missing asterisk was causing OS/2 not to build imgicon anymore
2003-02-06 22:14:53 +00:00
seawood%netscape.com
b48c88fe11
Remove unused macro, AC_PROG_MAKE_SET, which is causing bustage when using AFS.
...
Bug #188307 r=bryner a=dbaron
2003-02-04 05:31:10 +00:00
seawood%netscape.com
fa4744268e
Change import library creation to get 25% speedup on startup on OS/2.
...
Also, decrease the size of dlls & exes by adding /OPTFUNC linker option.
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #190536 r=mkaply,cls a=asa
2003-01-30 02:53:28 +00:00
dougt%netscape.com
70f7bc5c57
Renaming zlib to mozz similar to what is used on linux. This is to avoid linking to EVIL implementations of zlib. see bug 190460. r=cls,r=ssu, sr=darin.
2003-01-30 02:02:30 +00:00
seawood%netscape.com
d6487b7ef3
Add MOZILLA_VERSION to mozilla-config.h.
...
Bug #189462 r=dougt
2003-01-22 04:23:27 +00:00
axel%pike.org
856483676a
*** empty log message ***
2003-01-20 10:51:53 +00:00