summaryrefslogtreecommitdiff
path: root/sal/qa/osl
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist2-7/+7
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-1/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-3/+3
2013-04-09no mkdtemp on AIX eitherCaolán McNamara1-1/+1
2013-03-25remove external include guardsThomas Arnhold4-36/+0
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist7-28/+28
2012-12-25Get rid of (most uses of) GUITor Lillqvist7-14/+14
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák1-3/+0
2012-12-04remove unused variables and codeLuboš Luňák1-25/+2
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens1-4/+0
2012-11-21This function should obviously be exported for it to be callableTor Lillqvist1-1/+1
2012-11-21fix day of week naming in sal unit test.Michael Meeks1-2/+2
2012-11-21re-base on ALv2 code. Includes:Michael Meeks38-934/+544
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks1-282/+0
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák1-1/+1
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara1-17/+0
2012-10-10loplugin: unused O[U]StringsCaolán McNamara2-12/+0
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-17/+16
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold1-1/+1
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist4-16/+0
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini1-2/+2
2012-07-02Remove unused definesThomas Arnhold1-5/+0
2012-06-27targetted re-work of cppunit pieces.Michael Meeks26-323/+263
2012-06-25Remove various commented out definesThomas Arnhold1-43/+0
2012-06-22re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-02targeted string re-workNorbert Thiebaud10-149/+149
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-06-01targeted string re-workNorbert Thiebaud2-43/+43
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-04-07WaE: msvc, unreachable codeCaolán McNamara1-17/+7
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf1-11/+11
2012-04-03don't skip first cmdline argumentLuboš Luňák1-2/+1
2012-04-02fix crude command line arguments handlingLuboš Luňák1-35/+45
2012-04-02fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2-24/+11
2012-03-28CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák1-36/+36
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-07WaE: deleting 'PSID {aka void*}' is undefinedDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07WaE: "NOMINMAX" redefinedDavid Tardon1-0/+2
2012-01-24dead code in qaThomas Arnhold4-106/+0
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold2-4/+4
2012-01-21sal: re-disable file based unit tests that don't passMichael Meeks1-4/+4
2012-01-21sal: make more tests runningMatúš Kukan2-5/+4
2012-01-21sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks1-7/+37
2012-01-21cleanup: remove annoying ( ) empty parameter patternMichael Meeks1-513/+513
2012-01-20Remove obsolete suppressOslDebugMessage.Stephan Bergmann2-20/+0
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann1-4/+4