summaryrefslogtreecommitdiff
path: root/sal/cppunittester
AgeCommit message (Collapse)Author
2013-11-27resync to trunk (after accessibility integration)Armin Le Grand
2012-01-13Update headers to Alv2 headersAndrew Rist
2011-11-24i118608 - IP clearance: Remove internal cppunit source, use system-cppunit ↵Pedro Giffuni
instead. Patch by Andre Fischer (af).
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-09-23make exceptions for cppunittester verboseHerbert Dürr
2011-02-28debuglevels: #i117073# Linux/GCC needs SAL_LOADMODULE_GLOBAL for exception ↵sb
handling to work
2011-02-26debuglevels: ooops - removed a line of code not intended to be committedFrank Schoenheit [fs]
2011-02-25debuglevels: GCC WaE / replace cppunit's DynamicLibraryManager (which does ↵Frank Schoenheit [fs]
not seem to be public API) with osl_loadModule
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2010-08-03cmcfixes77: #i113503# system non-stlport cppunit with OOo stlportCaolán McNamara
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb
2010-03-03sb118: CFLAGS += $(CPPUNIT_CFLAGS)Rene Engelhard
2010-02-25sb118: #i109125# change source file copyright notice from Sun Microsystems ↵sb
to Oracle
2010-01-08sb118: typosb
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb
- Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.