summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2021-03-09Improve unit test accuracyMike Kaganski
2021-03-09tdf#116983 tdf#136175: retry if failedMike Kaganski
2021-02-09report what value was found in messageCaolán McNamara
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke
2020-12-04Better accuracy in rtl_math_approxValue(), tdf#138360 relatedEike Rathke
2020-12-03Related: tdf#138360 Use approxFloor() in rtl_math_round()Eike Rathke
2020-12-02Typo in rounded digit string, tdf#138360 follow-upEike Rathke
2020-12-02Related: tdf#138360 Rounding integers to decimals is futileEike Rathke
2020-11-29Resolves: tdf#138360 better accuracy in rtl_math_round()Eike Rathke
2020-11-28Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-upEike Rathke
2020-11-27Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308Eike Rathke
2020-11-25Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAXEike Rathke
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-11-18Replace #if with if constexpr()Mike Kaganski
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-18Limit nDecPlaces to a sensible value [-20, 20]Eike Rathke
2020-10-12Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ...Gleb Popov
2020-10-08Do not redefine ETIME unconditionally on FreeBSD.Gleb Popov
2020-10-05loplugin:reducevarscope in salNoel
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-25cppunittester: [_RUN_____] indicates unit test startJustin Luth
2020-09-23Silence cid#1467434Stephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-21cppunittester: Do not unload test librariesStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-08Fix typos in commentsStephan Bergmann
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-09-03Fix typoStephan Bergmann
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-08-31Remove some commented-out codeStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
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