summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04disable problematic hwpfilter_testPetr Mladek1-3/+5
It often crashes in parallel build. It keeps the Linux tinderboxes red. It does not crash when running standalone and one is trying to debug it. Nobody fixed this for several weeks => disabling it until someone steps in and fixes it.
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara4-20/+17
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header from hwpfilterNorbert Thiebaud4-6/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann2-1/+3
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann3-47/+6
* 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-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara2-4/+8
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-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks1-5/+4
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-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-04add missed file hwpfilter/RdbTarget_hwpfilter_test_hwpfilter.mkBjoern Michaelsen1-0/+44
2011-10-04adapt hwpfilter unittests to separate RdbTarget makefile requirementBjoern Michaelsen2-11/+1
2011-10-02valgrind: fix leakCaolán McNamara1-15/+7
2011-09-30merge filters-test codeCaolán McNamara3-104/+14
2011-09-22Always link with user32Tor Lillqvist1-1/+0
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-2/+0
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-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann1-1/+7
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-09WaE: constify these (worrying-looking) font name tablesCaolán McNamara1-1/+1
2011-09-09I see no immediate reason for this #ifndef __MINGW32__Tor Lillqvist1-4/+2
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe3-3/+3
2011-08-06do not use /clone in paht for test in hwpfilterNorbert Thiebaud1-2/+2
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist3-3/+6
2011-07-23keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen1-1/+1
2011-07-21resyncing to masterBjoern Michaelsen7-21/+22
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-11/+0
2011-07-01gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara1-1/+1
2011-06-30add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara2-1/+2
2011-06-27Fix Windows buildTor Lillqvist1-1/+2
2011-06-21use size_t hereCaolán McNamara3-8/+9
2011-06-21gnumake4: postmerge fixes in hwpBjoern Michaelsen1-13/+1
2011-06-18use the new way of setting UNO API include dirsDavid Tardon2-2/+10
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-16Link with user32 for WindowsTor Lillqvist1-0/+1
2011-06-14don't need to link against vclCaolán McNamara1-1/+0
2011-06-14add regression testCaolán McNamara5-1/+260
2011-06-14return the correct return codeCaolán McNamara1-4/+2
2011-06-14ditch MyDataSink and use comphelper::MediaDescriptor::addInputStreamCaolán McNamara2-68/+7
2011-06-13gbuildize hwpfilterCaolán McNamara32-160/+190
2011-06-13survive missing writer component for testing purposesCaolán McNamara4-30/+34
2011-06-13valgrind: linenumber uninitedCaolán McNamara2-29/+16
2011-06-13it's c++ not cCaolán McNamara1-3/+3
2011-06-13#i49123# implement typedetection for supported .hwp format versionsCaolán McNamara5-29/+70
2011-06-13stack example .hwp files here for future testsCaolán McNamara3-0/+0