Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | add regression test for writer | Markus Mohrhard | |
use the hidden layout dump export filter to export the state of the layout and compare it against a reference file Still a work in progress. | |||
2012-03-03 | OfficeConnection.java: don't wait forever if terminate() fails | Michael Stahl | |
2012-02-17 | We want gb_STDLIBS here surely? | Tor Lillqvist | |
2012-02-10 | unotest: convert to gbuild | Matúš Kukan | |
2012-02-09 | Do not fail isStillAlive for "connect:" connections | Stephan Bergmann | |
2012-01-27 | Deliver the static libunotest.a built for iOS | Tor Lillqvist | |
2012-01-23 | Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on Android | Tor Lillqvist | |
2012-01-19 | finish sd's regression test | Markus Mohrhard | |
Implemented a simple character based comparison of the exported file and the reference file | |||
2011-12-30 | build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE) | Rene Engelhard | |
2011-12-19 | Use / as SRC_ROOT and OUTDIR_FOR_BUILD on Android | Tor Lillqvist | |
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | |
2011-12-16 | Handle unset workdir argument. | Stephan Bergmann | |
2011-11-27 | create a base class for macros_test | Markus Mohrhard | |
For tests that need file import you can now choose between FiltersTest or MacrosTest as base class. FiltersTest imports through SfxObjectShell and does not have any ui MacrosTest imports through Desktop::LoadComponentFromURL and initializes the ui, therefore it needs to run headless | |||
2011-11-25 | remove debugcommand -- debugrun is superceding it | Bjoern Michaelsen | |
2011-11-25 | empty java stacktrace for soffice crashers, they are not interesting anyway | Bjoern Michaelsen | |
2011-11-25 | gdb stacktraces for subsequentchecks | Bjoern Michaelsen | |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. | |||
2011-11-19 | Do build the unoexceptionprotector also when cross-compiling | Tor Lillqvist | |
2011-10-27 | deliver test/user-template/user to solver, unittests will use new user dir | Noel Power | |
Please enter the commit message for your changes. Lines starting | |||
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-10-15 | now drop not available yet includes | Caolán McNamara | |
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-09-28 | Rename and re-factor test and unotest to compile and run again | Michael Meeks | |
2011-09-28 | split 'test' into 'unotest' and 'test' to help dependencies | Michael Meeks | |