Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Josh Heidenreich
b469be0723
Added and improved READMEs for modules in libs-extern-sys
2012-02-09 18:23:49 +01:00
Martin Hosken
162676cb6a
Upgrade graphite to 1.0.3 fix surrogate support
2011-09-22 22:49:07 +07:00
Tor Lillqvist
beda88a2d7
We build graphite as a static library for MSVC
2011-08-24 10:11:05 +03:00
Rene Engelhard
260088aaf0
export WORDS_BIGENDIAN in set_soenv and make graphite2 use it
2011-08-23 18:15:13 +02:00
Caolán McNamara
d3bf28445a
placement new needs new header included
2011-08-23 11:48:04 +01:00
Martin Hosken
977bc66a2a
Upgrade graphite to 1.0.2 and simplify patches
2011-08-23 09:22:29 +07:00
Tor Lillqvist
56f35e6b39
Drop %_EXT% which was always empty
2011-06-03 13:27:35 +03:00
Jan Holesovsky
7a6dead55d
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys
...
Conflicts:
graphite/graphite2-0.9.2.patch
2011-05-31 10:52:20 +02:00
Tor Lillqvist
743840a403
We build graphite as a static library, drop conditional dllimport/export
...
We would need to pass -DGR2_STATIC when compiling graphite-using code
otherwise.
Also make patch apply without fuzz.
2011-05-30 17:52:01 +03:00
Martin Hosken
0bd8a0b412
Fix graphite2-0.9.2 particulary for LinLibertineG (fdo#36510, fdo#36752)
...
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-05-16 20:07:36 +02:00
Petr Mladek
31e0d0c56f
Revert "Fix graphite2 particulary for LinLibertineG"
...
caused many build problems on Windows; too late to do this change
This reverts commit 1dbaab9692545a9c8c032a886932a7626e48dbe9.
2011-05-16 20:05:14 +02:00
Petr Mladek
91a8d7bf04
Revert "And the makefiles"
...
caused many build problems on Windows; too late to do this change
This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e.
2011-05-16 20:04:12 +02:00
Martin Hosken
c1b808f4ee
And the makefiles
2011-05-16 14:39:01 +07:00
Martin Hosken
7fab6b1901
Fix graphite2 particulary for LinLibertineG
2011-05-16 14:37:54 +07:00
Jan Holesovsky
ce74a5d149
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
graphite/makefile.mk
libxml2/makefile.mk
2011-03-23 16:59:29 +01:00
Fridrich Štrba
cb2b51f970
Maybe one day I get this right
2011-03-15 23:09:32 +01:00
Fridrich Štrba
8e4bc214b4
avoid __declspec decorations on windows
2011-03-15 22:19:09 +01:00
Fridrich Štrba
e82100b6fe
Add possibility to specify that one builds static graphite
2011-03-15 21:45:01 +01:00
Fridrich Štrba
20a45dba84
try to deliver graphite_off.lib properly
2011-03-15 21:07:33 +01:00
Caolán McNamara
ebfbc9188c
fix build error, add build depend
2011-03-15 14:15:21 +00:00
Frank Schoenheit [fs]
d6ceaf5728
debuglevels: pulled and merged DEV300.m102
2011-03-14 09:47:56 +01:00
Fridrich Štrba
db993edbdc
fix graphite build on Linux 64-bit
2011-03-11 11:36:35 +01:00
Caolán McNamara
ab6aeefe78
add -fpermissive for yucky narrowing
2011-03-11 09:24:19 +00:00
Martin Hosken
a7fe7cb634
Fix memory leaks in vectors
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
Philipp Lohmann [pl]
eff28f0cd8
vcl119: #i116227# remove an invalid assertion
2011-02-21 13:30:27 +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
Frank Schoenheit [fs]
6457e973f5
debuglevels: #i116839#
2011-02-07 10:20:10 +01:00
Tor Lillqvist
d1e4f11a96
Don't try to copy nonexistent pdb files
2011-02-03 01:11:25 +02:00
Thomas Arnhold
074034a79e
Clean up makefiles
2011-02-02 12:15:06 +01:00
Tor Lillqvist
13f646d1ae
Interpret any non-empty value of $(debug) as true, like elsewhere
...
Also, avoid double slash when redirecting the pdb file just for
cleanliness.
2011-01-24 00:18:08 +02:00
Caolán McNamara
09b6be8237
sync configure's -Werror logic with configure.ac
2011-01-15 20:14:53 +00:00
Caolán McNamara
bd5d223a36
make possible to build with c++0x, remove obsolete method
2010-11-24 12:32:25 +00:00
Vladimir Glazunov
0636f63978
DEV300: changesets OOO330 up to m5
2010-08-25 16:13:14 +02:00
Herbert Duerr [hdu]
fba131c6fd
#i113565# remove mingw-specific patch which is no longer needed (thanks tono)
2010-08-02 09:12:06 +02:00
Jens-Heiner Rechtien
fd0afc269d
CWS-TOOLING: integrate CWS graphite03_OOO330
2010-07-22 13:49:22 +02:00
Keith Stribley
226e11dc0d
graphite03: #i112730# updated graphite patch and improvements to glyph metric caching
2010-06-29 14:14:34 +06:30
obo
d66343ab59
CWS-TOOLING: integrate CWS mingwport30
2010-06-22 16:02:44 +02:00
Ivo Hinkelmann
2e3cd7c625
masterfix: #i10000# #i112124# build fails in configure fix
2010-06-07 10:45:08 +02:00
tono
b51f76cce2
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : fix interference to other platforms
2010-06-03 19:12:00 +09:00
tono
9bc06e6ac0
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2
2010-05-31 21:53:32 +09:00
Hans-Joachim Lankenau
034c59cb79
ause110: update to DEV300_m74
2010-03-10 16:36:40 +01:00
Jens-Heiner Rechtien
72e939d8ed
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Hans-Joachim Lankenau
41355ba9bc
ause110: update to DEV300_m71
2010-02-08 19:08:31 +01:00
Hans-Joachim Lankenau
7d0a7273de
ause110: #i106731# remove tarballs from scm and find them in download cache dir
2010-01-15 14:55:12 +01:00
Caolán McNamara
1fa5cf73fc
cmcfixes69: #i106157# support system graphite, even with a different stlport
2010-01-12 11:18:27 +00:00