summaryrefslogtreecommitdiff
path: root/sal/prj
AgeCommit message (Collapse)AuthorFilesLines
2011-03-28migrate sal subsequenttests to gbuildBjoern Michaelsen1-5/+0
2011-03-25Deliver new sal_textenc lib for Mac, tooThorsten Behrens1-0/+2
Fixes 497f6489ed496ccd53df7a470aad3e9d4f7ff1f8, which was delivering only the *nix version of this lib.
2011-03-24merge size-sal-textenc i#70166Michael Meeks1-0/+2
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-1/+2
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-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-21Reanimated tests in ure/sal/qa/osl/socketWilhelm Pflueger1-0/+1
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-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 Holesovsky1-0/+4
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 Holesovsky1-0/+3
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-18Enable newly converted unit tests (that work).Theo van Klaveren1-0/+4
2011-03-15Make the qa/sal unit test build, and use it.Theo van Klaveren1-0/+1
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-0/+3
* commit 'ooo/DEV300_m101': (185 commits) chart52: cleanup unused legend entry stuff in preparation of issue #i82802# masterfix: #i10000# add missing dependency in offapi sb138: #i115619# fix for MinGW sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp sb138: #i115619# osl_setThreadName gridsort: i116682: update UnoControlDialog to reflect XDialog gridsort: minor changes to the new API: - renamed XMutableGridDataModel::setRowHeading to updateRowHeading for consistency reasons - renamed XSortableGridDataModel to XSortableGridData - actually, this is not a full-fledged model in itself. gridsort: grid control related unit tests (first set, more to come) sb138: #i116038# fresh implementation of binary URP bridge chart52: #28670# make the legend within charts resizeable - part 2 gridsort: re-did the column resizing - introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing - removed XGridColumn.PreferredWidth - there really is no need for this anymore now - documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable - re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic sb139: #i116530# improve Java URP bridge error notification by utilizing the java.lang.Throwable cause facility gridsort: document the relationship between soorting the data and notifying XGridDataListeners gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel locales34: #i112431# adapt documentation to reality gridsort: introduce XSortableGridDataModel::removeColumnSort gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished. Things missing in the SortableGridData implementation - add as listener to the delegator, so we're notified of changes - translate and multiplex those changes - do own notifications (XGridDataListener.dataChanged) when the sort order changed - (possibly) update the sort order when the data in the current sort-column changed gridsort: made the row title a row heading, being an Any instead of a string gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in both methods, have (Col,Row) params instead of (Row,Col), for consistency reasons ... Conflicts: bridges/inc/bridges/remote/bridgeimpl.hxx bridges/inc/bridges/remote/connection.h bridges/inc/bridges/remote/context.h bridges/inc/bridges/remote/helper.hxx bridges/inc/bridges/remote/mapping.hxx bridges/inc/bridges/remote/proxy.hxx bridges/inc/bridges/remote/remote.h bridges/inc/bridges/remote/remote.hxx bridges/inc/bridges/remote/stub.hxx bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx bridges/source/remote/context/context.cxx bridges/source/remote/static/helper.cxx bridges/source/remote/static/mapping.cxx bridges/source/remote/static/proxy.cxx bridges/source/remote/static/remote.cxx bridges/source/remote/static/remote_types.cxx bridges/source/remote/static/remote_types.hxx bridges/source/remote/static/stub.cxx bridges/source/remote/urp/urp_bridgeimpl.cxx bridges/source/remote/urp/urp_bridgeimpl.hxx bridges/source/remote/urp/urp_cache.h bridges/source/remote/urp/urp_cache.hxx bridges/source/remote/urp/urp_dispatch.cxx bridges/source/remote/urp/urp_dispatch.hxx bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_job.cxx bridges/source/remote/urp/urp_job.hxx bridges/source/remote/urp/urp_log.cxx bridges/source/remote/urp/urp_log.hxx bridges/source/remote/urp/urp_marshal.cxx bridges/source/remote/urp/urp_marshal.hxx bridges/source/remote/urp/urp_marshal_decl.hxx bridges/source/remote/urp/urp_property.hxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_propertyobject.hxx bridges/source/remote/urp/urp_reader.cxx bridges/source/remote/urp/urp_reader.hxx bridges/source/remote/urp/urp_replycontainer.hxx bridges/source/remote/urp/urp_threadid.cxx bridges/source/remote/urp/urp_threadid.hxx bridges/source/remote/urp/urp_unmarshal.cxx bridges/source/remote/urp/urp_unmarshal.hxx bridges/source/remote/urp/urp_writer.cxx bridges/source/remote/urp/urp_writer.hxx cppu/source/threadpool/threadpool.cxx cppu/util/target.pmk cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx cppuhelper/source/interfacecontainer.cxx cpputools/source/regcomplazy/regcomplazy.cxx jurt/prj/d.lst jvmfwk/source/elements.cxx offapi/com/sun/star/awt/grid/GridDataEvent.idl offapi/com/sun/star/awt/grid/XGridColumn.idl offapi/com/sun/star/awt/tab/makefile.mk offapi/com/sun/star/chart2/ExplicitIncrementData.idl offapi/com/sun/star/chart2/XPlotter.idl offapi/com/sun/star/chart2/XUndoHelper.idl offapi/com/sun/star/document/MediaDescriptor.idl offapi/com/sun/star/document/makefile.mk offapi/com/sun/star/linguistic2/XLanguageGuessing.idl offapi/com/sun/star/script/ModuleInfo.idl offapi/com/sun/star/script/ModuleType.idl offapi/com/sun/star/text/TextMarkupType.idl offapi/com/sun/star/util/XTextSearch.idl offapi/com/sun/star/xml/sax/XFastAttributeList.idl pyuno/source/loader/makefile.mk remotebridges/source/bridge/bridge_connection.cxx remotebridges/source/bridge/bridge_connection.hxx remotebridges/source/bridge/bridge_provider.cxx remotebridges/source/bridge/remote_bridge.cxx remotebridges/source/bridge/remote_bridge.hxx remotebridges/source/dynamicloader/dynamicloader.cxx remotebridges/source/factory/bridgefactory.cxx remotebridges/source/factory/bridgeimpl.cxx remotebridges/source/factory/bridgeimpl.hxx remotebridges/source/factory/makefile.mk sal/cppunittester/cppunittester.cxx sal/inc/osl/diagnose.h sal/osl/os2/system.h sal/osl/unx/diagnose.c sal/osl/unx/file_misc.cxx sal/osl/unx/process_impl.cxx sal/osl/w32/diagnose.c sal/osl/w32/process.cxx sal/prj/build.lst sal/qa/rtl/math/makefile.mk sal/qa/rtl/math/rtl_math.cxx sal/qa/rtl/math/rtl_old_testint64.cxx sal/qa/rtl/math/test_rtl_math.cxx sal/systools/win32/kill/kill.cxx sal/textenc/tencinfo.c sal/util/sal.map stoc/source/inspect/introspection.cxx stoc/source/security/file_policy.cxx stoc/source/simpleregistry/simpleregistry.cxx
2011-03-04duplicate mkdirCaolán McNamara1-1/+0
2011-03-03install unit tester in sub-directory to help windows.Michael Meeks1-0/+1
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb1-0/+2
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2011-02-23Reanimated test sal/qa/rtl/allocWilhelm Pflueger1-0/+1
This was an easy hack. Signed-off-by: Wilhelm Pflueger <Wilhelm.Pflueger@web.de>
2011-02-22EasyHacks: Re-animate tests in sal/qa/oslWilhelm Pflueger1-1/+3
Some tests in osl_process are not running: a) the batch file for the batch test is not copied to the execution path b) osl_execProc_exe_name_in_argument_list() throws an assertion.
2011-02-21deliver cppunittester into a different dir than the stock solver/binCaolán McNamara1-2/+3
This means that under windows the dlls found in PATH will be found, in the order set by PATH, and not any dlls that happen be side-by-side with it, which compromises the test local .dlls before deliver concept.
2011-02-14Unit test cleanup for OUStringBuffer.Sébastien Le Ray1-0/+1
Moved OUStringBuffer related tests from qa/srt/strings to qa/rt/oustringbuffer and reactivated it in project build. It seems that rtl_OUStringBuffer2.cxx was replaced by test_oustringbuffer_utf32.cxx so the later has been removed. Added unit tests for toString.
2011-02-10This test sleeps for *20* seconds, disable until/unless that can be elided.Caolán McNamara1-1/+0
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2011-02-08Disable some unit tests that don't even build on windowsFridrich Štrba1-2/+2
2011-02-08Reanimated tests in ure/salWilhelm Pflueger1-0/+4
Tests based on deprecated testshl are reanimated for: osl/condition osl/file osl/module osl/thread
2011-02-07Re-animated tests that were based on testshl.Wilhelm Pflueger1-0/+1
One test in test_outstring_convert.cxx fails for method rtl::OUString::convertToString().
2011-01-28sb138: #i115619# osl_setThreadNamesb1-0/+1
2010-12-08Remove obsolete Windows kill utilityJesús Corrius2-3/+1
2010-10-28sb132: #i114840# fix inadvertent deviation of stringToDouble from C99 strtodsb1-0/+1
2010-10-08Enable valgrind-ability with G_SLICE env. varMichael Meeks1-2/+0
Dung out old, awful and pretty pointless valgrind solution involving unpleasant LD_PRELOAD thing that doesn't ship, and/or work easily.
2010-07-07sb126: #i111184# introduced test::uniquePipeNamesb1-0/+1
2010-04-27sb120: #i111184# disabled failing tests for nowsb1-1/+0
2010-03-03sb118: add --with-system-cppunitRene Engelhard1-1/+1
2010-01-13sb118: adapted some more sal unit tests to new CppUnit framework; fixes for ↵sb1-0/+3
unxmacxi
2010-01-13sb118: adpated some sal unit tests to new CppUnit frameworksb1-0/+2
2010-01-13sb118: missing dependencysb1-1/+1
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb2-1/+4
- 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-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann1-3/+6
2009-04-14 13:09:13 +0200 sb r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
2008-03-18INTEGRATION: CWS sb83 (1.29.10); FILE MERGEDVladimir Glazounov1-7/+0
2007/12/21 14:49:23 sb 1.29.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).
2008-03-18INTEGRATION: CWS sb83 (1.28.26); FILE MERGEDVladimir Glazounov1-4/+2
2007/12/21 14:49:23 sb 1.28.26.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).
2007-11-26INTEGRATION: CWS shutup1 (1.28.8); FILE MERGEDIvo Hinkelmann1-2/+1
2007/11/19 16:33:33 rt 1.28.8.2: i83726# Deliver link to versioned lib, too. 2007/11/19 15:06:27 rt 1.28.8.1: #i83726# Remove linklib action. Links are created correctly during module build and need not be redone by deliver.
2007-11-01INTEGRATION: CWS rt23 (1.26.86); FILE MERGEDJens-Heiner Rechtien1-10/+0
2007/10/19 15:34:47 rt 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/12 13:16:17 rt 1.26.86.1: #i82553# clean up
2007-10-15INTEGRATION: CWS sb71 (1.26.30); FILE MERGEDVladimir Glazounov1-0/+4
2007/08/21 15:04:36 sb 1.26.30.3: #i75466# Make parts of delayload.cxx available to application loaders in module desktop. 2007/07/12 16:15:43 hro 1.26.30.2: #i77184# Use _pRawDllMain entry point for current module file name detection 2007/07/09 09:23:55 hro 1.26.30.1: #77184# Use delayload
2007-10-15INTEGRATION: CWS sb71 (1.25.14); FILE MERGEDVladimir Glazounov1-2/+3
2007/10/02 10:04:33 sb 1.25.14.4: RESYNC: (1.26-1.27); FILE MERGED 2007/07/18 12:15:58 sb 1.25.14.3: RESYNC: (1.25-1.26); FILE MERGED 2007/07/10 08:52:46 sb 1.25.14.2: Missing dependency rtl -> delayload. 2007/07/09 09:23:55 hro 1.25.14.1: #77184# Use delayload
2007-09-20INTEGRATION: CWS os2port01 (1.21.32); FILE MERGEDVladimir Glazounov1-1/+2
2007/09/06 08:23:40 obr 1.21.32.3: build fix 2007/08/09 09:01:09 obr 1.21.32.2: RESYNC: (1.21-1.26); FILE MERGED 2006/11/29 14:26:46 ydario 1.21.32.1: Initial OS/2 import.
2007-07-03INTEGRATION: CWS salaquatox11 (1.25.32); FILE MERGEDRüdiger Timm1-1/+0
2007/06/16 01:21:16 ericb 1.25.32.1: #i78548# remove macxp_extras from the list
2007-03-26INTEGRATION: CWS mingwport03 (1.20.204); FILE MERGEDVladimir Glazounov1-1/+1
2007/03/20 10:52:45 vg 1.20.204.4: RESYNC MERGED 1.22 1.24 Everything below this line will be added to the revision comment. 2007/01/10 14:26:00 vg 1.20.204.3: RESYNC: (1.22-1.23); FILE MERGED 2006/11/08 13:42:55 vg 1.20.204.2: RESYNC: (1.20-1.22); FILE MERGED 2006/09/07 11:06:31 vg 1.20.204.1: #i53572# MinGW port
2007-03-01INTEGRATION: CWS updatefeed3 (1.25.32); FILE MERGEDVladimir Glazounov1-0/+1
2007/02/27 11:57:38 obr 1.25.32.1: #i74775# generate rtlbootstrap.mk, which exposes _OS and _ARCH bootstrap variables for other makefiles
2007-01-03INTEGRATION: CWS cmcfixes30 (1.23.4); FILE MERGEDJens-Heiner Rechtien1-1/+1
2006/12/19 09:36:33 cmc 1.23.4.1: #i72739# boost build conditional
2006-12-19INTEGRATION: CWS jl46 (1.24.36); FILE MERGEDIvo Hinkelmann1-0/+1
2006/09/21 15:25:28 hro 1.24.36.1: #i69173# stdio redirector for unopkg.exe
2006-12-14#i10000# depend on boostKurt Zenker1-1/+1