summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2013-07-05API change: oslDateTime signed yearLionel Elie Mamane
2013-07-05sal: add ERROR_SHARING_VIOLATION to win32 error tableMichael Stahl
2013-06-24coverity#706154 : Destination buffer too smallNorbert Thiebaud
2013-06-19Fix warning: Value stored is never readTor Lillqvist
2013-06-19Add missing break statementsTor Lillqvist
2013-06-16Don't use deprecated API for OS X alias resolvingTor Lillqvist
2013-06-16Indent macxp_resolveAlias() consistentlyTor Lillqvist
2013-06-10mingw64: casting to pointer from narrower integer fixes in salFridrich Štrba
2013-06-06fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx()Isamu Mogi
2013-06-04Don't truncate pointers to 32-bit ints on win64Fridrich Štrba
2013-05-20WaE: variable ´res´ set but not usedTor Lillqvist
2013-05-20sal osl_getGlobalTimer: Don't confuse start and current time.Mark Wielaard
2013-05-20Also iOS has tm_gmtoffTor Lillqvist
2013-05-20iOS is based on Mach, tooTor Lillqvist
2013-05-20Thread-safe version of osl_getGlobalTimeNorbert Thiebaud
2013-05-14Fix syntax errorTor Lillqvist
2013-05-14Include PID and TID in SAL_DEBUG outputStephan Bergmann
2013-05-13Use clock_gettime instead of gettimeofday to have more precise timeArnaud Versini
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann
2013-04-16API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan
2013-04-15tune up debug level required for popping up dialogs from MSVCRTDMichael Stahl
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-10sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl
2013-04-10Revert "If you can't load a shared library it should be a warning"Stephan Bergmann
2013-04-07fix up c code after move to c++Caolán McNamara
2013-04-05No need to setenv SAL_LOG in the code for iOSTor Lillqvist
2013-03-31If you can't load a shared library it should be a warningPeter Foley
2013-03-27-Werror=unused-macrosStephan Bergmann
2013-03-27WaE: macro is not used: STACKTYPETor Lillqvist
2013-03-27At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann
2013-03-27-Werror=unused-macros (Android)Stephan Bergmann
2013-03-27-Werror=unused-macros (Android)Stephan Bergmann
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-25remove external include guardsThomas Arnhold
2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist
2013-03-22WaE: unused functionsTor Lillqvist
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-21std::min() parameters must be of same typeTor Lillqvist
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18Use InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist
2013-03-07Use __android_log_print directlyTor Lillqvist
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold