summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-08-28ofz#3186: wrong starting offset for JOHAB 0x6D blockCaolán McNamara
2017-08-07ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara
2017-05-17Fix integer typesStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann
2017-05-17Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-05-15coverity#1408971 Mixing enum typesCaolán McNamara
2017-05-14osl: cleanup file_url.cxxChris Sherlock
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock
2017-05-13osl: remove commented code from file testChris Sherlock
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-03Work around GCC 7 mis-featureStephan Bergmann
2017-05-03remove empty commentsNoel Grandin
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-04-26-Werror,-Wunused-macros (clang-cl)Stephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann
2017-04-16try to fix werror + pch build on linuxMarkus Mohrhard
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-30loplugin:loopvartoosmallStephan Bergmann
2017-03-30loplugin:redundantcastStephan Bergmann