Commit graph

13120 commits

Author SHA1 Message Date
Caolán McNamara
6fcbe777e4 spit error to stderr so that it's visible 2011-01-18 10:12:26 +00:00
Caolán McNamara
f833bb15c1 tweak G_SLICE to canonical always-malloc 2011-01-18 10:12:26 +00:00
Jan Holesovsky
7c7c3f946e Fix ./configure on 32bit Windows. 2011-01-18 10:45:45 +01:00
Tor Lillqvist
103da56542 Add remangle32to64 script
A Perl script to change MSVC mangled symbols from their form in 32-bit
code to the corresponding mangled symbols in 64-bit code.

The script is obviously not known to work 100%, but seems to work well
enough for the few cases in LibreOffice (.map files) it has been used
on so far.
2011-01-17 03:30:31 +02:00
Jesús Corrius
b948c22f73 Use different Windows registry keys than OOo 2011-01-16 23:07:13 +01:00
Tor Lillqvist
15b90d9fdd Just use name wntmsc.mk for the MSVC .mk file 2011-01-16 21:07:33 +02:00
Tor Lillqvist
086ce69a83 Cleanups and improvements on the nascent support for 64-bit Windows build
* solenc/inc/settings.mk: Drop MSVC 2003 section.

* solenc/inc/tg_compv.mk: Set COMNAME appropriately for 64-bit build.

* solenc/inc/wnt.mk: Drop unsupported compiler version sections.

* solenc/inc/wntmsci11.mk: Look for the CL_X64 make variable, not
  cl_x64. Drop duplicate definitions already put in the environment by
  set_soenv.in.
2011-01-16 20:57:11 +02:00
Tor Lillqvist
bc04a7600c Make 64-bit Windows build work in stlport
* stlport/STLport-4.5-0119.patch Add a few bits to our patch
  file. Don't use the /machine:I386 /debugtype:cv linker flags, the
  defaults are what we want for both 32- and 64-bit. Make the weird
  Interlocked* stuff build on a 64-bit build too.
2011-01-16 20:57:10 +02:00
Tor Lillqvist
9cf5f41bed Cleanups and hacks on the start of support for 64-bit Windows build
* configure.in: Look for the x64 assembler ml64.exe when building 64-bit
  binaries, not ml.exe. Use the 64-bit tools in VC/bin/amd64, not
  the 32-bit cross-compiling tools in VC/bin/x86_amd64. We can
  currently build 64-bit only on a 64-bit OS anyway, for instance
  because of the unit tests.

* set_soenv.in: Set CPUNAME, CPU and OUTPATH appropriately for
  64-bit build. We end up with "wntsmcx12" for 64-bit MSVC 2008
  build. Drop sections for no longer supported MSVC versions. Don't
  talk about ".NET 2005" etc, ".NET" was part of the MS suite product
  name only in the 2003 version. Add Emacs and vim mode lines.
2011-01-16 20:57:08 +02:00
David Tardon
7f761bded4 use debug version of libstdc++ in debug builds 2011-01-16 18:47:33 +01:00
Lionel Elie Mamane
cd04b977a6 Make configure still work after Env.Set.sh 2011-01-16 13:34:53 +01:00
Caolán McNamara
30d12698db set G_SLICE if unset in valgrind mode for convenience 2011-01-14 20:17:07 +00:00
Caolán McNamara
59ca9aed23 set VALGRIND=memcheck to run unit test under valgrind 2011-01-14 20:14:19 +00:00
Caolán McNamara
0ccf7cd56c ironically --enable-werror doesn't do anything if all modules set warningfree 2011-01-14 16:57:46 +00:00
Caolán McNamara
40b78a7343 Move this system-mesa-headers test inside opengl extension test
Here it only gets used for non-Windows and non-Linux. It will current defaults
to using these "internal" headers like we do for xrender and friends.
2011-01-13 22:49:55 +01:00
Tor Lillqvist
04752751d5 Remove obsolete solenv/config 2011-01-13 11:49:02 +02:00
Michael Meeks
bb311c943d BrOffice Windows start menu branding 2011-01-12 21:13:02 +00:00
Thorsten Behrens
e0be575674 Move CC/CXX saving to a safe place
AC_CHECK_LIB, AC_CHECK_HEADER etc tend to touch CC, so better
move saving of that var to an earlier part of configure
2011-01-12 20:43:53 +01:00
Tor Lillqvist
53d492eb91 Remove leftover cruft from find -exec syntax 2011-01-12 19:41:13 +02:00
Tor Lillqvist
8910ee630e Add Emacs and vim mode lines 2011-01-12 18:49:14 +02:00
Andras Timar
605b8c63d3 the name MySQL Connector lost the "for OpenOffice.org" ending 2011-01-12 17:37:03 +01:00
Michael Meeks
10de7accfb BrOffice Windows start menu branding 2011-01-12 14:22:50 +00:00
Caolán McNamara
77887a6028 don't use -i with xargs 2011-01-12 12:37:39 +00:00
Petr Mladek
16f9504da3 Please, ignore the previous message; it was for the libreoffice-3-3-0 branch
This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases.
Only safe changes, reviewed by anoter person are allowed.

If you want to build something cool, unstable, and risky, use master.
2011-01-11 23:05:56 +01:00
Wol
9e5592db26 Licencing files
Added the three COPYING files for the three licences,
and the TEMPLATE.SOURCECODE.HEADER to go at the start of new source
files
2011-01-11 21:49:39 +00:00
Petr Mladek
7a719ac0a7 Branch libreoffice-3-3-0
This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.3.x release,
please use the 'libreoffice-3-3' branch.

If you want to build something cool, unstable, and risky, use master.
2011-01-11 22:39:06 +01:00
Peter Jentsch
44b1e32891 Add alternative implementation of flat xml filter w/o xslt.
This filter implementation is directly based on
XmlFilterAdaptor and simply dumps the SAX events
provided by the XmlFilterAdaptor to an outputstream.
It currently still lacks the advanced pretty printing
available through split-long-lines.xsl in the xslt based
flat xml filter.
2011-01-11 14:45:21 +00:00
Peter Jentsch
677ed3557e Added missing split-long-lines.xsl to installation list for xsltfilter.scp 2011-01-11 14:43:34 +00:00
Andras Timar
52ac81c699 removed language code 'kid'
kid is not Koshin but key id pseudo language which is good for
debugging UI but should no be included in the product
Signed off by Fridrich on irc.
2011-01-11 10:20:12 +01:00
Andras Timar
74122055f5 Added ca_XV and ast name and description
signedd off by Fridrich on irc
2011-01-11 10:16:33 +01:00
Cédric Bosdonnat
f193674d47 No need of creating the tags file in the two places 2011-01-11 09:39:06 +01:00
Michael Meeks
2929c2a4c6 make linkoo scan the solver too, for Norbert's gnumake work 2011-01-10 21:02:31 +00:00
Petr Mladek
9b59d283c2 Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3) 2011-01-10 19:47:07 +01:00
Petr Mladek
3ecbf2394b bump SHORT_PRODUCTEXTENSION to rc3 and widnows build version to 5 2011-01-10 17:14:52 +01:00
Christoph Noack
ee9be7cb6a add de-branded MSI installation artwork, bug#32435 2011-01-10 11:30:34 +00:00
Andras Timar
008dd1d867 Added ast, ca-XV, and id, removed sc (postset.mk) 2011-01-10 11:10:40 +01:00
Caolán McNamara
62fa5ebdf3 set a template for mktemp, apparently required in macosx 2011-01-10 09:49:28 +00:00
Caolán McNamara
e61ae6e25b Resolves: fdo#32897 strip out template language tags 2011-01-10 09:49:18 +00:00
Michael Meeks
eadfd2123e BrOffice branding for windows shortcuts 2011-01-10 09:37:32 +00:00
Julien Nabet
6caa9c0b0e replace -exec by xargs 2011-01-09 21:45:50 +00:00
Julien Nabet
fbf0cb8b1c Reducing spawning of chmod with xargs instead of exec 2011-01-09 20:32:56 +00:00
Kalman Szalai - KAMI
80e97d306c Fix Barcode extension's directory 2011-01-09 20:32:48 +01:00
Caolán McNamara
5a3b7af0e2 set a template for mktemp, apparently required in macosx 2011-01-09 16:52:25 +00:00
Christian Lohmaier
cca3388bd4 small fixes to allow using --with-linked-git & --with-external-tar 2011-01-08 18:45:25 +01:00
Kohei Yoshida
6e56de169d Upgraded to mdds 0.5.1 package. 2011-01-08 01:06:31 -05:00
Rene Engelhard
9dc556c242 s/exceptons/exceptions/g in configure.in 2011-01-08 00:20:36 +01:00
Rene Engelhard
309b61ccac update system-mdds check
Check for mdds >= 0.5.0 as sc now needs it...
2011-01-08 00:20:28 +01:00
Kohei Yoshida
def3247c2d Newer mdds package 0.5.0 which is now required to build sc. 2011-01-07 17:14:01 -05:00
Caolán McNamara
5eb3062181 Resolves: fdo#32897 strip out template language tags 2011-01-07 20:44:28 +00:00
Petr Mladek
b9a65c7279 Merge commit 'ooo/OOO330_m19' into libreoffice-3-3
Conflicts:
	solenv/inc/minor.mk
2011-01-07 19:49:11 +01:00