summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2021-08-27Fix this FIXMEMike Kaganski
2021-08-27Use PSAPI functionality directlyStephan Bergmann
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-18GCC bug 96878 is fixed in upcoming GCC 12Stephan Bergmann
2021-08-02display stack trace on assert for windows jenkins buildsNoel Grandin
2021-07-31rtl::Static -> static localNoel Grandin
2021-07-29Fix typosAndrea Gelmini
2021-07-28log access violation on windows tinderboxenNoel Grandin
2021-07-27[API CHANGE] Drop obsolete osl_demultiplexSocketEvents et alStephan Bergmann
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-09loplugin:indentation (clang-cl)Stephan 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-28loplugin:indentation improve checks for brace alignmentNoel Grandin
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-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-02Make optional use of SetThreadDescription in osl_setThreadNameMike Kaganski
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski
2021-06-01fix leak in SocketTestNoel Grandin
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann
2021-05-26Replace a use of select with pollStephan Bergmann
2021-05-23Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round()Eike Rathke
2021-05-21Lets assume general availability of POSIX poll.hStephan Bergmann
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-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-04-28Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist
2021-04-28loplugin:stringviewparam (clang-cl)Stephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-04-27loplugin:nullptr (clang-cl)Stephan Bergmann
2021-04-23Step 1 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringMike Kaganski
2021-04-20Simplify 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-20Remove obsolete commentStephan Bergmann
2021-04-19flatten some codeNoel Grandin