summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)Author
2012-04-13gbuildize internal zlibCaolá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-10Remove VERBOSE part 3Rob Snelders
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid 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-08add function for converting path to URLDavid Tardon
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid 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-08gbuild: "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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-04fdo#33914 do not play sound in presenter consoleDavid Tardon
2012-04-04set alpha tooDavid Tardon
2012-04-04sdext: use CustomTarget makefilesMatúš Kukan
2012-04-02always pass --headless to cppunitsLuboš 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-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-23.pdf files don't need executable bitsMichael Stahl
2012-03-22maTransform had to go ( was always = identity)Christina Rossmanith
2012-03-20callcatcher: update listCaolán McNamara
2012-03-20Remove unused code (sdext)Christina Rossmanith
2012-03-20Remove unused code (sdext)Christina Rossmanith
2012-03-20Remove unused codeChristina Rossmanith
2012-03-20cppcheck report: logical disjunction always evaluates to trueJulien Nabet
2012-03-20orientation is always verticalCaolán McNamara
2012-03-16do not let a unittest create temp files in the current directoryLuboš Luňák
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan 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-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl
2012-03-12suppress errors with -WerrorDavid Tardon
2012-03-10operator must be in template or argument namespaceLuboš Luňák
clang has more strict (and probably more spec compliant) lookup
2012-03-10sdext: fix unit test for WindowsMatúš Kukan
2012-03-08beware of excessive white spacesDavid Tardon
2012-03-08Fix Windows compilation errors caused by int/sal_Int32 borkageTor Lillqvist
Unfortunately the unit test in question still fails on Windows, though.
2012-03-08use better assertion macros in pdfimport unit testMarkus Mohrhard
2012-03-08sdext: Configuration: use nodeliver modeMichael Stahl
Preventing the files from officecfg being overwritten by files from sdext. Should fix the smoketest failure if the extensions are enabled.
2012-03-07WaE: various higher debug level compile time warningsCaolán McNamara
2012-03-07use const_iteratorDavid Tardon
2012-03-06ensure proper ordering, tooDavid Tardon
2012-03-06add dummy dep for generated fileDavid Tardon
2012-03-06update makefileDavid Tardon
2012-03-06this code is still used by pdfimport's test appsDavid Tardon
This reverts commit 4001370ba5900dd0a0ec04c62f5aeb347bde025a. Conflicts: unusedcode.easy
2012-03-06the passed string is already quotedDavid Tardon
2012-03-06remove leftover makefilesDavid Tardon
2012-03-06convert pdfimport testDavid Tardon
2012-03-06the include must be at the beginningDavid Tardon
2012-03-06fix platform IDDavid Tardon
2012-03-06remove unused bitmapDavid Tardon