summaryrefslogtreecommitdiff
path: root/sal/inc/osl
AgeCommit message (Expand)AuthorFilesLines
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann1-0/+4
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2-211/+0
2012-11-22Add lo_get_app_data_dir()Tor Lillqvist1-0/+2
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist2-353/+0
2012-11-21re-base on ALv2 code. Includes:Michael Meeks34-815/+464
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl1-2/+2
2012-11-15Revert "use intrinsict to inline InterlockCount() on Windows too"Luboš Luňák1-4/+0
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann1-1/+0
2012-11-12WaE: C-linkage specified, but returns user-defined typeTor Lillqvist1-4/+2
2012-10-28add SAL_WARN_UNUSED to some classesCaolán McNamara1-1/+1
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák1-9/+9
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist3-26/+67
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist2-0/+18
2012-09-25use intrinsict to inline InterlockCount() on Windows tooNorbert Thiebaud1-0/+4
2012-09-19fix system-clucene/-boost build with gcc 4.4Rene Engelhard1-0/+3
2012-09-17Some comment clean upStephan Bergmann1-13/+14
2012-09-17add osl_atomic_* api to allow for inlined atomic increment/decrementNorbert Thiebaud1-0/+38
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann18-32/+77
2012-08-21Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann1-20/+47
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini1-2/+4
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-0/+2
2012-07-14simplify include guardsThomas Arnhold2-2/+2
2012-07-11Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET1-2/+2
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
2012-04-13WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist1-0/+3
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák1-1/+1
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák1-0/+13
2012-04-09Add a header for iOS-specific low-level stuffTor Lillqvist1-0/+60
2012-03-13Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich1-16/+0
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann1-1/+1
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann1-20/+27
2012-03-09Fixed @since tagsStephan Bergmann1-4/+4
2012-03-09sal file.hxx documentationJosh Heidenreich1-0/+4
2012-03-09Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich1-0/+54
2012-03-08In osl::Thread::create, do not access members after starting the threadStephan Bergmann1-7/+6
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann1-0/+7
2012-02-22WaE: silence some documentation errorsThomas Arnhold4-6/+6
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-0/+82
2012-02-10consistent constness for getFunctionSymbol() overloadsLuboš Luňák1-1/+1
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot2-71/+0
2012-01-31Add lo_dlclose()Tor Lillqvist1-0/+2
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks1-0/+80
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist1-5/+2
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist1-5/+2
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks1-0/+352
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist1-0/+5
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks1-0/+3
2012-01-20kill some doxygen warningsNorbert Thiebaud2-7/+7
2012-01-19clean-up Doxygen warningsNorbert Thiebaud5-32/+24
2012-01-19implement inode compare for identical directory item checkingMichael Meeks1-6/+0