Age | Commit message (Expand) | Author |
2013-07-11 | Uknown -> Unknown | Caolán McNamara |
2013-07-06 | Don't use mach_absolute_time(), it gives time since boot | Tor Lillqvist |
2013-07-05 | janitorial / stylistic | Lionel Elie Mamane |
2013-07-05 | API change: osl/time.h take const pointers where appropriate | Lionel Elie Mamane |
2013-07-05 | API change: oslDateTime signed year | Lionel Elie Mamane |
2013-07-05 | sal: add ERROR_SHARING_VIOLATION to win32 error table | Michael Stahl |
2013-06-24 | coverity#706154 : Destination buffer too small | Norbert Thiebaud |
2013-06-19 | Fix warning: Value stored is never read | Tor Lillqvist |
2013-06-19 | Add missing break statements | Tor Lillqvist |
2013-06-16 | Don't use deprecated API for OS X alias resolving | Tor Lillqvist |
2013-06-16 | Indent macxp_resolveAlias() consistently | Tor Lillqvist |
2013-06-10 | mingw64: casting to pointer from narrower integer fixes in sal | Fridrich Štrba |
2013-06-06 | fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx() | Isamu Mogi |
2013-06-04 | Don't truncate pointers to 32-bit ints on win64 | Fridrich Štrba |
2013-05-20 | WaE: variable ´res´ set but not used | Tor Lillqvist |
2013-05-20 | sal osl_getGlobalTimer: Don't confuse start and current time. | Mark Wielaard |
2013-05-20 | Also iOS has tm_gmtoff | Tor Lillqvist |
2013-05-20 | iOS is based on Mach, too | Tor Lillqvist |
2013-05-20 | Thread-safe version of osl_getGlobalTime | Norbert Thiebaud |
2013-05-14 | Fix syntax error | Tor Lillqvist |
2013-05-14 | Include PID and TID in SAL_DEBUG output | Stephan Bergmann |
2013-05-13 | Use clock_gettime instead of gettimeofday to have more precise time | Arnaud Versini |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-22 | Move 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-16 | Further clean-up related to removed library unloading feature | Stephan Bergmann |
2013-04-16 | API CHANGE: remove some of useless rtl/unload.h functionality | Matúš Kukan |
2013-04-15 | tune up debug level required for popping up dialogs from MSVCRTD | Michael Stahl |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold |
2013-04-10 | sal: that TimeValue define causes -Wunused-macros with 10.6 SDK too | Michael Stahl |
2013-04-10 | Revert "If you can't load a shared library it should be a warning" | Stephan Bergmann |
2013-04-07 | fix up c code after move to c++ | Caolán McNamara |
2013-04-05 | No need to setenv SAL_LOG in the code for iOS | Tor Lillqvist |
2013-03-31 | If you can't load a shared library it should be a warning | Peter Foley |
2013-03-27 | -Werror=unused-macros | Stephan Bergmann |
2013-03-27 | WaE: macro is not used: STACKTYPE | Tor Lillqvist |
2013-03-27 | At least Mac OS X SDK 10.7 doesn't experience TimeValue clash here | Stephan Bergmann |
2013-03-27 | -Werror=unused-macros (Android) | Stephan Bergmann |
2013-03-27 | -Werror=unused-macros (Android) | Stephan Bergmann |
2013-03-27 | -Wunused-macros | Stephan Bergmann |
2013-03-25 | remove external include guards | Thomas Arnhold |
2013-03-26 | Temporary hack for iOS: open files read-only if read-write open fails | Tor Lillqvist |
2013-03-22 | WaE: unused functions | Tor Lillqvist |
2013-03-21 | Re-work the vcl aspects of the iOS port | Tor Lillqvist |
2013-03-21 | std::min() parameters must be of same type | Tor Lillqvist |
2013-03-20 | use #if instead of #ifdef for testing config_xxx.hxx macros | Luboš Luňák |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |