summaryrefslogtreecommitdiff
path: root/sal/inc/osl
AgeCommit message (Expand)Author
2012-09-19fix system-clucene/-boost build with gcc 4.4Rene Engelhard
2012-09-17Some comment clean upStephan Bergmann
2012-09-17add osl_atomic_* api to allow for inlined atomic increment/decrementNorbert Thiebaud
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann
2012-08-21Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-07-14simplify include guardsThomas Arnhold
2012-07-11Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-13WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák
2012-04-09Add a header for iOS-specific low-level stuffTor Lillqvist
2012-03-13Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann
2012-03-09Fixed @since tagsStephan Bergmann
2012-03-09sal file.hxx documentationJosh Heidenreich
2012-03-09Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich
2012-03-08In osl::Thread::create, do not access members after starting the threadStephan Bergmann
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann
2012-02-22WaE: silence some documentation errorsThomas Arnhold
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-10consistent constness for getFunctionSymbol() overloadsLuboš Luňák
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot
2012-01-31Add lo_dlclose()Tor Lillqvist
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks
2012-01-20kill some doxygen warningsNorbert Thiebaud
2012-01-19clean-up Doxygen warningsNorbert Thiebaud
2012-01-19implement inode compare for identical directory item checkingMichael Meeks
2012-01-19sal: expose a public API for comparing directory itemsMichael Meeks
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist
2012-01-13suppress doxygen warning in oslNorbert Thiebaud
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-22Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist