summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file_dirvol.cxx
AgeCommit message (Expand)Author
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-26loplugin:external (clang-cl)Stephan Bergmann
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-07-30Fix typosAndrea Gelmini
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt
2018-01-25Fix typosAndrea Gelmini
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-09-18Put back some #include (needed for e.g. --disable-pch)Stephan Bergmann
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski
2017-07-22osl: remove extraneous comments from w32/file_dirvold.cxxChris Sherlock
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2015-11-12-Werror,-Wunused-functionStephan Bergmann
2015-11-12Windows header sanitizationAshod Nakashian
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-03-01Remove visual noise from salAlexander Wilms
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann
2012-06-17rtl: (i119939) memory leakNorbert Thiebaud