summaryrefslogtreecommitdiff
path: root/sal/workben
AgeCommit message (Collapse)Author
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
2010-12-05Remove redundant commentsJ. Graeme Lingard
2010-11-23make more of the workbens build, and add performance testCaolán McNamara
2010-11-04Patches for ure, neeed by OpenBSDRobert Nagy
Adds the necessary distinctions in the system abstraction layers.
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-18cleanup to use SAL_N_ELEMENTSKenneth Venken
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-13Remove redundant #include, #define & commentsJ. Graeme Lingard
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-09CWS-TOOLING: integrate CWS mhu20Oliver Bolte
2009-09-01 15:18:43 +0200 mhu r275662 : #i32526# Fixed missing includes, and a wrong cast 2009-08-28 13:30:05 +0200 mhu r275530 : #i32526# Fixed missing includes and remaining merge conflicts. 2009-08-28 13:28:45 +0200 mhu r275529 : #i32526# osl_readLine() now implemented in sal/osl/<platform>/file.cxx 2009-08-26 19:47:53 +0200 mhu r275445 : CWS-TOOLING: rebase CWS mhu20 to trunk@275331 (milestone: DEV300:m56) 2009-08-25 15:47:00 +0200 mhu r275365 : #i32526# Also maintain phys. file offset. 2009-08-25 15:24:56 +0200 mhu r275364 : #i32526# Added buffered file I/O; refactored file.cxx into multiple files. 2009-08-24 10:38:15 +0200 mhu r275294 : #i32526# Correct OpenFlags for osl_openFile(). 2009-05-25 11:07:34 +0200 mhu r272225 : #i32526# Added support for non-seekable file handles (pipe et al.). 2009-05-25 11:01:50 +0200 mhu r272223 : #i32526# Add osl_readLine() test, cleanup obsolete tests. 2009-05-25 10:56:14 +0200 mhu r272221 : #i32526# Add missing include 2009-05-25 10:48:51 +0200 mhu r272220 : #i32526# Accept OpenJDK (IcedTea6) 1.6.0_0 version string 2009-05-15 19:18:20 +0200 mhu r271965 : #i32526# Initial osl/unx buffered file I/O implementation. 2009-05-15 17:41:57 +0200 mhu r271959 : CWS-TOOLING: rebase CWS mhu20 to trunk@271830 (milestone: DEV300:m48) 2009-03-26 17:28:53 +0100 mhu r270091 : CWS-TOOLING: rebase CWS mhu20 to trunk@270033 (milestone: DEV300:m45)
2008-04-10INTEGRATION: CWS changefileheader (1.5.152); FILE MERGEDRüdiger Timm
2008/03/31 13:24:42 rt 1.5.152.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.2.234); FILE MERGEDRüdiger Timm
2008/03/31 13:24:41 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.5.152); FILE MERGEDRüdiger Timm
2008/03/31 13:24:41 rt 1.5.152.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.234); FILE MERGEDRüdiger Timm
2008/03/31 13:24:41 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.378); FILE MERGEDRüdiger Timm
2008/04/01 15:25:10 thb 1.4.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:24 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:41 rt 1.4.378.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.5.234); FILE MERGEDRüdiger Timm
2008/04/01 12:34:24 thb 1.5.234.2: #i85898# Stripping all external header guards 2008/03/31 13:24:41 rt 1.5.234.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.234); FILE MERGEDRüdiger Timm
2008/03/31 13:24:40 rt 1.3.234.1: #i87441# Change license header to LPGL v3.