summaryrefslogtreecommitdiff
path: root/include/osl
AgeCommit message (Expand)AuthorFilesLines
2019-10-09android: Expose setting of the JavaVM.Jan Holesovsky1-0/+4
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski2-0/+64
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann2-3/+3
2018-07-27sal: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann4-17/+0
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-3/+1
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen4-8/+0
2018-05-22Fix typosAndrea Gelmini2-2/+2
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-1/+1
2018-02-22tdf#115383: revert mixup of E_ROFS and E_SPIPE in file.hxxAron Budea1-2/+2
2018-01-29osl: document osl_File_E_NETWORK enumChris Sherlock1-2/+4
2018-01-27Fix typosAndrea Gelmini1-5/+5
2018-01-24Fix typosAndrea Gelmini1-1/+1
2018-01-24Fix documentation for osl_executeProcess_WithRedirectedIOMilian Wolff1-3/+3
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann1-0/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann4-7/+7
2018-01-17Fix typosAndrea Gelmini1-3/+3
2018-01-15More loplugin:cstylecast: salStephan Bergmann2-2/+2
2018-01-14Fix typosAndrea Gelmini1-1/+1
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann1-3/+0
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann32-111/+111
2017-09-19sal: fix numerous doxygen warningsMichael Stahl3-4/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-30osl: partial cleanup of socket_decl.hxx doxygen commentsChris Sherlock1-19/+38
2017-08-28osl: rearrange socket.h sectionsChris Sherlock1-216/+215
2017-08-27Fix typosAndrea Gelmini1-3/+3
2017-08-28osl: fix socket.h doxygen paramChris Sherlock1-1/+1
2017-08-27osl: document socket enumsChris Sherlock1-74/+89
2017-08-27osl: cleanup socket.hChris Sherlock1-80/+94
2017-08-27osl: clarify osl_scheduleThread() documentationChris Sherlock1-2/+4
2017-08-27osl: thread doxygen updateChris Sherlock1-1/+33
2017-08-18loplugin:unnecessaryparenNoel Grandin2-3/+3
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-07-19osl: remove comment cruft osl/socket.hChris Sherlock1-5/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-06-27Fix typosAndrea Gelmini1-2/+2
2017-06-25osl: document pipe functionalityChris Sherlock1-19/+48
2017-06-25osl: variety of doxygen fixesChris Sherlock5-96/+114
2017-06-25osl: document and group code via doxygenChris Sherlock1-11/+23
2017-06-25osl: doxygen parblockChris Sherlock1-8/+12
2017-06-25osl: remove @relates Condition, not relevantChris Sherlock1-12/+1
2017-06-25osl: the addr parameter of osl_mapFile is [in,out]Chris Sherlock1-1/+1
2017-06-23Fix typosAndrea Gelmini1-1/+1
2017-06-23osl: doxygen fixes for headersChris Sherlock13-402/+406
2017-06-23osl: document osl_mapFile parameters and return valuesChris Sherlock1-0/+28
2017-06-23osl: typo from last commitChris Sherlock1-1/+1
2017-06-22osl: File map flag constants documentedChris Sherlock1-21/+38
2017-06-12Fix typosAndrea Gelmini2-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1