summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Use char16_t string literalsStephan Bergmann1-10/+10
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann1-9/+9
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke1-61/+67
2020-12-18Replace log2() call with parts.exponent-1023, tdf#138360 follow-upEike Rathke1-3/+4
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann1-0/+8
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-5/+14
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann3-3/+17
2020-12-10Do not call GetAddrInfoW if we just want the hostnameSamuel Mehrbrodt1-32/+8
2020-12-08Tighten rtl_{string,uString}_newFromStr_WithLength implementationStephan Bergmann1-1/+2
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann1-1/+1
2020-12-07Revert "Fix osl_Security::getHomeDir test under fakeroot"Stephan Bergmann1-4/+1
2020-12-03Better accuracy in rtl_math_approxValue(), tdf#138360 relatedEike Rathke1-3/+11
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli1-0/+12
2020-12-03Related: tdf#138360 Use approxFloor() in rtl_math_round()Eike Rathke1-19/+5
2020-12-02Typo in rounded digit string, tdf#138360 follow-upEike Rathke1-1/+1
2020-12-02Related: tdf#138360 Rounding integers to decimals is futileEike Rathke1-1/+4
2020-11-28Resolves: tdf#138360 better accuracy in rtl_math_round()Eike Rathke1-3/+36
2020-11-28Unit tests for DBL_MAX to string conversion, tdf#136272Eike Rathke1-0/+88
2020-11-27Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-upEike Rathke1-3/+3
2020-11-27Fix commentEike Rathke1-1/+1
2020-11-27Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308Eike Rathke1-0/+78
2020-11-25Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAXEike Rathke1-1/+20
2020-11-25Silence false loplugin:stringviewparam in conditional code (clang-cl)Stephan Bergmann1-1/+1
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann4-13/+143
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer33-126/+111
2020-11-18Replace #if with if constexpr()Mike Kaganski1-10/+12
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-11-11loplugin:stringviewNoel2-2/+2
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-12/+12
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann4-105/+53
2020-10-18Limit nDecPlaces to a sensible value [-20, 20]Eike Rathke1-0/+6
2020-10-12Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ...Gleb Popov1-1/+7
2020-10-08Do not redefine ETIME unconditionally on FreeBSD.Gleb Popov1-1/+3
2020-10-05loplugin:reducevarscope in salNoel4-11/+9
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-25cppunittester: [_RUN_____] indicates unit test startJustin Luth1-1/+2
2020-09-23Silence cid#1467434Stephan Bergmann1-0/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara4-9/+9
2020-09-21cppunittester: Do not unload test librariesStephan Bergmann1-2/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-7/+14
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-08Fix typos in commentsStephan Bergmann1-2/+2
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann5-7/+7
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann3-2/+95
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann8-42/+102
2020-09-03Fix typoStephan Bergmann1-1/+1
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann3-10/+17
2020-08-31Remove some commented-out codeStephan Bergmann1-7/+0
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2-8/+27
2020-08-29Fix typosAndrea Gelmini1-1/+1