summaryrefslogtreecommitdiff
path: root/sal/qa/osl/file/osl_File.cxx
AgeCommit message (Expand)Author
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-02-10Be a bit more verbose in that crappy test codeStephan Bergmann
2021-02-09loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl)Stephan Bergmann
2021-02-09report what value was found in messageCaolán McNamara
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-05osl_File checks: creation in root can also fail because of read-only filesystemChristian Lohmaier
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-03Enable previously disabled file and directory testsMike Kaganski
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-26cppcheck: shadowFunction in sal/osl_FileJulien Nabet
2020-01-18Removed redundant semicolonAndrea Gelmini
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-05Fix various clang-cl and loplugin warnings in sal/qa/osl/file/osl_File.cxxStephan Bergmann
2019-12-03WIN map ERROR_DIRECTORY to osl_File_E_NOTDIRJan-Marek Glogowski
2019-12-03WIN enable osl_File.cxx part of CppUnitTest_sal_oslJan-Marek Glogowski
2019-11-27Fix some checkUNXBehaviour_getSystemPathFromFileURL testsStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-08-20Fix typosAndrea Gelmini
2019-05-10an is used before a vowel soundCaolán McNamara
2019-04-13loplugin:sequentialassign in salNoel Grandin
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-11-22improve function-local statics in salNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-10Fix typosAndrea Gelmini
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-06-05sal: WNT -> _WIN32Thorsten Behrens
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-04-16loplugin:useuniqueptr in sal/qa/Noel Grandin
2018-02-24Fix typosAndrea Gelmini
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-17Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-05-27osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock