Commit graph

13083 commits

Author SHA1 Message Date
Jean Charles Papin
7c36e51109 remove dead code 2011-02-11 21:13:46 +00:00
Fridrich Štrba
bd217a78bb some more hacks of exported symbols 2011-02-11 17:05:22 +01:00
Andras Timar
509adda149 remove unused --with-dict option 2011-02-10 21:45:02 +01:00
Fridrich Štrba
181763f2f4 Don't make shameless add for non-standard Checked Iterators 2011-02-10 21:35:47 +01:00
Thorsten Behrens
957600ba66 Use git pushurl, setup via --set-push-user now
An easy way to turn your set of repos into something you can push
from - after you've gotten commit rights on fd.o - just use
./g --set-push-user <your_user_name>
2011-02-10 17:29:41 +01:00
Miklos Vajna
d88aa25214 configure: initialize SCPDEFS, do not always append it
This caused problems when <platform>*.sh was sourced while invoking
autogen.sh.
2011-02-10 12:13:13 +01:00
Fridrich Štrba
0bda68f434 Too optimistic thoughts about makefiles (2) 2011-02-10 12:07:04 +01:00
Fridrich Štrba
e024c8bd0e Too optimistic thoughts about makefiles 2011-02-10 12:05:41 +01:00
Francois Tigeot
3dd75542a2 Porting LO to Dragonfly 2011-02-10 10:38:31 +01:00
Tor Lillqvist
1e4649eeae Ignore __real@ and __TI3? prefixed symbols in ldump
The __real@ ones are storage of (shared?) floating-point
constants. The __TI3?  ones are related to throwing exceptions, TI
perhaps means type information. Trying to export them causes
unresolved externals problems, and most likely it would be insane to
export them from a LO DLL anyway. I came across the problem with some
framework DLLs.

Why this issue has popped up now, after the big stlport/boost/etc
change, I have no idea. One would think we have had floating-point
constants all the time in the code, and we throw exceptions all over
the place. Oh well.
2011-02-09 21:30:17 +02:00
Fridrich Štrba
fca25e4c4c Trying to remove the stlport mention from the code 2011-02-09 20:18:11 +01:00
Fridrich Štrba
354f09c75e Removing the ext_std masterpiece 2011-02-09 20:18:11 +01:00
Fridrich Štrba
c296fe08de Build STLport only as a compatibility library 2011-02-09 20:18:10 +01:00
Thorsten Behrens
053754d986 Add basebmp to list of doxygen-processed modules 2011-02-09 15:18:44 +01:00
Petr Mladek
a0c217c31b lo-commit-stat: sort modules alphabeticaly 2011-02-09 12:48:29 +01:00
Petr Mladek
b9e228347b lo-commit-stat: fix bug detection
+ fix printing of i#123 bugs
+ removed debug stuff to be able to detect more bugs again
2011-02-09 12:37:47 +01:00
Fridrich Štrba
b9bb63b5c3 Don't use the dummy functional at all 2011-02-08 17:40:37 +01:00
Caolán McNamara
a7903846cb Resolves: fdo#34031 bump to hunspell 1.3.1 2011-02-08 14:48:35 +00:00
Tor Lillqvist
aa100206ac Move prewin.h and postwin.h from tools to solenv
All #include directives that include tools/prewin.h and
tools/postwin.h need to have the "tools/" part dropped. Will do that,
too.

For earlier git log of these two files, see the libs-gui repository.
2011-02-08 12:56:44 +02:00
Fridrich Štrba
ad6ae59025 Don't use the dummy functional on windows
since MSVC headers contain all the SGI extensions we use
2011-02-08 10:21:12 +01:00
Fridrich Štrba
ef2942e54d cleared the need of the non-standard numeric, rope and vector header 2011-02-08 09:29:29 +01:00
Jan Holesovsky
d856c71a7d Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	configure.in
	solenv/bin/build.pl
2011-02-08 00:31:41 +01:00
David Tardon
91b54d2c17 <functional> is needed too 2011-02-07 18:40:39 +01:00
Fridrich Štrba
ebbe8c23f7 little comment cleanum 2011-02-06 15:28:28 +01:00
Fridrich Štrba
a15f4939ae removing the hash_map, hash_set and slist forwarding headers 2011-02-06 15:02:35 +01:00
Fridrich Štrba
c3ac9078a6 download the right boost tarball 2011-02-05 04:34:14 +01:00
Jan Darmochwal
69626cfa64 Accelerate Perl installer builder
speed up get_all_items_from_script
2011-02-04 11:34:26 +00:00
Jesús Corrius
4fe56df1d5 Revert: Use different Windows registry keys than OOo 2011-02-03 18:25:04 +01:00
Jesús Corrius
9e7da97053 Revert: Change registry prefix values loffice, libreoffice -> LibreOffice 2011-02-03 18:22:41 +01:00
Caolán McNamara
3335c0b182 get this hack working for gcc 4.6.0
Signed-off-by: David Tardon <dtardon@redhat.com>
2011-02-03 17:57:46 +01:00
Peter Jentsch
8f54c729d0 Removed obsolete flat xml export xslt scripts from packaging 2011-02-03 17:54:58 +01:00
Jesús Corrius
851641916d fdo#33785: install mtfrenderer.uno.dll in the correct directory 2011-02-03 17:39:20 +01:00
Tor Lillqvist
b51d688c40 No ddraw.h or ddraw.lib in the June 2010 DirectX SDK
(cherry picked from commit 43e3b9af8f5d85f06485e74b1080cc6a6a86eac4)

Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-02-03 17:59:15 +02:00
Caolán McNamara
9d0e903392 odf1->osf1 2011-02-03 13:18:02 +00:00
Caolán McNamara
55e801c2af WaE: signed/unsigned 2011-02-03 11:35:01 +00:00
Fridrich Strba
ffc47ff796 Adapt the forwarding headers to MSVC compiler 2011-02-03 10:12:12 +01:00
Tor Lillqvist
1a60bef59e Silence compiler warnings 2011-02-03 00:44:35 +02:00
Tor Lillqvist
422b2c72a3 Silence compiler warnings 2011-02-03 00:44:33 +02:00
Tor Lillqvist
6ade6fe1e6 Silence compiler warnings 2011-02-03 00:44:31 +02:00
Tor Lillqvist
f38b7b2f6d Silence a couple of compiler warnings 2011-02-03 00:44:29 +02:00
Tor Lillqvist
5267fbacf3 Silence a couple of compiler warnings 2011-02-03 00:44:27 +02:00
Tor Lillqvist
0d2a89ff26 Do check for hash_map in __gnu_cxx namespace also with MinGW 2011-02-03 00:44:25 +02:00
Thorsten Behrens
dc43a27e0c Revert "Utility to scan for some faults in Thesaurus files"
Was added inside dictionaries/util already by Andras, and
it's much better placed there.

This reverts commit eacd806bcbe948b3ab8644eb59642b66946ba691.
2011-02-02 20:38:33 +01:00
Thorsten Behrens
30de39075c Thesaurus checker script now even with executable permission 2011-02-02 18:35:04 +01:00
Petr Mladek
9a34f07bd9 lo-commit-stat: really print the found bug numbers 2011-02-02 17:47:39 +01:00
Fridrich Strba
bb5140dbb6 Initial support of system stl on Windows 2011-02-02 17:35:17 +01:00
Steve Butler
e7e60cab87 Utility to scan for some faults in Thesaurus files 2011-02-02 16:24:39 +01:00
Tor Lillqvist
4053d1911d Bypass more unneeded tests for Windows builds
The SIZEOF_LONG and WORDS_BIGENDIAN tests failed anyway because CC has
already been set to point to MSVC, but no required include and library
paths got used in the tests. The large file support test is equally
unnecessary, Windows has large file support and no special compilation
flags are needed.

Just hardcode the known values of the substitution variables for
Windows.
2011-02-02 15:22:56 +02:00
Caolán McNamara
dda5eaa8c0 Use DT_RUNPATH over DT_RPATH
So that dlopen will load the .so found in LD_LIBRARY_PATH before the one found
via path of ORIGIN, this way any unit tests trying to set a uno component
implemented as a shared library will test the local .so and not the one in the
solver
2011-02-02 13:07:07 +00:00
David Tardon
bcfc829889 Revert "use debug version of libstdc++ in debug builds"
This reverts commit 3d01d7d631a33670db50c7553bfcb7a670065dc3.
2011-02-02 10:44:29 +01:00