summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-08-07ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara1-2/+2
2017-05-17Fix integer typesStephan Bergmann2-5/+5
2017-05-17BOOL -> boolStephan Bergmann2-8/+8
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann1-12/+19
2017-05-17Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann2-6/+1
2017-05-17BOOL -> boolStephan Bergmann1-12/+12
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann3-11/+6
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann3-13/+2
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke1-0/+33
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann12-43/+43
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann9-34/+34
2017-05-15coverity#1408971 Mixing enum typesCaolán McNamara1-14/+11
2017-05-14osl: cleanup file_url.cxxChris Sherlock1-108/+94
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock1-31/+80
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock1-51/+51
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock1-2152/+2149
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock1-2/+1
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock1-658/+653
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock1-403/+410
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock1-214/+214
2017-05-13osl: remove commented code from file testChris Sherlock1-31/+0
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock1-59/+53
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke12-12/+0
2017-05-07osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock2-92/+11
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock2-68/+8
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-05-03Work around GCC 7 mis-featureStephan Bergmann1-0/+7
2017-05-03remove empty commentsNoel Grandin1-4/+1
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann5-25/+25
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann10-343/+673
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl1-3/+13
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann2-5/+5
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-11/+12
2017-04-26-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin3-23/+4
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky16-279/+0
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann1-2/+10
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann2-8/+3
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann2-2/+2
2017-04-16try to fix werror + pch build on linuxMarkus Mohrhard1-0/+2
2017-04-13Removed duplicated includesAndrea Gelmini2-10/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin26-376/+297
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann1-1/+1
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann12-113/+107
2017-03-30remove type decorations on char literalsJochen Nitschke6-12/+12
2017-03-30loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-30loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini6-8/+8