summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2012-05-245-141/+5
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-5/+0
* android: use existing SAL_DLLPUBLIC macros instead of attributesMichael Meeks2012-05-221-3/+3
* fdo#42865: privatized unique empty string symbol:Michael Stahl2012-05-182-0/+2
* drop debug_oustring now that gdb pretty-printers existCaolán McNamara2012-05-171-40/+0
* Create the redirection thread in detached stateTor Lillqvist2012-05-161-1/+4
* Add stdout and stderr redirection to the Android logTor Lillqvist2012-05-161-0/+208
* Generate a proper (?) rtlbootstrap.mk for a MSC build, tooTor Lillqvist2012-05-141-2/+6
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-17/+19
* EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton2012-05-091-2/+2
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-1/+1
* sal: work around spurious signed overflow warningsMichael Stahl2012-05-081-2/+3
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-10/+0
* Related: fdo#49208 implement operator== with faster equalsCaolán McNamara2012-05-022-2/+2
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist2012-04-281-17/+0
* improve error messageMarkus Mohrhard2012-04-261-0/+2
* doxygen warning fixesLuboš Luňák2012-04-231-1/+3
* Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini2012-04-191-0/+6
* Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini2012-04-191-6/+0
* Removed obsolete commentStephan Bergmann2012-04-191-7/+0
* clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák2012-04-191-0/+16
* More informative warning messageTor Lillqvist2012-04-171-1/+1
* Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist2012-04-162-6/+12
* fix ambiguous call on windowsMarkus Mohrhard2012-04-151-1/+1
* autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard2012-04-151-0/+13
* WaE: initialization orderMichael Stahl2012-04-131-1/+1
* push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara2012-04-131-6/+14
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-132-16/+3
* WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist2012-04-131-0/+3
* make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák2012-04-101-1/+1
* disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák2012-04-101-0/+13
* Add a header for iOS-specific low-level stuffTor Lillqvist2012-04-092-0/+61
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-086-26/+26
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-082-3/+5
* gbuild: "use" vs. "add":Michael Stahl2012-04-0830-30/+30
* WaE: msvc, unreachable codeCaolán McNamara2012-04-071-17/+7
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-30/+14
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
* reset the flag before checking it it will be set againLuboš Luňák2012-04-061-0/+1
* fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák2012-04-062-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-7/+7
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-069-33/+162
* Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist2012-04-051-15/+63
* Translated German comments to English in folder 'sal'.Mark Wolf2012-04-057-131/+121
* Minor tweakingsStephan Bergmann2012-04-043-16/+15
* SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist2012-04-031-0/+1
* try including the ostream<<OUString operator directly with OUStringLuboš Luňák2012-04-033-14/+15
* SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák2012-04-033-6/+29