Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-11-27 | remove include of pch header from sal | Norbert Thiebaud | |
2011-11-21 | poke __cplusplus into workben comparison tool | Caolán McNamara | |
2011-11-18 | cppcheck: unread variables | Korrawit Pruegsanusak | |
These variables are set, but unused. | |||
2011-10-07 | cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope of var in sal/...cbcpytest.cxx | Pierre-André Jacquod | |
2011-09-12 | sb140: #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-27 | Remove tgetpwnam.cxx, it is unused. | Francois Tigeot | |
2011-06-05 | __cdecl -> SAL_CALL | Christina Rossmanith | |
2011-05-23 | Remove useless cruft | Tor Lillqvist | |
2011-05-01 | remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure) | Christina Rossmanith | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure) | Christina Rossmanith | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | |
2011-04-12 | remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX | Michael Lefevre | |
2011-02-27 | Handle DragonFly like the other BSDs in more cases. | Francois Tigeot | |
2011-02-21 | Remove SCO support. | Francois Tigeot | |
2011-01-21 | Don't replace equalsAscii() with equalsAsciiL() in measure_oustrings.cxx. | Thomas Arnhold | |
2011-01-20 | Replace 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-15 | drop two arg one from this test, because it has different semantics | Caolán McNamara | |
2011-01-15 | fix test name | Caolán McNamara | |
2011-01-15 | and test with a precreated string | Caolán McNamara | |
2011-01-15 | equalsAsciiL faster than equalsAscii when length available | Caolán McNamara | |
2011-01-15 | add performance comparison test for equalsAscii group | Caolán McNamara | |
2011-01-05 | [opt] play around with callgrind to get repeatable numbers | Caolán McNamara | |
2010-12-20 | tweak this to compare classic and wide versions | Caolán McNamara | |
2010-12-20 | WaE: fix c++0x warnings | Caolán McNamara | |
2010-12-19 | this is perf. test, so OUString::createFromAscii must stay here | David Tardon | |
2010-12-12 | Change unnamedspaced file.hxx macros | Andy Holder | |
2010-12-10 | RTL_CONSTASCII_USTRINGPARAM in ure 5 | Gert Faller | |
2010-12-10 | RTL_CONSTASCII_USTRINGPARAM in ure 1 | Gert Faller | |
2010-12-05 | Remove redundant comments | J. Graeme Lingard | |
2010-11-23 | make more of the workbens build, and add performance test | Caolán McNamara | |
2010-11-04 | Patches for ure, neeed by OpenBSD | Robert Nagy | |
Adds the necessary distinctions in the system abstraction layers. | |||
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-18 | cleanup to use SAL_N_ELEMENTS | Kenneth Venken | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian 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-13 | Remove redundant #include, #define & comments | J. Graeme Lingard | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2009-09-09 | CWS-TOOLING: integrate CWS mhu20 | Oliver 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-10 | INTEGRATION: CWS changefileheader (1.5.152); FILE MERGED | Rüdiger Timm | |
2008/03/31 13:24:42 rt 1.5.152.1: #i87441# Change license header to LPGL v3. | |||
2008-04-10 | INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED | Rüdiger Timm | |
2008/03/31 13:24:41 rt 1.2.234.1: #i87441# Change license header to LPGL v3. | |||
2008-04-10 | INTEGRATION: CWS changefileheader (1.5.152); FILE MERGED | Rüdiger Timm | |
2008/03/31 13:24:41 rt 1.5.152.1: #i87441# Change license header to LPGL v3. | |||
2008-04-10 | INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED | Rüdiger Timm | |
2008/03/31 13:24:41 rt 1.3.234.1: #i87441# Change license header to LPGL v3. | |||
2008-04-10 | INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED | Rü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-10 | INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED | Rü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-10 | INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED | Rüdiger Timm | |
2008/03/31 13:24:40 rt 1.3.234.1: #i87441# Change license header to LPGL v3. |