summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-17Use C++17 hex-exponent floating point literalsMike Kaganski
2021-11-14rtl::Static->thread-safe static in salNoel Grandin
2021-10-18Noop unify style for branchesEmanuel Schorsch
2021-10-15NoOp refactor to make elif clearerEmanuel Schorsch
2021-10-05Optimize the whole range of getN10Exp over IEEE 754 doublesMike Kaganski
2021-10-04Use isRepresentableInteger hereMike Kaganski
2021-10-01Simplify the code a bit to clarify the logicMike Kaganski
2021-10-01Calculate buffer size correctlyMike Kaganski
2021-10-01Consider leading minusMike Kaganski
2021-10-01Use std::memmove instead of loopMike Kaganski
2021-10-01Drop static_cast syntactic noiseMike Kaganski
2021-10-01Always use buffer on stackMike Kaganski
2021-09-30Simplify comparisons in the loopMike Kaganski
2021-09-30Avoid reversing the bufferMike Kaganski
2021-09-29Use std::reverse instead of swapping in a loopMike Kaganski
2021-09-29Simplify integer roundingMike Kaganski
2021-09-17Drop this unneeded indirectionMike Kaganski
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-07-31rtl::Static -> static localNoel Grandin
2021-07-23no need to allocate these static vars on demandNoel Grandin
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann
2021-07-04Remove unused includesBaiXiaochun
2021-07-02Purge out setNan from math.cxxBaiXiaochun
2021-06-29Simplify expresionBaiXiaochun
2021-06-21tdf#135316 add small cache to rtl_bootstrap_args_openNoel Grandin
2021-06-21remove now unnecessary commentNoel Grandin
2021-06-21simplify bootstrap_map (tdf#135316 related)Noel Grandin
2021-06-18Use std::fesetround / std::nearbyint for half-to-even roundingMike Kaganski
2021-05-23Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round()Eike Rathke
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann
2021-05-18update "add OString::getTokenView"Noel Grandin
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin
2021-04-23Step 1 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2021-04-12Use more std libMike Kaganski
2021-04-12Unify on std::basic_string_view for indexOfStrMike Kaganski
2021-04-10use std lib for sal_Unicode version of indexOfChar_WithLengthNoel Grandin
2021-04-10use std lib for O[U]String indexOfStrNoel Grandin
2021-03-15Deduplicate trim implementationsMike Kaganski
2021-02-10use zlib crc32() rather our own implementationLuboš Luňák
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-10Missing include guard in new sal/rtl/strtmpl.hxxStephan Bergmann
2021-01-10Replace strtmpl.cxx with actual C++ templates in strtmpl.hxxMike Kaganski
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke