summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Fix typosAndrea Gelmini1-3/+3
2021-07-28log access violation on windows tinderboxenNoel Grandin2-79/+211
2021-07-27[API CHANGE] Drop obsolete osl_demultiplexSocketEvents et alStephan Bergmann3-209/+30
2021-07-23no need to allocate these static vars on demandNoel Grandin1-11/+5
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann2-13/+0
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann2-7/+0
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin3-0/+30
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann2-1/+20
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann2-6/+6
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann2-2/+18
2021-07-04Remove unused includesBaiXiaochun1-8/+0
2021-07-02Purge out setNan from math.cxxBaiXiaochun1-19/+4
2021-06-29Simplify expresionBaiXiaochun1-21/+8
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-22/+22
2021-06-21tdf#135316 add small cache to rtl_bootstrap_args_openNoel Grandin1-9/+24
2021-06-21remove now unnecessary commentNoel Grandin1-2/+0
2021-06-21simplify bootstrap_map (tdf#135316 related)Noel Grandin1-46/+13
2021-06-18Use std::fesetround / std::nearbyint for half-to-even roundingMike Kaganski1-2/+20
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-02Make optional use of SetThreadDescription in osl_setThreadNameMike Kaganski1-7/+25
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski2-6/+1
2021-06-01fix leak in SocketTestNoel Grandin1-0/+2
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann2-7/+26
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann3-1/+45
2021-05-26Replace a use of select with pollStephan Bergmann1-26/+15
2021-05-23Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round()Eike Rathke1-15/+26
2021-05-21Lets assume general availability of POSIX poll.hStephan Bergmann1-74/+0
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann3-76/+0
2021-05-18update "add OString::getTokenView"Noel Grandin3-16/+1
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin3-1/+93
2021-05-14Improve loplugin:stringviewStephan Bergmann2-4/+4
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski1-1/+21
2021-04-28Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist2-26/+38
2021-04-28loplugin:stringviewparam (clang-cl)Stephan Bergmann1-1/+2
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-1/+1
2021-04-27loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2021-04-23Step 1 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann2-0/+14
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin3-4/+4
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann1-6/+8
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringMike Kaganski1-144/+63
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann1-11/+7
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann1-13/+13
2021-04-20Remove obsolete commentStephan Bergmann1-2/+0
2021-04-19flatten some codeNoel Grandin1-160/+145
2021-04-19use more string_view in OString APINoel Grandin1-2/+2
2021-04-19[API CHANGE] Do not call getaddrinfo if we just want the hostnameSamuel Mehrbrodt3-5/+46
2021-04-17use OUString in dir handling operationsNoel Grandin1-113/+39
2021-04-16flatten some code in sal/osl/w32Noel Grandin6-458/+435
2021-04-16set path to fully normalized in osl_getNextFileItemNoel Grandin1-1/+1
2021-04-12Use more std libMike Kaganski1-88/+10