Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-26 | std::isnan is c++11; use rtl::math::isNan for now | Markus Mohrhard | |
2012-04-26 | add readme for xmldiff | Markus Mohrhard | |
2012-04-26 | add xml diff with tolerance | Markus Mohrhard | |
# Changes to be committed: | |||
2012-04-26 | add test for XTextContent | Markus Mohrhard | |
2012-04-26 | add test case for xtextfield | Markus Mohrhard | |
2012-04-23 | fix true->sal_False introduced in 6a018de | Luboš Luňák | |
2012-04-23 | Revert "it seems tests runtime-depend on ucpchelp1 too" | Luboš Luňák | |
It did not help with the race condition at all. This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d. | |||
2012-04-20 | it seems tests runtime-depend on ucpchelp1 too | Luboš Luňák | |
CppunitTest_sc_databaserangeobj can fail with 'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.' | |||
2012-04-20 | WaE: MSVC2008 C2220 unsafe mix of types in operation | Caolán McNamara | |
2012-04-17 | transferring java XPrintAreas to c++ | Artur Dorda | |
2012-04-13 | setup/teardown default component context once before/after all tests | Caolán McNamara | |
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors | |||
2012-04-12 | partially revert the editeng singleton stuff to get build to complete | Caolán McNamara | |
2012-04-12 | Handle the correct deletion order of EditDLL in the base class. | Kohei Yoshida | |
Turns out that this change affected all cppunit runs. | |||
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
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-03-21 | chmod -x | Tor Lillqvist | |
2012-03-19 | adjust test for the correct dbdata import | Markus Mohrhard | |
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-01 | add test case for XSpreadsheetDocument | Markus Mohrhard | |
2012-03-01 | WaE: C4265: class has virtual functions, but destructor is not virtual | Caolán McNamara | |
2012-02-24 | test: remove, now redundant dummy dialog.xlc / script.xlc | Michael Meeks | |
2012-02-21 | WaE: add virtual dtor | Caolán McNamara | |
2012-02-19 | add testRefresh to XDatabaseRange | Markus Mohrhard | |
XDatabase range test case is now finished | |||
2012-02-19 | this test uses ScNamedRangeObj.ods too | Markus Mohrhard | |
TODO: remove the explicit test file dependency from the interface test code don't use one of the test files for another class | |||
2012-02-19 | fix copy&paste error | Markus Mohrhard | |
2012-02-19 | complete the XDataPilotTable2 tests | Markus Mohrhard | |
2012-02-19 | add test for XCellRangeReferrer | Markus Mohrhard | |
2012-02-17 | add test code for XCellRangeData | Markus Mohrhard | |
2012-02-16 | add two more test cases to XDatabaseRange | Markus Mohrhard | |
2012-02-13 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2012-02-12 | fix errors with assertion macros | Markus Mohrhard | |
2012-02-12 | use better assertion macros | Markus Mohrhard | |
2012-02-10 | fdo#39491 more of unnecessary include paths | Matúš Kukan | |
2012-02-10 | WaE at mac tinderbox | Markus Mohrhard | |
2012-02-10 | add XDataPilotTable2 test to ScDatPilotTableObj | Markus Mohrhard | |
2012-02-10 | add test code for XDataPilotTable2 | Markus Mohrhard | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-02 | add test for XNameReplace | Markus Mohrhard | |
2012-01-31 | WaE: add virtual dtors | Caolán McNamara | |
2012-01-31 | Move definition of static data member to .cxx | Stephan Bergmann | |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard | |
2012-01-25 | add interface test for util::XSearchable | Markus Mohrhard | |
2012-01-25 | add XNamed interface test and add this test to ScDataPilotTableObj | Markus Mohrhard | |
2012-01-24 | typo | Markus Mohrhard | |
2012-01-24 | fix WaE | Markus Mohrhard | |
2012-01-23 | add new interface tests for some common data structures | Markus Mohrhard | |
2012-01-23 | typo | Stephan Bergmann | |
2012-01-23 | refactor concept for c++ based subsequenttests | Markus Mohrhard | |