summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2020-08-29Fix typosAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann
2020-08-17Remove leftover debug includeStephan Bergmann
2020-08-17loplugin:loopvartoosmallStephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-11loplugin:flattenNoel Grandin
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann
2020-07-07Allow making SAL_LOG based output fatalJan-Marek Glogowski
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: salStephan Bergmann
2020-06-04Remove useless Result variableStephan Bergmann
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-05-25createSocketImpl is always called with the same argumentStephan Bergmann
2020-05-24Revert "Try to blind-solve cppunittester hangs on Windows"Mike Kaganski
2020-05-24Try to blind-solve cppunittester hangs on WindowsMike Kaganski
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-04-29Fix problems when running a sandboxed LO as instdir/.../soffice on macOSTor Lillqvist
2020-04-17Just use __builtin_ffs on GCC and ClangStephan Bergmann
2020-04-15loplugin:buriedassign in salNoel Grandin
2020-04-06Nah, let's revert that shiteTor Lillqvist
2020-04-04Let's put some verbosity in #if 0, thoughTor Lillqvist
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist
2020-04-04Show flags and modes symbolically in the SAL_INFO() for open() and access()Tor Lillqvist
2020-04-02loplugin:flatten in salNoel Grandin
2020-03-16Avoid stack overflow in testTdf124815 on WindowsMike Kaganski
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-03-11Get rid of some SAL_MATH_FINITE useStephan Bergmann
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann
2020-02-27avoid memory leak in win32 sal::backtrace_get()Luboš Luňák
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-02-03Remove unnecessary castStephan Bergmann
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28loplugin:unsignedcompare (--enable-cipher-openssl-backend)Stephan Bergmann
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27Use Linux gettid as available since glibc 2.30Stephan Bergmann
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala
2020-01-26cppcheck: shadowFunction in sal/file_urlJulien Nabet