Age | Commit message (Expand) | Author |
2023-05-07 | Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084e | Mike Kaganski |
2023-05-06 | update loplugin:stringview* for o3tl::iterateCodePoints | Noel Grandin |
2023-05-06 | Simplify rtl_(u)string_newReplace implementation | Mike Kaganski |
2023-05-06 | Simplify a bit | Mike Kaganski |
2023-05-05 | loplugin:unnecessarygetstr | Stephan Bergmann |
2023-05-04 | Provide std::u16string_view based o3tl::iterateCodePoints | Stephan Bergmann |
2023-05-02 | tdf#155122: implement CtrlHandler on Windows | Mike Kaganski |
2023-05-02 | improve windows backtrace_to_string | Noel Grandin |
2023-04-29 | Simplify strtmpl.hxx | Mike Kaganski |
2023-04-22 | Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFree | Mike Kaganski |
2023-04-17 | loplugin:stringadd | Stephan Bergmann |
2023-04-12 | Use o3tl::trim in strtmpl.hxx | Mike Kaganski |
2023-04-11 | fix dbgutil build on win/aarch64 (print stack from cppunittester) | Christian Lohmaier |
2023-04-10 | Use of O(U)StringNumber for float/double is actually a pessimisation | Mike Kaganski |
2023-04-09 | use more OStringToOUString | Noel Grandin |
2023-04-05 | Simplify O(U)String::number implementation | Mike Kaganski |
2023-04-04 | Make O(U)String::boolean also return an O(U)StringNumber | Mike Kaganski |
2023-04-02 | Simplify a bit | Mike Kaganski |
2023-03-25 | loplugin:stringadd in registry..sal | Noel Grandin |
2023-03-23 | rtl::Static to thread-safe-static | Noel Grandin |
2023-03-20 | rtl_allocateString takes a size_t parameter | Stephan Bergmann |
2023-03-20 | Shrink rtl_[u]String allocation size to what's actually needed | Stephan Bergmann |
2023-03-15 | Related: tdf#152943 Test that a quiet NaN payload is propagated | Eike Rathke |
2023-03-09 | tdf#143148 Use pragma once instead of include guards | Yousef_Rabia |
2023-02-28 | cid#1521506 silence Thread deadlock | Caolán McNamara |
2023-02-24 | Unify osl_{g,s}etThreadTextEncoding implementation across platforms | Mike Kaganski |
2023-02-24 | Simplify osl_getTextEncodingFromLocale on Windows | Mike Kaganski |
2023-02-16 | Only specialize CppUnit::assetion_traits<T>::toString member functions | Stephan Bergmann |
2023-02-16 | use std::condition_variable for oslCondition | Noel Grandin |
2023-02-14 | Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTime | Stephan Bergmann |
2023-02-01 | Finally drop undocumented rtl_[u]String_newFromStr null argument support | Stephan Bergmann |
2023-01-27 | Remove support for 32-bit S390 | Stephan Bergmann |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2022-12-28 | Introduce lo_get_app_data_dir() for Emscripten, too | Tor Lillqvist |
2022-12-13 | Fix the "Found char > 127" warning to check the correct characters | Mike Kaganski |
2022-12-13 | Add Emscripten ifdef to bootstrap_getExecutableFile() | Tor Lillqvist |
2022-12-10 | Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable | Stephan Bergmann |
2022-12-04 | rtl bootsratp : use enum class | Arnaud VERSINI |
2022-12-04 | osl : remove useless includes | Arnaud VERSINI |
2022-11-30 | We won't need Executable_osl_process_child for WASM in the foreseeable future | Tor Lillqvist |
2022-11-21 | sal/osl win32 : use non recursive mutexes in file and thread | Arnaud VERSINI |
2022-11-17 | Revert "TempFile: clear handle on close" | Stephan Bergmann |
2022-11-11 | Drop useless std::move of const object | Stephan Bergmann |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-11-07 | file: Use calloc | Dr. David Alan Gilbert |
2022-11-07 | TempFile: clear handle on close | Dr. David Alan Gilbert |
2022-11-05 | -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): sal | Stephan Bergmann |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-27 | rtl uuid : remove useless endian conversion | Arnaud VERSINI |
2022-09-23 | tdf#151117: Process non-existent long paths correctly | Mike Kaganski |