summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann55-2389/+2389
2020-06-05Upcoming loplugin:elidestringvar: salStephan Bergmann2-48/+21
2020-06-04Remove useless Result variableStephan Bergmann1-9/+5
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin2-4/+4
2020-05-25createSocketImpl is always called with the same argumentStephan Bergmann1-4/+4
2020-05-24Revert "Try to blind-solve cppunittester hangs on Windows"Mike Kaganski2-10/+4
2020-05-24Try to blind-solve cppunittester hangs on WindowsMike Kaganski2-4/+10
2020-05-10compact namespace in sal..svgioNoel Grandin8-16/+16
2020-04-29Fix problems when running a sandboxed LO as instdir/.../soffice on macOSTor Lillqvist1-0/+12
2020-04-17Just use __builtin_ffs on GCC and ClangStephan Bergmann1-9/+2
2020-04-15loplugin:buriedassign in salNoel Grandin4-20/+34
2020-04-06Nah, let's revert that shiteTor Lillqvist5-295/+40
2020-04-04Let's put some verbosity in #if 0, thoughTor Lillqvist1-1/+1
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist4-38/+137
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist1-5/+39
2020-04-04Show flags and modes symbolically in the SAL_INFO() for open() and access()Tor Lillqvist3-6/+128
2020-04-02loplugin:flatten in salNoel Grandin10-332/+333
2020-03-16Avoid stack overflow in testTdf124815 on WindowsMike Kaganski1-0/+8
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2-14/+14
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi2-14/+14
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi2-11/+11
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-5/+5
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin19-89/+89
2020-03-11Get rid of some SAL_MATH_FINITE useStephan Bergmann1-4/+2
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann1-0/+5
2020-02-27avoid memory leak in win32 sal::backtrace_get()Luboš Luňák2-63/+14
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski3-132/+105
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-1/+2
2020-02-03Remove unnecessary castStephan Bergmann1-1/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin13-27/+25
2020-01-28loplugin:unsignedcompare (--enable-cipher-openssl-backend)Stephan Bergmann1-4/+5
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz2-4/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann5-9/+14
2020-01-27Use Linux gettid as available since glibc 2.30Stephan Bergmann1-3/+14
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala1-4/+1
2020-01-26cppcheck: shadowFunction in sal/file_urlJulien Nabet1-6/+6
2020-01-26cppcheck: shadowFunction in sal/osl_FileJulien Nabet1-4/+4
2020-01-25tdf#124176: Use pragma once instead of include guardsiakarsu1-5/+1
2020-01-25Change some #define to constexprStephan Bergmann1-7/+7
2020-01-18Removed redundant semicolonAndrea Gelmini1-1/+1
2020-01-15Clean up safeRead/WriteStephan Bergmann2-15/+27
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2020-01-03android: file-cache to improve performance.Michael Meeks1-33/+120
2019-12-27Fix typoAndrea Gelmini1-1/+1
2019-12-27sal_osl_security: Windows: Handle cases with same hostname and usernameMike Kaganski1-1/+13
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin42-540/+540
2019-12-11Fix typoAndrea Gelmini1-1/+1
2019-12-10use scoped enumStephan Bergmann1-30/+38