summaryrefslogtreecommitdiff
path: root/include/osl
AgeCommit message (Expand)Author
2019-10-09android: Expose setting of the JavaVM.Jan Holesovsky
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-07-27sal: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2018-05-22Fix typosAndrea Gelmini
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-02-22tdf#115383: revert mixup of E_ROFS and E_SPIPE in file.hxxAron Budea
2018-01-29osl: document osl_File_E_NETWORK enumChris Sherlock
2018-01-27Fix typosAndrea Gelmini
2018-01-24Fix typosAndrea Gelmini
2018-01-24Fix documentation for osl_executeProcess_WithRedirectedIOMilian Wolff
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-17Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: salStephan Bergmann
2018-01-14Fix typosAndrea Gelmini
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-09-19sal: fix numerous doxygen warningsMichael Stahl
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-30osl: partial cleanup of socket_decl.hxx doxygen commentsChris Sherlock
2017-08-28osl: rearrange socket.h sectionsChris Sherlock
2017-08-27Fix typosAndrea Gelmini
2017-08-28osl: fix socket.h doxygen paramChris Sherlock
2017-08-27osl: document socket enumsChris Sherlock
2017-08-27osl: cleanup socket.hChris Sherlock
2017-08-27osl: clarify osl_scheduleThread() documentationChris Sherlock
2017-08-27osl: thread doxygen updateChris Sherlock
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-17Fix typosAndrea Gelmini
2017-07-19osl: remove comment cruft osl/socket.hChris Sherlock
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-27Fix typosAndrea Gelmini
2017-06-25osl: document pipe functionalityChris Sherlock
2017-06-25osl: variety of doxygen fixesChris Sherlock
2017-06-25osl: document and group code via doxygenChris Sherlock
2017-06-25osl: doxygen parblockChris Sherlock
2017-06-25osl: remove @relates Condition, not relevantChris Sherlock
2017-06-25osl: the addr parameter of osl_mapFile is [in,out]Chris Sherlock
2017-06-23Fix typosAndrea Gelmini
2017-06-23osl: doxygen fixes for headersChris Sherlock
2017-06-23osl: document osl_mapFile parameters and return valuesChris Sherlock
2017-06-23osl: typo from last commitChris Sherlock
2017-06-22osl: File map flag constants documentedChris Sherlock
2017-06-12Fix typosAndrea Gelmini
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara