summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl2018-01-272-1/+93
* ofz#3186: wrong starting offset for JOHAB 0x6D blockCaolán McNamara2017-08-281-1/+1
* ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara2017-08-071-2/+2
* Fix integer typesStephan Bergmann2017-05-172-5/+5
* BOOL -> boolStephan Bergmann2017-05-172-8/+8
* wchar_t -> sal_UnicodeStephan Bergmann2017-05-171-12/+19
* Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann2017-05-172-6/+1
* BOOL -> boolStephan Bergmann2017-05-171-12/+12
* Remove IsValidFilePath lppError parameter; always nullStephan Bergmann2017-05-173-11/+6
* Remove osl_getFileURLFromSystemPath_Stephan Bergmann2017-05-173-13/+2
* Add some unit tests for rtl_math_StringFormat_GEike Rathke2017-05-171-0/+33
* Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2017-05-1612-43/+43
* Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann2017-05-169-34/+34
* coverity#1408971 Mixing enum typesCaolán McNamara2017-05-151-14/+11
* osl: cleanup file_url.cxxChris Sherlock2017-05-141-108/+94
* osl: osl_File.cxx unit test formatting cleanupChris Sherlock2017-05-141-31/+80
* osl: osl_File.cxx indent fixesChris Sherlock2017-05-131-51/+51
* osl: final cleanup of sal_File.cxx unit testChris Sherlock2017-05-131-2152/+2149
* osl: osl_File.cxx header cleanupChris Sherlock2017-05-131-2/+1
* osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock2017-05-131-658/+653
* osl: osl_File.cxx qa file cleanupChris Sherlock2017-05-131-403/+410
* osl: file test - space between C comment token and start of commentChris Sherlock2017-05-131-214/+214
* osl: remove commented code from file testChris Sherlock2017-05-131-31/+0
* osl: remove extraneous comment cruft from test sourceChris Sherlock2017-05-131-59/+53
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-0912-12/+0
* osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock2017-05-072-92/+11
* osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock2017-05-072-68/+8
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* Work around GCC 7 mis-featureStephan Bergmann2017-05-031-0/+7
* remove empty commentsNoel Grandin2017-05-031-4/+1
* loplugin:salunicodeliteral: salStephan Bergmann2017-04-285-25/+25
* loplugin:cppunitassertequals: salStephan Bergmann2017-04-2810-343/+673
* sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl2017-04-271-3/+13
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-262-5/+5
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-04-261-11/+12
* -Werror,-Wunused-macros (clang-cl)Stephan Bergmann2017-04-261-1/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-253-0/+3
* clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2017-04-243-23/+4
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-2116-279/+0
* Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann2017-04-211-2/+10
* Simplify PTHREAD_VALUEStephan Bergmann2017-04-202-8/+3
* Avoid loplugin:redundantcast on macOSStephan Bergmann2017-04-202-2/+2
* try to fix werror + pch build on linuxMarkus Mohrhard2017-04-161-0/+2
* Removed duplicated includesAndrea Gelmini2017-04-132-10/+0
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-1226-376/+297
* Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann2017-04-061-1/+1
* ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara2017-04-041-1/+1
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-0412-113/+107
* remove type decorations on char literalsJochen Nitschke2017-03-306-12/+12
* loplugin:loopvartoosmallStephan Bergmann2017-03-301-1/+1