summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann1-0/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-6/+1
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen10-0/+10
2018-08-02coverity#1438194 silence Resource leakCaolán McNamara1-4/+9
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2-127/+12
2018-07-31the custom SAL allocator is no longer usedNoel Grandin1-1/+0
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara3-8/+9
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara1-0/+1
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin1-4/+4
2018-07-23Missing includes (--disable-pch)Stephan Bergmann2-0/+2
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann1-2/+2
2018-06-29Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist1-10/+15
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen2-0/+2
2018-06-21Don't reset signal that hasn't been setStephan Bergmann1-1/+4
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist2-0/+14
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2-20/+13
2018-06-05sal: WNT -> _WIN32Thorsten Behrens1-5/+5
2018-06-05sal: fix logfile path retrieval from logging.iniThorsten Behrens1-5/+10
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens1-4/+0
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens1-0/+8
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe1-10/+11
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe1-3/+0
2018-04-03osl: Fix possible memleakTakeshi Abe1-0/+1
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann1-14/+0
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann2-2/+2
2018-03-07Deduplicate includesMike Kaganski1-2/+0
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper3-2/+37
2018-03-02Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann1-2/+0
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski6-42/+2
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock1-51/+35
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann3-0/+6
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini2-2/+2
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann14-65/+65
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann2-2/+2
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara1-1/+1
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann3-0/+3
2018-01-17sal: use snprintf for sal logThorsten Behrens1-5/+7
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt1-14/+76
2018-01-16Missing includeStephan Bergmann1-0/+4
2018-01-15More loplugin:cstylecast: salStephan Bergmann1-4/+4
2018-01-15fix android buildNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin3-3/+3