summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-24Fixed the source file nameTakeshi Abe1-3/+3
2011-03-24Removed an unchanged variableTakeshi Abe1-2/+1
2011-03-23WaE: unused variable in non-debug modeCaolán McNamara1-0/+1
2011-03-23Work around Visual Studio lameness with "max"Fridrich Štrba1-2/+2
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky1-4/+30
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky401-3066/+2849
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-22string LD_PRELOAD from variable list for test comparisonCaolán McNamara1-4/+30
2011-03-21install unit tester in sub-directory to help windows.Michael Meeks1-0/+1
2011-03-21Some of these still don't fly, e.g. parallel buildCaolán McNamara1-1/+0
And hard-coded ports, e.g. two builds at the same time and so forth :-(
2011-03-21silence testsCaolán McNamara4-15/+57
2011-03-21some of these don't work for me stillCaolán McNamara1-2/+2
2011-03-21WaE: get %ld %d right for x86_64/x86Caolán McNamara3-17/+6
2011-03-21Tests in ure/sal/osl/socket unveiled SocketAddr comparison bugWilhelm Pflueger5-41/+51
Reenabled test unveiled a bug in socket.c when comparing socket addresses.
2011-03-21Reanimated tests in ure/sal/qa/osl/socketWilhelm Pflueger12-153/+230
I had to deactivate the tests in osl_SocketAddr.cxx and osl_Socket2.cxx in makefile.mk. These tests failed: osl_SocketAddr.cxx (SHL5TARGET) caused Segmentation fault. osl_Socket2.cxx (SHL6TARGET) just failed with error 1. I added the option SILENT_TEST in osl_Socket.cxx and in sockethelper.hxx to allow tests without output (t_print disabled).
2011-03-20Fix Windows build of salFridrich Štrba1-3/+3
2011-03-19Fixed line style in footnote format GUI and saved it to ODFCédric Bosdonnat3-0/+52
2011-03-19Fixed documentation for the new ColumnSeparatorStyle propertyCédric Bosdonnat1-2/+2
2011-03-19Added column separator style in ODFCédric Bosdonnat2-0/+52
2011-03-19Fixed the NONE border line style API valueCédric Bosdonnat1-1/+1
2011-03-19Added a style entry for no linesCédric Bosdonnat1-0/+4
2011-03-19Documented css::table::BorderLine2.LineWidth.Cédric Bosdonnat1-0/+10
2011-03-19Fixed copy-paste problemCédric Bosdonnat1-3/+3
2011-03-19Borders: added some more types to the APICédric Bosdonnat1-4/+49
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold31-88/+72
2011-03-18restore cppunit test, Sequence ctor from sal_Int32 is now explicitCaolán McNamara2-5/+12
2011-03-18Deliver the .exe first to avoid an extension-less duplicate fileTor Lillqvist1-1/+1
2011-03-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky15-229/+1473
Conflicts: sal/qa/rtl/math/rtl_math.cxx sal/qa/rtl/math/test_rtl_math.cxx
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky441-18379/+16975
Conflicts: bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_reader.cxx remotebridges/source/factory/bridgefactory.cxx stoc/source/corereflection/crefl.cxx stoc/source/javavm/javavm.cxx stoc/source/simpleregistry/simpleregistry.cxx
2011-03-18only test this on certain archsCaolán McNamara1-0/+3
2011-03-18Add PowerPC to the right branchFridrich Štrba1-1/+1
2011-03-18ensure this builds under windowsCaolán McNamara1-0/+9
2011-03-18quieten these testsCaolán McNamara3-103/+13
2011-03-18Enable newly converted unit tests (that work).Theo van Klaveren1-0/+4
2011-03-18Remove some now-unneeded files.Theo van Klaveren3-16/+0
2011-03-18Make the qa/rtl/rtl_ostring test compile again.Theo van Klaveren3-38/+55
These crash on NULL pointers, which they expect the API to handle properly. It doesn't.
2011-03-18Make the qa/rtl/rtl_math test compile again.Theo van Klaveren3-88/+76
Interesting is that it fails a test that according to the API docs should work (rtl_matH_doubleToString of 1.#INF returns 'INF' instead of '1.#INF').
2011-03-18Make the qa/rtl/rtl_logfile test compile again.Theo van Klaveren1-10/+13
2011-03-18Make the qa/rtl/rtl_locale test compile again.Theo van Klaveren1-26/+36
2011-03-18Make the qa/rtl/rtl_doublelock test compile again.Theo van Klaveren1-17/+18
2011-03-18Make the qa/rtl/rtl_cipher unit test compile again.Theo van Klaveren1-53/+59
2011-03-18Make the qa/rtl/rtl_crc32 test compile again.Theo van Klaveren1-3/+6
2011-03-16WaE: return after throwCaolán McNamara1-1/+0
2011-03-16Corrected assignment in makefileThorsten Behrens1-2/+1
2011-03-16CWS-TOOLING: integrate CWS jl164ooo/DEV300_m103obo2-2/+60
2011-03-16CWS-TOOLING: integrate CWS debuglevelsobo8-64/+186
2011-03-15Skip the java part when --without-java.Kohei Yoshida1-3/+10
2011-03-15fix build error with better dependCaolán McNamara1-1/+1
2011-03-15Remove TRACE usage (macro was empty)Thomas Arnhold1-2/+0
2011-03-15Remove unused TRACE macroThomas Arnhold1-2/+0
2011-03-15Use format string on OSL_TRACE()Thomas Arnhold1-2/+1