Age | Commit message (Expand) | Author |
2012-11-22 | Add lo_get_app_data_dir() | Tor Lillqvist |
2012-11-21 | Clean up remains of NativeActivity-based Android app support | Tor Lillqvist |
2012-11-21 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-20 | sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/ | Michael Stahl |
2012-11-15 | Revert "use intrinsict to inline InterlockCount() on Windows too" | Luboš Luňák |
2012-11-15 | Drop obsolete includes of deprecated rtl/memory.h | Stephan Bergmann |
2012-11-12 | WaE: C-linkage specified, but returns user-defined type | Tor Lillqvist |
2012-10-28 | add SAL_WARN_UNUSED to some classes | Caolán McNamara |
2012-10-13 | use consistently sal.osl and sal.rtl as log areas | Luboš Luňák |
2012-10-11 | Use DISABLE_DYNLOADING on Android | Tor Lillqvist |
2012-10-07 | When DISABLE_DYNLOADING don't even provide any module loading/unloading API | Tor Lillqvist |
2012-09-25 | use intrinsict to inline InterlockCount() on Windows too | Norbert Thiebaud |
2012-09-19 | fix system-clucene/-boost build with gcc 4.4 | Rene Engelhard |
2012-09-17 | Some comment clean up | Stephan Bergmann |
2012-09-17 | add osl_atomic_* api to allow for inlined atomic increment/decrement | Norbert Thiebaud |
2012-09-15 | Include saldllapi.h explicitly where needed | Stephan Bergmann |
2012-08-21 | Related fdo#46249: FileStatus can have fewer fields than requested | Stephan Bergmann |
2012-07-27 | Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in sal | Arnaud Versini |
2012-07-16 | allow using rtl::OUString etc. simply as OUString, without rtl:: | Luboš Luňák |
2012-07-14 | simplify include guards | Thomas Arnhold |
2012-07-11 | Use rtl_zeroMemory in place of rtl_fillMemory(..., 0) | Christophe JAILLET |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-04-13 | WaE: unknown warning group '-Wreturn-type-c-linkage' | Tor Lillqvist |
2012-04-10 | make OSL_ASSERT print the failed expression, not just "OSL_ASSERT" | Luboš Luňák |
2012-04-10 | disable clang warning about something that cannot be fixed without BIC change | Luboš Luňák |
2012-04-09 | Add a header for iOS-specific low-level stuff | Tor Lillqvist |
2012-03-13 | Removed FileStatus::isFile. Use ::isRegular instead. | Josh Heidenreich |
2012-03-12 | osl_loadModuleRelativeAscii was erroneously not exported | Stephan Bergmann |
2012-03-09 | Let osl::FileStatus getters assert programming errors | Stephan Bergmann |
2012-03-09 | Fixed @since tags | Stephan Bergmann |
2012-03-09 | sal file.hxx documentation | Josh Heidenreich |
2012-03-09 | Added FileStatus methods isFile, isDirectory, isRegular, isLink | Josh Heidenreich |
2012-03-08 | In osl::Thread::create, do not access members after starting the thread | Stephan Bergmann |
2012-02-23 | Moved dp_gui::Thread to salhelper::Thread, so that all code can use it | Stephan Bergmann |
2012-02-22 | WaE: silence some documentation errors | Thomas Arnhold |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist |
2012-02-10 | consistent constness for getFunctionSymbol() overloads | Luboš Luňák |
2012-02-05 | Remove unused VolumeDevice functions and related code | François Tigeot |
2012-01-31 | Add lo_dlclose() | Tor Lillqvist |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks |
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist |
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist |
2012-01-24 | android: rename native_app_glue.h and install as osl/detail/android.h | Michael Meeks |
2012-01-24 | Use own own <osl/file.h> API to read the source in osl_copyFile() | Tor Lillqvist |
2012-01-21 | android: remove nonsensical write to file buffer during readLine | Michael Meeks |
2012-01-20 | kill some doxygen warnings | Norbert Thiebaud |
2012-01-19 | clean-up Doxygen warnings | Norbert Thiebaud |
2012-01-19 | implement inode compare for identical directory item checking | Michael Meeks |
2012-01-19 | sal: expose a public API for comparing directory items | Michael Meeks |
2012-01-19 | fix SvStream to not require a custom open or lstat method. | Michael Meeks |