Commit graph

1651 commits

Author SHA1 Message Date
Caolán McNamara
65b7f05257 WaE: silence new icu warnings 2011-03-11 14:43:36 +00:00
Fridrich Štrba
db993edbdc fix graphite build on Linux 64-bit 2011-03-11 11:36:35 +01:00
Caolán McNamara
64c58dfa9f fix aix patch 2011-03-11 10:01:47 +00:00
Caolán McNamara
ab6aeefe78 add -fpermissive for yucky narrowing 2011-03-11 09:24:19 +00:00
Caolán McNamara
23c0d84c93 apply cleanly 2011-03-11 09:05:13 +00:00
Caolán McNamara
4c4f86df0c restore build of build patch that seem to still make sense 2011-03-11 09:03:27 +00:00
Martin Hosken
1745f16c63 Fix spacing in patch 2011-03-11 14:33:11 +07:00
Martin Hosken
1f5b215e2a reduce patch to remove need to match on trailing space that git strips 2011-03-10 22:39:00 +07:00
Martin Hosken
e4781b57c0 fix icu patch 2011-03-10 22:39:00 +07:00
Martin Hosken
a7fe7cb634 Fix memory leaks in vectors 2011-03-10 22:39:00 +07:00
Martin Hosken
945c9208f1 Upgrade to ICU 4.6 2011-03-10 22:39:00 +07:00
Martin Hosken
d9acb375a8 Remove cmake dependency. Statically create graphite library 2011-03-10 22:39:00 +07:00
Martin Hosken
9dfa2babe6 graphite2 consolidated patch 2011-03-10 22:39:00 +07:00
Caolán McNamara
7598129038 build those with exceptions 2011-03-09 21:10:53 +00:00
Caolán McNamara
760b669473 WaE: silence warnings 2011-03-04 12:55:14 +00:00
Fridrich Štrba
e756a60003 On windows, dictionaries link with uwinapi.lib 2011-03-03 16:07:35 +01:00
Caolán McNamara
2fcafe99c5 silence warning with a specialization 2011-03-02 13:18:22 +00:00
Caolán McNamara
deb8773d3a dynamic_bitset subdir wasn't delivered 2011-02-28 17:16:21 +00:00
Andras Timar
23dbfc32ea l10n: wrong encoding in nl_NL dictionary description 2011-02-23 23:37:33 +01:00
Andras Timar
f7ce7d1381 l10n: Updated oc_FR spelling dictionary 2011-02-23 23:13:13 +01:00
Andras Timar
d2dc2b8164 l10n: add Breton spelling dictionary 2011-02-22 16:38:45 +01:00
Caolán McNamara
7cced223a9 turn on exceptions for this, clears windows warning 2011-02-15 09:57:09 +00:00
Tor Lillqvist
138df361fa Py_DEBUG mangling for Windows 2011-02-15 04:55:02 +02:00
Tor Lillqvist
b7491dd511 Make debugging the Python interpreter simpler
When building (in the LibreOffice sense) for Windows with debug=t, use
the Debug solution configuration, but make the Debug project
configutations produce identically named executables as the Release
ones, and also use the normal runtime library.

Use same executables names
2011-02-14 02:41:32 +02:00
Tor Lillqvist
aac9fc0eac Clean up Python patches a bit
Don't bother commenting out stuff we don't want in the pcbuild.sln
file. Instead just remove it. Don't bother patching files specific for
older MSVS versions that we don't support any more.
2011-02-14 02:41:30 +02:00
Martin Srebotnjak
8547a4f028 l10n: Updated Slovenian (sl) thesaurus 2011-02-13 23:07:29 +01:00
Caolán McNamara
5e677bb910 icu#8320 even more things wrong with freeserif that can crash icu 2011-02-11 08:59:57 +00:00
Caolán McNamara
bb716aa955 gcc#47679 needs more magic 2011-02-10 20:26:53 +00:00
Caolán McNamara
e44bf62250 workaround gcc#47679 2011-02-10 20:26:53 +00:00
Fridrich Štrba
438060cd27 Static defines when building static hunspell on Windows 2011-02-10 20:50:26 +01:00
Fridrich Štrba
a0c84cafa5 Trying to remove the stlport mention from the code 2011-02-09 19:57:34 +01:00
Fridrich Štrba
93c24cc5b4 Removing the ext_std masterpiece 2011-02-09 19:57:34 +01:00
Fridrich Štrba
a098b9853a Make stlport only optional dependency of postprocess 2011-02-09 19:57:34 +01:00
Caolán McNamara
9aa896fed8 silence some more warnings 2011-02-09 08:55:48 +00:00
Caolán McNamara
c8a5d2ddf5 have to deliver some .h files as well now 2011-02-08 20:33:07 +00:00
Fridrich Štrba
2cce64e446 remove trailing CR from patch 2011-02-08 17:59:46 +01:00
Caolán McNamara
be61838a57 Resolves: fdo#34031 bump to hunspell 1.3.1 2011-02-08 14:50:08 +00:00
Caolán McNamara
7a0dc5b37f still need aliasing fixes 2011-02-08 09:43:28 +00:00
Caolán McNamara
51d5584333 WaE: fix some shadowing warnings 2011-02-08 09:27:22 +00:00
Fridrich Štrba
1c0c7b8510 deliver _all_ boost directories 2011-02-08 07:47:43 +01:00
Jan Holesovsky
ab4cd7408a Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	dictionaries/prj/build.lst
	dictionaries/uk_UA/makefile.mk
	hunspell/makefile.mk
2011-02-08 00:18:15 +01:00
Caolán McNamara
a1b931cc43 build without nls, we don't need it 2011-02-05 16:23:21 +00:00
Caolán McNamara
176a22eb1d and remove some some warning spam 2011-02-05 10:16:08 +00:00
David Tardon
400f1e7334 define copy ctor for boost::unordered_map/_set
Build with gcc 4.6 breaks otherwise.
2011-02-05 09:47:21 +01:00
Fridrich Štrba
da780c6eb3 The exception.cpp is not in the win32 thread library in this version 2011-02-05 09:25:07 +01:00
Joseph Powers
20d5eb8b2c Deliver \boost\range\algorithm that is needed for sc 2011-02-04 20:48:55 -08:00
Fridrich Štrba
edbb520d6b some more warnings gone 2011-02-05 04:22:32 +01:00
Fridrich Štrba
85072fc85d silence more boost warnings 2011-02-05 03:47:27 +01:00
Fridrich Štrba
b9ab0357bb upgrade to boost 1.44.0 to solve some std::forward issues 2011-02-04 16:57:37 +01:00
Caolán McNamara
54f2e7cd5f Resolves: rhbz#674328 more ways for freeserif to crash libicu 2011-02-03 11:20:39 +00:00