Caolán McNamara
a37484060c
pesky dependencies
2012-01-05 09:18:20 +00:00
Stephan Bergmann
9460b68ca2
typo
2011-12-14 11:24:11 +01:00
Stephan Bergmann
3684fcdc0f
configmgr.component is no longer an old one.
2011-12-14 10:42:51 +01:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060
normalize Red Hat, Inc. spellings, and bump to latest template
2011-12-06 21:24:37 +00:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778
remove pch from the include list
2011-11-27 15:24:45 -06:00
Norbert Thiebaud
f7738e755b
remove include of pch header from hwpfilter
2011-11-27 13:11:50 -06:00
Norbert Thiebaud
992757cc5e
remove pre-compiled header support in gbuild and gbuildified module
2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Stephan Bergmann
c1758889cb
Heavily simplified utl::ConfigManager.
2011-11-11 22:49:21 +01:00
Stephan Bergmann
f66ac29343
Make .component files directly usable within UNO_SERVICES.
...
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>.
* solenv/gbuild/CppunitTest.mk got new functions
gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors).
* This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not
work currently, as it catenates the input component files instead of passing
them through packcomponents.xslt (which now takes care about the surrounding
<components> in the input). In the future, it will likely be combined with the
recently added solenv/gbuild/ComponentsTarget.mk.
2011-11-11 10:53:23 +01:00
Caolán McNamara
db5a5ffa82
split bootstrapfixture and move test-filters class for sot test
...
sot is below vcl, but is a filters test, we can split bootstrapfixture
into a vcl needing bit and and non-vcl bit and filters test api
can be standalone and combined with whichever bit in order to form
pre and post vcl filters test
2011-10-15 12:18:44 +01:00
Michael Meeks
8a0d0457a7
test fix: use setUp and tearDown not constructors to init LibreOffice
...
It turns out the constructors are all run back-to-back one per filter,
and we need to init and de-init in a sensible order to make multiple
tests that otherwise share the ContentBroker work properly.
2011-10-05 16:02:28 +01:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Bjoern Michaelsen
4efbed432d
add missed file hwpfilter/RdbTarget_hwpfilter_test_hwpfilter.mk
2011-10-04 18:34:24 +02:00
Bjoern Michaelsen
371c4c8600
adapt hwpfilter unittests to separate RdbTarget makefile requirement
2011-10-04 18:34:23 +02:00
Caolán McNamara
d820977d6a
valgrind: fix leak
2011-10-02 23:19:51 +01:00
Caolán McNamara
4a5745503c
merge filters-test code
2011-09-30 12:39:35 +01:00
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03:00
Stephan Bergmann
7d1bb036e1
Simplified setting headless mode for smoke-/subsequenttetss.
...
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Stephan Bergmann
d996328cd5
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
...
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Caolán McNamara
e54fd4b67d
WaE: constify these (worrying-looking) font name tables
2011-09-09 09:23:10 +01:00
Tor Lillqvist
2e5c28651c
I see no immediate reason for this #ifndef __MINGW32__
2011-09-09 10:53:10 +03:00
Norbert Thiebaud
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Norbert Thiebaud
1e536c6b09
do not use /clone in paht for test in hwpfilter
2011-08-06 13:07:57 -05:00
Takeshi Abe
1a44d29eb1
Emacs modeline compatible with vim's one
2011-08-05 10:59:45 +09:00
Tor Lillqvist
b9bee88e1b
Add consistent Emacs and vim mode lines
2011-07-30 23:01:51 +03:00
Bjoern Michaelsen
6f38368f3b
keep gbuild calls consistent at now, even if it is a bit longer
2011-07-23 15:23:21 +02:00
Bjoern Michaelsen
112be98c92
resyncing to master
2011-07-21 18:38:50 +02:00
Matúš Kukan
a9137707c4
Remove component_getImplementationEnvironment
2011-07-12 17:58:59 +02:00
Caolán McNamara
0e334c2bfa
gb_Library_PLAINEXT->gb_Library_DLLEXT
2011-07-01 15:18:34 +01:00
Caolán McNamara
34f6f96ecb
add modified unoexceptionprotector for better error msgs from exceptions
2011-06-30 22:57:49 +01:00
Tor Lillqvist
12330bfe5b
Fix Windows build
2011-06-27 14:06:18 +03:00
Caolán McNamara
e8de073d63
use size_t here
2011-06-21 12:24:31 +01:00
Bjoern Michaelsen
03e6f1338c
gnumake4: postmerge fixes in hwp
2011-06-21 13:11:39 +02:00
David Tardon
169f83bb9c
use the new way of setting UNO API include dirs
2011-06-18 11:26:56 +02:00
Hans-Joachim Lankenau
4fb5b90d3e
ause130: #i117218# change .idl handling to gnu make
2011-06-18 11:26:55 +02:00
Tor Lillqvist
4018095024
Link with user32 for Windows
2011-06-16 17:07:20 +03:00
Caolán McNamara
16e0d4a57a
don't need to link against vcl
2011-06-14 10:49:11 +01:00
Caolán McNamara
2787179fe9
add regression test
2011-06-14 00:56:56 +01:00
Caolán McNamara
af870cf4d7
return the correct return code
2011-06-14 00:56:22 +01:00
Caolán McNamara
0b303af5dc
ditch MyDataSink and use comphelper::MediaDescriptor::addInputStream
2011-06-14 00:32:25 +01:00
Caolán McNamara
b879a95c1d
gbuildize hwpfilter
2011-06-13 23:20:18 +01:00
Caolán McNamara
bfd0bbab20
survive missing writer component for testing purposes
2011-06-13 22:23:07 +01:00
Caolán McNamara
20a1afe407
valgrind: linenumber uninited
2011-06-13 21:26:18 +01:00
Caolán McNamara
3de0e85039
it's c++ not c
2011-06-13 21:14:31 +01:00