Age | Commit message (Expand) | Author |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-11 | Introduce osl_areCommandArgsSet. | Andrzej Hunt |
2014-07-10 | coverity#982762 Dereference NULL | Norbert Thiebaud |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-07-05 | coverity#983493 String Overflow | Norbert Thiebaud |
2014-07-01 | clang scan-build: various warnings | Caolán McNamara |
2014-07-01 | Actually not necessary to log this, it is already logged a bit later. | Jan Holesovsky |
2014-06-30 | android: Enable debugging messages as the first thing we do. | Jan Holesovsky |
2014-06-26 | Mac OS X does provide localtime_r and gmtime_r | Stephan Bergmann |
2014-06-17 | -Wstrict-prototypes | Stephan Bergmann |
2014-06-12 | coverity#982462 Dereference after null check | Caolán McNamara |
2014-05-22 | WoE: while (..) {} instead of while(..); | Douglas Mencken |
2014-05-22 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Mukhiddin Yusupov |
2014-05-21 | Default OS X thread stack size too small for -fsanitize=address | Stephan Bergmann |
2014-05-20 | fdo#60338: Introduce osl_createDirectoryWithFlags | Stephan Bergmann |
2014-05-20 | Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT" | Stephan Bergmann |
2014-05-20 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Mukhiddin Yusupov |
2014-05-20 | Remove unnecessary casts | Stephan Bergmann |
2014-05-20 | C string usage improvment | Arnaud Versini |
2014-05-19 | fdo#60338: Add osl_File_OpenFlag_Private to avoid umask | Stephan Bergmann |
2014-05-18 | error C3861: 'rtl_allocateMemory': identifier not found | Miklos Vajna |
2014-05-15 | Related: #i124896# Remove Allocator from sal, too | Thomas Arnhold |
2014-05-15 | Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxx | Herbert Dürr |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-13 | Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umask | Stephan Bergmann |
2014-05-13 | Convert sal/osl/unx/tempfile.c to C++ | Stephan Bergmann |
2014-05-13 | include sal/log.hxx here | Matúš Kukan |
2014-05-13 | osl_openFilePath is internal sal/osl/unx functionality | Stephan Bergmann |
2014-05-13 | All three uses of osl_getFileOSHandle have been removed again | Stephan Bergmann |
2014-05-13 | osl_openMemoryAsFile is internal, Android-only functionality | Stephan Bergmann |
2014-05-12 | fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF | Michaël Lefèvre |
2014-05-10 | remove globally disabled warnings from source files | Thomas Arnhold |
2014-05-08 | fix MACOS build | Noel Grandin |
2014-05-08 | various: sal_Bool->bool | Noel Grandin |
2014-05-06 | sal logging: Flush after having written the output. | Jan Holesovsky |
2014-04-26 | this fails to link with mingw | David Tardon |
2014-04-18 | Typo: s/shure/sure | Tor Lillqvist |
2014-04-14 | typo: independend -> independent | Thomas Arnhold |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-04-04 | Clean up unreferenced functions | Stephan Bergmann |
2014-04-04 | Remove dead interlock code: | Stephan Bergmann |
2014-04-03 | C++11-only stdint.h SIZE_MAX -> std::numeric_limits | Stephan Bergmann |
2014-04-03 | Kill "Portal Demo HACK", whatever it is | Tor Lillqvist |
2014-04-03 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-04-02 | Handle missing SIZE_MAX | Tor Lillqvist |
2014-04-02 | coverity#1194930 Avoid TOCTOU between access and mkdir | Stephan Bergmann |
2014-04-02 | sal/osl/unx/security.c -> .cxx | Stephan Bergmann |
2014-04-01 | WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0 | Tor Lillqvist |
2014-04-01 | sal: add aligned memory allocation with malloc for OS X < 10.6 | Douglas Mencken |
2014-03-31 | Remove unused inline functions | Stephan Bergmann |