Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-13 | gbuildize internal zlib | Caolán McNamara | |
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz | |||
2012-04-10 | Remove VERBOSE part 3 | Rob Snelders | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
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 | add function for converting path to URL | David Tardon | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
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 | |
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 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-04 | fdo#33914 do not play sound in presenter console | David Tardon | |
2012-04-04 | set alpha too | David Tardon | |
2012-04-04 | sdext: use CustomTarget makefiles | Matúš Kukan | |
2012-04-02 | always pass --headless to cppunits | Luboš Luňák | |
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-30 | removed duplicate includes in filter / i18npool / sdext | Takeshi Abe | |
2012-03-23 | .pdf files don't need executable bits | Michael Stahl | |
2012-03-22 | maTransform had to go ( was always = identity) | Christina Rossmanith | |
2012-03-20 | callcatcher: update list | Caolán McNamara | |
2012-03-20 | Remove unused code (sdext) | Christina Rossmanith | |
2012-03-20 | Remove unused code (sdext) | Christina Rossmanith | |
2012-03-20 | Remove unused code | Christina Rossmanith | |
2012-03-20 | cppcheck report: logical disjunction always evaluates to true | Julien Nabet | |
2012-03-20 | orientation is always vertical | Caolán McNamara | |
2012-03-16 | do not let a unittest create temp files in the current directory | Luboš Luňák | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-12 | sdext: factor out a static library to fix triple-linked objects | Michael Stahl | |
2012-03-12 | suppress errors with -Werror | David Tardon | |
2012-03-10 | operator must be in template or argument namespace | Luboš Luňák | |
clang has more strict (and probably more spec compliant) lookup | |||
2012-03-10 | sdext: fix unit test for Windows | Matúš Kukan | |
2012-03-08 | beware of excessive white spaces | David Tardon | |
2012-03-08 | Fix Windows compilation errors caused by int/sal_Int32 borkage | Tor Lillqvist | |
Unfortunately the unit test in question still fails on Windows, though. | |||
2012-03-08 | use better assertion macros in pdfimport unit test | Markus Mohrhard | |
2012-03-08 | sdext: Configuration: use nodeliver mode | Michael Stahl | |
Preventing the files from officecfg being overwritten by files from sdext. Should fix the smoketest failure if the extensions are enabled. | |||
2012-03-07 | WaE: various higher debug level compile time warnings | Caolán McNamara | |
2012-03-07 | use const_iterator | David Tardon | |
2012-03-06 | ensure proper ordering, too | David Tardon | |
2012-03-06 | add dummy dep for generated file | David Tardon | |
2012-03-06 | update makefile | David Tardon | |
2012-03-06 | this code is still used by pdfimport's test apps | David Tardon | |
This reverts commit 4001370ba5900dd0a0ec04c62f5aeb347bde025a. Conflicts: unusedcode.easy | |||
2012-03-06 | the passed string is already quoted | David Tardon | |
2012-03-06 | remove leftover makefiles | David Tardon | |
2012-03-06 | convert pdfimport test | David Tardon | |
2012-03-06 | the include must be at the beginning | David Tardon | |
2012-03-06 | fix platform ID | David Tardon | |
2012-03-06 | remove unused bitmap | David Tardon | |