summaryrefslogtreecommitdiff
path: root/sal/workben
AgeCommit message (Collapse)Author
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d Reviewed-on: https://gerrit.libreoffice.org/3422 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: I47b35af71277fdda19767a553c960bf12164b92f
2012-12-25Get rid of (most uses of) GUITor Lillqvist
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann
Change-Id: Ia4b08a1b20bf46af4d06c0478ed8e795ee543703
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Herbert Duerr: #i118662# remove berkeleyDB from module xmlhelp (author=orwitt) http://svn.apache.org/viewvc?view=revision&revision=1213188 #i119141# remove ISCII converter for now http://svn.apache.org/viewvc?view=revision&revision=1306246 make exceptions for cppunittester verbose http://svn.apache.org/viewvc?view=revision&revision=1174831 Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Patch contributed by Oliver-Rainer Wittmann 88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 drop OS/2 code, remove in-line assembler ARM atomics, and obsolete armarch header.
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini
Change-Id: I4f9649ca61c988d425b59e41549d1c46bb808f2c
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I6b23bd671c3c090a7c3b60d5301c59da5f9354d5
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf
sal/qa/rtl_strings/rtl_old_testostring.cxx contains some German comments still but the code itself uses test strings in German. When the test strings appear in the comments, they were left unchanged to maintain consistency. Mark Wolf
2012-02-21WaE: unreadVariableThomas Arnhold
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-11-21poke __cplusplus into workben comparison toolCaolán McNamara
2011-11-18cppcheck: unread variablesKorrawit Pruegsanusak
These variables are set, but unused.
2011-10-07cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in sal/...cbcpytest.cxxPierre-André Jacquod
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-06-27Remove tgetpwnam.cxx, it is unused.Francois Tigeot
2011-06-05__cdecl -> SAL_CALLChristina Rossmanith
2011-05-23Remove useless cruftTor Lillqvist
2011-05-01remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)Christina Rossmanith
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-04-12remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXXMichael Lefevre
2011-02-27Handle DragonFly like the other BSDs in more cases.Francois Tigeot
2011-02-21Remove SCO support.Francois Tigeot
2011-01-21Don't replace equalsAscii() with equalsAsciiL() in measure_oustrings.cxx.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-15drop two arg one from this test, because it has different semanticsCaolán McNamara
2011-01-15fix test nameCaolán McNamara
2011-01-15and test with a precreated stringCaolán McNamara
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara
2011-01-15add performance comparison test for equalsAscii groupCaolán McNamara
2011-01-05[opt] play around with callgrind to get repeatable numbersCaolán McNamara
2010-12-20tweak this to compare classic and wide versionsCaolán McNamara
2010-12-20WaE: fix c++0x warningsCaolán McNamara
2010-12-19this is perf. test, so OUString::createFromAscii must stay hereDavid Tardon
2010-12-12Change unnamedspaced file.hxx macrosAndy Holder
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 5Gert Faller
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller