summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* WaE: variable ´res´ set but not usedTor Lillqvist2013-05-201-0/+1
* sal osl_getGlobalTimer: Don't confuse start and current time.Mark Wielaard2013-05-201-4/+2
* Also iOS has tm_gmtoffTor Lillqvist2013-05-201-1/+1
* iOS is based on Mach, tooTor Lillqvist2013-05-201-7/+7
* Thread-safe version of osl_getGlobalTimeNorbert Thiebaud2013-05-204-30/+83
* Fix syntax errorTor Lillqvist2013-05-141-1/+1
* Include PID and TID in SAL_DEBUG outputStephan Bergmann2013-05-141-53/+45
* Use clock_gettime instead of gettimeofday to have more precise timeArnaud Versini2013-05-131-3/+19
* fix typos (wich instead of which)Philipp Riemer2013-05-061-1/+1
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-50/+8
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-224-96/+16
* -Werror=unused-macros (MinGW, sal)Stephan Bergmann2013-04-177-21/+0
* Further clean-up related to removed library unloading featureStephan Bergmann2013-04-161-14/+11
* API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan2013-04-161-0/+28
* tune up debug level required for popping up dialogs from MSVCRTDMichael Stahl2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-153-3/+3
* sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl2013-04-101-6/+0
* Revert "If you can't load a shared library it should be a warning"Stephan Bergmann2013-04-101-1/+1
* fix up c code after move to c++Caolán McNamara2013-04-071-5/+7
* No need to setenv SAL_LOG in the code for iOSTor Lillqvist2013-04-051-3/+3
* If you can't load a shared library it should be a warningPeter Foley2013-03-311-1/+1
* -Werror=unused-macrosStephan Bergmann2013-03-271-0/+4
* WaE: macro is not used: STACKTYPETor Lillqvist2013-03-271-0/+2
* At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann2013-03-271-0/+4
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-4/+7
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-1/+1
* -Wunused-macrosStephan Bergmann2013-03-275-40/+0
* remove external include guardsThomas Arnhold2013-03-254-32/+0
* Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist2013-03-261-0/+12
* WaE: unused functionsTor Lillqvist2013-03-221-0/+6
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-211-2/+2
* std::min() parameters must be of same typeTor Lillqvist2013-03-211-1/+1
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-203-9/+9
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-193-3/+3
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* Use InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist2013-03-182-120/+0
* Use __android_log_print directlyTor Lillqvist2013-03-071-9/+6
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* coverity#705121: missing unlock of mutexMarkus Mohrhard2013-03-031-0/+1
* coverity#705120: missing unlock of mutexMarkus Mohrhard2013-03-031-0/+2
* coverity#983100: close resource handleMarkus Mohrhard2013-03-031-0/+3
* coverity#983099: fix memory leakMarkus Mohrhard2013-03-031-1/+3
* coverity#982797: Out-of-bounds writeJulien Nabet2013-03-021-1/+1
* Pass log output directly to the Android log mechanismTor Lillqvist2013-03-011-3/+34
* Open files from /assets (i.e. read-only) even if asked for write accessTor Lillqvist2013-03-011-5/+4
* Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist2013-02-221-20/+4
* Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist2013-02-228-9/+9
* s/the the/the/Tor Lillqvist2013-02-221-1/+1