summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl58-18827/+0
2011-07-15Include the rest of the active sal cppunit tests for iOSTor Lillqvist4-21/+4
2011-07-14Use MSVC options only with MSVCTor Lillqvist1-8/+1
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist7-21/+21
We can't run them in the normal way, but we build the tests as static archives, which we link into the single sal_cppunittester_all executable. (Work in progress, so far just a part of the tests are linked into it.) There is no makefilery yet to actually construct a complete iOS app bundle (.app directory), so just copy (in this case) the sal_cppunittester_all iOS executable on top of the executbale some dummy iOS app you build in Xcode... works fine, can be debugged that way.
2011-06-14catch by const referenceCaolán McNamara2-2/+2
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist7-7/+7
2011-06-01remove const to allow alternative templateCaolán McNamara1-3/+3
2011-05-22Cannot do unit testing when cross-compilingTor Lillqvist7-1/+26
2011-04-18Remove OS/2 support.Francois Tigeot5-13/+13
2011-04-04valgrind: fix mem leakCaolán McNamara1-0/+10
2011-04-04shouldn't double-acquireCaolán McNamara1-3/+3
2011-04-04helgrind: join threads before reading valuesCaolán McNamara1-3/+3
2011-03-28migrate sal subsequenttests to gbuildBjoern Michaelsen3-66/+2
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba1-2/+0
2011-03-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky12-212/+1449
Conflicts: sal/qa/rtl/math/rtl_math.cxx sal/qa/rtl/math/test_rtl_math.cxx
2011-03-18ensure this builds under windowsCaolán McNamara1-0/+9
2011-03-18quieten these testsCaolán McNamara3-103/+13
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 Klaveren2-72/+60
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-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud9-1498/+97
* 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-03Remove "using namespace ::rtl"Julien Nabet3-5/+11
2011-02-23remove dead jobfile.txtCaolán McNamara1-8/+0
2011-02-23get rid of spurious TESTSHL2LIB mentionsCaolán McNamara17-84/+47
2011-02-23Reanimated test sal/qa/rtl/allocWilhelm Pflueger1-4/+9
This was an easy hack. Signed-off-by: Wilhelm Pflueger <Wilhelm.Pflueger@web.de>
2011-02-22change all _cppunit.mk to local versionCaolán McNamara16-26/+16
2011-02-14Fix: call of overloaded 'append(char)' is ambiguousJoseph Powers1-1/+1
2011-02-14Unit test cleanup for OUStringBuffer.Sébastien Le Ray6-136/+117
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-14move this into comphelperCaolán McNamara1-58/+0
2011-02-10Add compareToNumeric to OUString & CoSébastien Le Ray1-0/+58
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba3-21/+0
2011-02-09Removing the ext_std masterpieceFridrich Štrba7-14/+0
2011-02-08Adapt to move of prewin.h and postwin.hTor Lillqvist1-2/+2
2011-02-08Reflect the changes of 66b035b10d7d1803692056c8aca11e23095322e3 into the testsCaolán McNamara1-6/+4
i.e. "#98452# When converting from Unicode to ISO-2022-JP, assume the initial state is ASCII and do not write any unnecessary <ESC> ( B sequences to initially switch to ASCII", so we need to modify the test to take this into account
2011-02-08Re-animated tests that were based on testshl.Wilhelm Pflueger1-4/+4
One test in test_outstring_convert.cxx fails for method rtl::OUString::convertToString().
2011-02-08use local cppunittesterDavid Tardon1-3/+1
2011-02-07Remove dead codeThomas Arnhold1-96/+0
2011-02-07use locally built cppunittesterDavid Tardon1-0/+3
2011-02-07actually enable the STL adaptationDavid Tardon1-0/+7
2011-02-07add (pre|post)extstl.h around cppunit headersDavid Tardon2-3/+5
2011-02-07TESTSHL2LIB does not exist anymoreDavid Tardon1-1/+1
2011-02-07WaE: comparison between signed and unsigned integerDavid Tardon1-1/+1
2011-02-07add (pre|post)extstl.h around cppunit headersDavid Tardon4-0/+8
2011-02-07comment out the failing test case for nowDavid Tardon1-1/+2
2011-02-07use rtl::OStringBuffer for messageDavid Tardon1-15/+16