Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-13 | WaE: unreachable code | Tor Lillqvist | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-26 | Use the right define | Fridrich Štrba | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-30 | Fix for fdo43460 Part XXIV getLength() to isEmpty() | Olivier Hallot | |
Part XXIV Modules lotuswordpro | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | configmgr.component is no longer an old one. | Stephan Bergmann | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-24 | WaE: uninitialized value | Caolán McNamara | |
2011-11-24 | WaE: uninitialized value | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-11 | Make .component files directly usable within UNO_SERVICES. | Stephan Bergmann | |
* 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-17 | cppcheck fix : 'operator=' should check for assignment to selfw | Julien Nabet | |
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolán McNamara | |
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-05 | test fix: use setUp and tearDown not constructors to init LibreOffice | Michael Meeks | |
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 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | adapt lotuswordpro unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | |
2011-10-04 | no need to continue, delete NULL is safe | Caolán McNamara | |
2011-10-04 | SetDfltFont doesn't do anything | Caolán McNamara | |
2011-10-02 | valgrind: fix some leaks | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |
2011-09-23 | ensure m_pOwnerRow is NULL | Caolán McNamara | |
2011-09-23 | cppcheck: don't dereference NULL pRow | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-16 | Simplified setting headless mode for smoke-/subsequenttetss. | Stephan Bergmann | |
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-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-09 | Some cppcheck cleaning | Julien Nabet | |
2011-08-30 | regenerate list | Caolán McNamara | |
2011-08-30 | callcatcher: chop, hack, slay | Caolán McNamara | |
2011-08-30 | ditch a few more | Caolán McNamara | |
2011-08-29 | use standard copy-ctor signatures, assignments, etc | Caolán McNamara | |
2011-08-29 | callcatcher: drop various unused methods | Caolán McNamara | |
2011-08-29 | valgrind: various unused code | Caolán McNamara | |
2011-08-25 | regenerate list | Caolán McNamara | |
2011-08-24 | callcatcher: remove various unused methods | Caolán McNamara | |
2011-08-23 | ditch deprecated api | Caolán McNamara | |
2011-08-23 | callcatcher: yet more unused code | Caolán McNamara | |
2011-08-22 | regoptions (etc.) now unused post registration-removal | Caolán McNamara | |
2011-08-21 | lotuswordpro is in tail_build, it should not be in postprocess pre-req | Norbert Thiebaud | |
2011-08-19 | icui18n -> icuin on Windows. Now lotuswordpro builds. | Kohei Yoshida | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |