summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2024-03-05Missing include (for free)Stephan Bergmann
2024-02-29Simplify a bitMike Kaganski
2024-02-29Use <bit> instead of platform-specific intrinsicsMike Kaganski
2024-02-29Drop redundant code: this is handled belowMike Kaganski
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang
2024-02-26Simplify a bitMike Kaganski
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Use filesystem::path to avoid MAX_PATH limitationMike Kaganski
2024-02-20Simplify a bitMike Kaganski
2024-02-20Move some stuff from path_helper to file_dirvol, and simplifyMike Kaganski
2024-02-19Drop obsolete commentsMike Kaganski
2024-02-18tdf#55004 Fix backup copy creation for files on mounted samba sharesKevin Ottens
2024-02-13Fix mis-merge from 8b53fa726e0d496f18228b0ca9ce2f61196f6a57Stephan Bergmann
2024-02-12Log uses of fundamental.override.iniStephan Bergmann
2024-02-12Introduce a fundamental.override.ini for bootstrap variablesStephan Bergmann
2024-02-11tdf#155710 handle conversion failures due to non-UTF8 stringsPatrick Luby
2024-02-11osl_get_system_random_data should return boolStephan Bergmann
2024-02-07sal: rtlRandomPool: require OS random device, abort if not presentMichael Stahl
2024-02-05sal: Re-add missing includesHeiko Becker
2024-01-28cool#8016 open files using O_CLOEXECNoel Grandin
2024-01-19Make osl_execProc_test_batch run the new process hiddenMike Kaganski
2024-01-18-Werror,-Wunused-variable (Emscripten)Stephan Bergmann
2023-12-24Silence new GCC 14 trunk -Werror=alloc-sizeStephan Bergmann
2023-12-24-Werror=calloc-transposed-argsStephan Bergmann
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen
2023-12-19Fix typoAndrea Gelmini
2023-12-11Step 3 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2023-12-06loplugin:ostr (macOS)Stephan Bergmann
2023-11-29Extended loplugin:ostr: salStephan Bergmann
2023-11-19Extended loplugin:ostr: salStephan Bergmann
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7)Julien Nabet
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-11-08-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann
2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann
2023-10-24Use requires-clausesStephan Bergmann
2023-10-21clang-format sal/rtl/math.cxxMike Kaganski
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-12split up the backtrace implementations into separate filesNoel Grandin
2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan Bergmann
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-01Fix iOS build breakages when building on macOS SonomaPatrick Luby
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann
2023-09-28cid#1546363 Unused valueCaolán McNamara
2023-09-26tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is setMike Kaganski
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen