Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-09 | WaE: silence tedious msvc2008 warnings | Caolán McNamara | 2 | -16/+31 | |
Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088 | |||||
2012-05-09 | WaE: C4146 unary operator applied to unsigned type | Caolán McNamara | 1 | -1/+1 | |
Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -1/+0 | |
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-08 | rename gb_CppunitTest_uses_ure | David Tardon | 1 | -1/+1 | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | 1 | -0/+2 | |
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk | |||||
2012-04-08 | clean up | David Tardon | 1 | -8/+0 | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | 1 | -3/+1 | |
2012-04-08 | always use --protector for UNO tests | David Tardon | 1 | -1/+0 | |
2012-04-08 | drop uses_ure | David Tardon | 1 | -2/+0 | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | 1 | -4/+0 | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||||
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 2 | -6/+6 | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -7/+6 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -7/+7 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-02 | always pass --headless to cppunits | Luboš Luňák | 1 | -1/+0 | |
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html | |||||
2012-03-07 | callcatcher: update list | Caolán McNamara | 1 | -0/+0 | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | 1 | -8/+8 | |
2012-03-02 | add a more extensive lotuswordpro sample | Caolán McNamara | 1 | -0/+0 | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | 1 | -1/+1 | |
2012-02-17 | WaE: uninitialized pCell | Caolán McNamara | 1 | -1/+1 | |
2012-02-13 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+0 | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | 2 | -2/+0 | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | 1 | -0/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-26 | Use the right define | Fridrich Štrba | 1 | -2/+2 | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | 2 | -0/+5 | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | 1 | -5/+2 | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | 1 | -1/+0 | |
2011-12-30 | Fix for fdo43460 Part XXIV getLength() to isEmpty() | Olivier Hallot | 61 | -166/+166 | |
Part XXIV Modules lotuswordpro | |||||
2011-12-15 | Removed extra semicolons | Jesse | 1 | -1/+1 | |
2011-12-14 | configmgr.component is no longer an old one. | Stephan Bergmann | 1 | -2/+2 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | 7 | -41/+41 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | 4 | -5/+5 | |
2011-11-24 | WaE: uninitialized value | Caolán McNamara | 1 | -1/+1 | |
2011-11-24 | WaE: uninitialized value | Caolán McNamara | 1 | -1/+1 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
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 | 2 | -1/+8 | |
2011-11-11 | Make .component files directly usable within UNO_SERVICES. | Stephan Bergmann | 3 | -42/+2 | |
* 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 | 2 | -11/+14 | |
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolán McNamara | 2 | -5/+9 | |
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 | 1 | -3/+6 | |
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 | 1 | -40/+1 | |
2011-10-04 | adapt lotuswordpro unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | 3 | -6/+40 | |
2011-10-04 | no need to continue, delete NULL is safe | Caolán McNamara | 1 | -4/+2 | |
2011-10-04 | SetDfltFont doesn't do anything | Caolán McNamara | 2 | -32/+0 | |
2011-10-02 | valgrind: fix some leaks | Caolán McNamara | 8 | -45/+40 | |
2011-09-30 | merge filters-test code | Caolán McNamara | 3 | -97/+15 | |
2011-09-23 | ensure m_pOwnerRow is NULL | Caolán McNamara | 1 | -0/+1 | |