Commit Graph

22 Commits

Author SHA1 Message Date
2495f15abb Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) build 2011-08-17 20:59:45 +03:00
a31275041c missing else, *cough* 2011-07-01 10:40:22 +01:00
5a85cf5045 rearrange the cppunittester to allow makeFixture time exceptions catchable 2011-06-30 15:59:09 +01:00
24c7ee76e9 Work around Visual Studio lameness with "max" 2011-03-23 18:06:12 +01:00
4be7cca60b Merge commit 'ooo/DEV300_m103'
Conflicts:
	codemaker/source/bonobowrappermaker/corbaoptions.cxx
	codemaker/source/cppumaker/cppuoptions.cxx
	codemaker/source/cunomaker/cunooptions.cxx
	codemaker/source/idlmaker/idloptions.cxx
	codemaker/source/javamaker/javaoptions.cxx
	cppu/source/typelib/typelib.cxx
	idlc/source/options.cxx
	offapi/com/sun/star/util/PathSubstitution.idl
	offapi/drafts/com/sun/star/form/ListEntryEvent.idl
	offapi/drafts/com/sun/star/form/XBindableValue.idl
	offapi/drafts/com/sun/star/form/XListEntryListener.idl
	offapi/drafts/com/sun/star/form/XListEntrySink.idl
	offapi/drafts/com/sun/star/form/XListEntrySource.idl
	offapi/drafts/com/sun/star/form/XValueBinding.idl
	registry/tools/checksingleton.cxx
	registry/tools/options.hxx
	registry/tools/regcompare.cxx
	registry/tools/regmerge.cxx
	sal/cppunittester/cppunittester.cxx
	sal/osl/unx/socket.c
	sal/osl/w32/diagnose.c
	sal/prj/d.lst
	sal/rtl/source/alloc_fini.cxx
	sal/rtl/source/alloc_global.c
	sal/rtl/source/makefile.mk
2011-03-23 16:59:59 +01:00
sb
bf5a377913 debuglevels: #i117073# Linux/GCC needs SAL_LOADMODULE_GLOBAL for exception handling to work 2011-02-28 08:57:47 +01:00
2daf5ba78e debuglevels: ooops - removed a line of code not intended to be committed 2011-02-26 21:52:40 +01:00
df43fd9cd2 debuglevels: GCC WaE / replace cppunit's DynamicLibraryManager (which does not seem to be public API) with osl_loadModule 2011-02-25 16:01:35 +01:00
sb
58eb3fb273 debuglevels: #i117073# added cppunittester --protector support; added unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions 2011-02-25 11:32:55 +01:00
d7d7e6f8d4 add possibility of passing command line args down to tests 2011-02-22 21:16:33 +00:00
ff6efc0b7c try harder 2011-02-18 17:08:29 +00:00
f265ab32c0 crash without built-in report dialog on windows 2011-02-18 16:35:46 +00:00
30a8393e50 Removing the ext_std masterpiece 2011-02-09 19:58:43 +01:00
c36e6badf3 Put this two includes back 2011-02-04 07:02:15 +01:00
f8e27a7c46 some std::hash_map/set -> boost::unordered_map/set changes 2011-02-03 22:32:23 +01:00
a1cd5079fa allow extra arguments 2010-10-19 13:01:50 +01:00
a715e1b3d0 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:04:31 +02:00
b7133fc066 #i113503# cppunit stl wrapper headers 2010-10-06 12:17:25 +01:00
fc04c69770 cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport 2010-08-03 10:01:07 +01:00
sb
d2a42ecf88 sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle 2010-02-25 14:34:54 +01:00
sb
bf7b1511c0 sb118: typo 2010-01-08 16:42:14 +01:00
sb
0d8e2caa55 sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.
- 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.
2009-12-11 14:29:59 +01:00