Commit graph

12946 commits

Author SHA1 Message Date
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
Tor Lillqvist
04752751d5 Remove obsolete solenv/config 2011-01-13 11:49:02 +02: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
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
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
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
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
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
Michael Meeks
74f19bf9e2 use 0775 not 0755 for chmod 2011-01-07 16:12:48 +00:00
Steve Butler
079c782fb3 accelerate make_installer by forking a lot less on windows 2011-01-07 16:12:03 +00:00
Caolán McNamara
3505b4288e adjust indent 2011-01-07 11:07:24 +00:00
Guillaume Poussel
ae00a3d7d6 Clean 'resourceleak' warning in cppcheck. 2011-01-07 11:06:51 +00:00
Caolán McNamara
f2bc6b5dfb silence this script during the build 2011-01-06 14:45:46 +00:00
Miklos Vajna
7be59837a9 move find-german-comments from build repo to bootstrap/bin 2011-01-06 13:30:56 +01:00
Kohei Yoshida
9b7439f870 At least one of them must say 'no'. 2011-01-05 15:42:42 -05:00
Michael Meeks
4f8add5f5c ignore SIGPIPE for zenity 2011-01-05 13:39:04 +00:00
Michael Meeks
401df5b8f1 only enable zenity for local (unix socket) displays 2011-01-05 13:36:37 +00:00
Guillaume Poussel
ed26218fdf Removing few cppchecks warnings. 2011-01-05 09:02:33 +01:00
Jan Holesovsky
d7d7b15e94 Set TMP on Windows if not set.
Otherwise we have problems with paths containing spaces - they don't get
quoted in some cases.
2011-01-04 15:47:57 +01:00
Caolán McNamara
93ff50904b Resolves: #i113163# drop uninitialized variable warning 2011-01-04 08:51:01 +00:00
David Tardon
d1d813c7f2 selection of hash container for mdds must precede header tests 2011-01-04 07:09:28 +01:00
Rene Engelhard
ff5797e651 readd lost #endif 2011-01-02 14:12:14 +01:00
Rene Engelhard
09482c6149 Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	scp2/source/extensions/directory_extensions.scp
2011-01-02 01:15:14 +01:00
Caolán McNamara
313bccada6 WaE: Tweak this to prefer boost::unordered_map 2010-12-31 11:29:14 +00:00