Граф коммитов

1311 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 62af124e5b SWAG at fixing hpux bustage. 2004-02-26 06:29:42 +00:00
mkaply%us.ibm.com 5f78782436 OS/2 build bustage - add HOST_BIN_SUFFIX 2004-02-25 16:39:19 +00:00
cls%seawood.org 5a24294673 Use -shared instead -G when using gcc to create shared libs on solaris.
Thanks to Herbie <herbie.ong@sun.com> for the patch.
Bug #35419 r=cls
2004-02-25 03:34:14 +00:00
cls%seawood.org bbe803c4d7 Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
dbaron%dbaron.org c5268b3143 Use correct for-loop scoping on HP-UX native compiler. b=233810 r=bryner 2004-02-21 20:41:42 +00:00
cls%seawood.org 4e1a592115 Add support for cross-compiling to mingw.
Bug #222013 r=bryner
2004-02-20 22:14:14 +00:00
darin%meer.net 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
tor%cs.brown.edu 3867672802 Bug 231620 - build option for cairo svg renderer. r=alex sr=bryner a=chofmann 2004-02-12 16:05:54 +00:00
cls%seawood.org 486c2570e0 Remove troublesome libiberty dependency by using __cxa_demangle instead of cplus_demangle. (redux)
Bug #232763 r=dbaron sr=brendan
2004-02-11 07:16:11 +00:00
cls%seawood.org 1a0e9742d7 Backing out previous changes.
Missed a cplus_demangle call and it turns out that all of trace-malloc needs to be tweaked to use c++ instead of C.
Bug #232763
2004-02-10 18:55:04 +00:00
cls%seawood.org 761be36b61 Remove troublesome libiberty dependency by using __cxa_demangle instead of cplus_demangle.
Bug #232763 r=dbaron sr=brendan
2004-02-10 16:19:47 +00:00
alex.fritze%crocodile-clips.com 5c676d4a47 Landing of SVG_20020806_BRANCH, Bug 182533. Refactoring of SVG backend, new GDI+ and Libart rendering
backends, text support on Windows (GDI+), rudimentary text support on Linux (libart/freetype2), presentation
attributes, lots of bug fixes (see bug 182533 for dependency list).

Not part of default build; code is #ifdef'ed out.

r=sicking, sr=jst for dom and htmlparser changes
r=bsmedberg, sr=tor for config changes
r=dbaron, sr=bzbarsky for content and layout changes
r=tor, sr=bzbarsky for gfx changes
2004-02-07 12:39:26 +00:00
tor%cs.brown.edu bbf2ef596f Bug 208314 - remove use of iostreams to allow building with compilers
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
pinkerton%aol.net f5821e701b prefer xcodebuild to pbxbuild (bug 224161, r=bryner) 2004-02-04 23:14:33 +00:00
kairo%kairo.at 3d12a17e05 bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions 2004-02-04 14:24:38 +00:00
bryner%brianryner.com 0ca4d12034 Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin. 2004-02-03 08:32:33 +00:00
dbaron%dbaron.org 48c036956d Allow MINIMO=1 to be specified in a mozconfig file. b=232254 r=dougt 2004-02-01 23:22:21 +00:00
pinkerton%aol.net 6233fbb29e add support for OSX 10.3 SDK support so build done on 10.3 can be run on
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
wchang0222%aol.com 1a73723866 Bugzilla bug 230934: fixed the second sed script for extracting versions of
Microsoft tools. Pass both sed scripts to the same invocation of sed.
Removed the unnecessary spaces in awk variable names. r=cls. sr=bryner.
2004-01-22 22:38:18 +00:00
bryner%brianryner.com e66e80fad9 Add -Wno-non-virtual-dtor to suppress questionable warnings about non-virtual destructors from gcc. Bug 229866, r=dbaron. 2004-01-02 00:54:34 +00:00
scott%scott-macgregor.org c3ccee066e fix for bug #227651
[calendar] [mozilla 1.x] if native calendar app is available, and mozilla calendar is not there,
show chrome to launch a native calendar, if specified by a pref

r=leaf, a/sr=sspitzer
2003-12-11 23:30:38 +00:00
dbaron%dbaron.org d5582721b7 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
bsmedberg%covad.net 9b6ea3d765 Make the Mozilla build configurator ouput the correct results for --enable-chrome-format. This
does not affect the generated configure script.
2003-11-03 15:26:51 +00:00
bsmedberg%covad.net b5a2a67987 Bug 223084 - enable the static component loader by default r/sr=dougt 2003-10-30 21:11:07 +00:00
bsmedberg%covad.net a16da231df Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner 2003-10-30 21:05:56 +00:00
sfraser%netscape.com b68864dece Bug 223323: fix building under panther, where pbxbuild is replaced by xcodebuild. r=pink, sr=bryner. 2003-10-23 17:47:33 +00:00
mkaply%us.ibm.com 47b0bc8b8c Up OS/2 stack size and remove OS/2 build options 2003-10-14 22:22:36 +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
cls%seawood.org 9e9e1e36f9 Remove unused ios::bin & ios::binary checks. 2003-09-22 01:13:16 +00:00
cls%seawood.org 4ed4bcc52c Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
mkaply%us.ibm.com a276239a2d #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 19:13:23 +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
cls%seawood.org 667c70044d Use AWK instead of awk for win32 compiler checks.
Bug #218906
2003-09-15 04:46:16 +00:00
cls%seawood.org 99017c8c60 Allow libidl & glib to be installed in separate prefixes on win32.
Bug #216367 r=bryner
2003-09-15 04:00:54 +00:00
cls%seawood.org 168af1d84c When calling windres, use a temp file to work around resource issue.
Thanks to Sander <mybugzilla@juima.org> for the original patch.
Bug #213281 r=cls rs=leaf
2003-09-15 03:36:36 +00:00
pkw%us.ibm.com cdb8d07924 Bug 218829 - Typo in configure.in test for VisualAge Compiler.
r=bryner@brianryner.com
2003-09-11 16:24:44 +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 a0a91fcd8a Skip iconv checks for darwin builds as iconv is only available from fink and we do not want the extra external dependency.
Thanks to Jerry Talkington <jerry@smartasfuck.com> for the patch.
Bug #216908 r=cls sr=darin a=asa
2003-08-26 15:56:49 +00:00
bsmedberg%covad.net 916b524bef Bug 216366 - configure doesn't wrap ActiveState Perl calls correctly. r=cls a=asa 2003-08-26 00:29:19 +00:00
cls%seawood.org 3027ba5b8a Only build freetype support when freetype is present and we're building against an X11-based toolkit.
Bug #216076 r=bryner a=asa
2003-08-18 18:56:42 +00:00
cls%seawood.org 02c7851c65 That AC_SUBST shouldn't be conditional. 2003-08-14 21:37:31 +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
dbaron%dbaron.org b75b9c5b2c Add -Wno-long-long before adding -pedantic so that we can compile on gcc 3.3.1 without --disable-pedantic. r=bryner a=asa b=214051 2003-08-12 06:01:48 +00:00
cls%seawood.org 0cbbeb36cd Do not set MOZ_ENABLE_COREXFONTS for win32 builds.
Thanks to Stephen Walker <sdwalker@myrealbox.com> for the patch.
Bug #214134 r=leaf
2003-08-05 19:40:30 +00:00
cls%seawood.org ce97dd95ed cygwin perl is already wrapped 2003-08-05 07:45:28 +00:00
cls%seawood.org 5c559fb56d Wrap perl calls since we still support activestate perl.
Fixing bustage
2003-08-05 06:03:56 +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
daniel%glazman.org a1e75e8d7c bustage fix backing out 214597 fix 2003-07-31 20:04:25 +00:00
daniel%glazman.org ce180c43c0 Build fails with french version of VC7 because of case-sensitivity of version msg
b=214597, r=cls@seawood.org, sr=leaf@mozilla.org
2003-07-31 18:50:23 +00:00