summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky5-141/+5
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-5/+0
2012-05-22android: use existing SAL_DLLPUBLIC macros instead of attributesMichael Meeks1-3/+3
2012-05-18fdo#42865: privatized unique empty string symbol:Michael Stahl2-0/+2
2012-05-17drop debug_oustring now that gdb pretty-printers existCaolán McNamara1-40/+0
2012-05-16Create the redirection thread in detached stateTor Lillqvist1-1/+4
2012-05-16Add stdout and stderr redirection to the Android logTor Lillqvist1-0/+208
2012-05-14Generate a proper (?) rtlbootstrap.mk for a MSC build, tooTor Lillqvist1-2/+6
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl2-17/+19
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-2/+2
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-1/+1
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl1-2/+3
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-10/+0
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara2-2/+2
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-28Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist1-17/+0
2012-04-26improve error messageMarkus Mohrhard1-0/+2
2012-04-23doxygen warning fixesLuboš Luňák1-1/+3
2012-04-19Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini1-0/+6
2012-04-19Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini1-6/+0
2012-04-19Removed obsolete commentStephan Bergmann1-7/+0
2012-04-19clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák1-0/+16
2012-04-17More informative warning messageTor Lillqvist1-1/+1
2012-04-16Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist2-6/+12
2012-04-15fix ambiguous call on windowsMarkus Mohrhard1-1/+1
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard1-0/+13
2012-04-13WaE: initialization orderMichael Stahl1-1/+1
2012-04-13push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara1-6/+14
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara2-16/+3
2012-04-13WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist1-0/+3
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák1-1/+1
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák1-0/+13
2012-04-09Add a header for iOS-specific low-level stuffTor Lillqvist2-0/+61
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi6-26/+26
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2-3/+5
2012-04-08gbuild: "use" vs. "add":Michael Stahl30-30/+30
2012-04-07WaE: msvc, unreachable codeCaolán McNamara1-17/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-30/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+7
2012-04-06reset the flag before checking it it will be set againLuboš Luňák1-0/+1
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák2-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-7/+7
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák9-33/+162
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist1-15/+63
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf7-131/+121
2012-04-04Minor tweakingsStephan Bergmann3-16/+15
2012-04-03SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist1-0/+1
2012-04-03try including the ostream<<OUString operator directly with OUStringLuboš Luňák3-14/+15
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák3-6/+29