- 9bccf92 Extended loplugin:ostr: sal by Stephan Bergmann · 2 years, 4 months ago
- 95ffa27 Extended loplugin:ostr: sal by Stephan Bergmann · 2 years, 5 months ago
- e08efe9 c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7) by Julien Nabet · 2 years, 5 months ago
- c254acd loplugin:unnecessarygetstr (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
- c0e5166 loplugin:stringstatic, lopluign:ostr (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
- 94dbf63 -Werror,-Wmissing-field-initializers (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
- cef555e Make ExternalReferenceUriTranslator more robust against broken UTF-8 by Stephan Bergmann · 2 years, 5 months ago
- 3d58f3c Use requires-clauses by Stephan Bergmann · 2 years, 5 months ago
- 8b327dd clang-format sal/rtl/math.cxx by Mike Kaganski · 2 years, 6 months ago
- 35948ca Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sal by Stephan Bergmann · 2 years, 6 months ago
- b4844c3 Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr by Stephan Bergmann · 2 years, 6 months ago
- ff5863d split up the backtrace implementations into separate files by Noel Grandin · 2 years, 6 months ago
- 019d969 The other OStringLiteral ctor should be non-explicit too by Stephan Bergmann · 2 years, 6 months ago
- f99bee8 Delete OUString UTF-16 string literal ctor/assignment op by Stephan Bergmann · 2 years, 6 months ago
- e0c33ec loplugin:ostr: automatic rewrite by Stephan Bergmann · 2 years, 6 months ago
- 53c27f6 Fix iOS build breakages when building on macOS Sonoma by Patrick Luby · 2 years, 6 months ago
- 5a40abc Drop some newly obsolete __cplusplus version checks by Stephan Bergmann · 2 years, 6 months ago
- 7dc918b cid#1546363 Unused value by Caolán McNamara · 2 years, 6 months ago
- d724b51 tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is set by Mike Kaganski · 2 years, 6 months ago
- 414316a Drop some newly obsolete __clang_major__ version checks by Stephan Bergmann · 2 years, 6 months ago
- 72da78b Drop some newly obsolete __GNUC__ version checks by Stephan Bergmann · 2 years, 6 months ago
- 2e71c43 tdf#146619 Remove unused includes from sal/ [cpp files] by Gabor Kelemen · 2 years, 7 months ago
- 252132d tdf#146619 Remove unused includes from sal/osl/unx by Gabor Kelemen · 2 years, 8 months ago
- b2f7fa7 tdf#146619 Remove unused includes from sal/qa by Gabor Kelemen · 2 years, 8 months ago
- 10a8772 tdf#146619 Remove unused includes from sal/ [headers] by Gabor Kelemen · 2 years, 8 months ago
- 4d7eab5 Use less boost_headers in sal by Gabor Kelemen · 2 years, 8 months ago
- 218a765 tdf#146619 Remove unused includes from sal/ [system.hxx] by Gabor Kelemen · 2 years, 8 months ago
- 8a0c43f Use _beginthreadex instead of CreateThread by Mike Kaganski · 2 years, 8 months ago
- cdc2b4f Remove unused header file by Gabor Kelemen · 2 years, 8 months ago
- 97b9d88 Drop unnecessary header osl_Mutex_Const.h by Gabor Kelemen · 2 years, 8 months ago
- 6c15598 Avoid a Clang template instantiation bug with libstdc++ and C++20 by Stephan Bergmann · 2 years, 8 months ago
- 025f540 tdf#146619 Remove unused #includes from C/C++ files by Venetia Furtado · 2 years, 8 months ago
- 5d80385 loplugin:stringconstant: Catch some O[U]String::getStr anti-patterns by Stephan Bergmann · 2 years, 9 months ago
- fe1d6bf Fix C++20-only "..."_tstr test code by Stephan Bergmann · 2 years, 8 months ago
- 6fce450 Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template code by Stephan Bergmann · 2 years, 9 months ago
- 3f96f9c tdf#139306 Incorrect nDecPlaces value after clamping by Vladislav Tarakanov · 2 years, 9 months ago
- e83e62f Work around MSVC bug with "..."_ostr vs. u"..."_ostr by Stephan Bergmann · 2 years, 9 months ago
- 27d1f3a O[U]String literals (unusable for now, C++20 only) by Stephan Bergmann · 2 years, 9 months ago
- d706f5d Simplify a bit by Mike Kaganski · 2 years, 9 months ago
- d5deff05 Fix typo by Andrea Gelmini · 2 years, 9 months ago
- 81726f5 No need to clean up the desktop, when the process is finishing by Mike Kaganski · 2 years, 9 months ago
- 1f24d35 cppunittester: use a dedicated desktop on Windows by Mike Kaganski · 2 years, 9 months ago
- 0193b28 new loplugin:constexprliteral by Noel Grandin · 2 years, 10 months ago
- 8d52aac tdf#143148: Use pragma once instead of include guards by Venetia Furtado · 2 years, 10 months ago
- 7bec168 tdf#145538,tdf#147021: qa: range based loops by Dr. David Alan Gilbert · 2 years, 10 months ago
- 4cec737 Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084e by Mike Kaganski · 3 years ago
- 325c571 update loplugin:stringview* for o3tl::iterateCodePoints by Noel Grandin · 3 years ago
- 4cedea4 Simplify rtl_(u)string_newReplace implementation by Mike Kaganski · 3 years ago
- 1db728a Simplify a bit by Mike Kaganski · 3 years ago
- 9c6b728 loplugin:unnecessarygetstr by Stephan Bergmann · 3 years ago
- fa0c012 Provide std::u16string_view based o3tl::iterateCodePoints by Stephan Bergmann · 3 years ago
- d7823e0 tdf#155122: implement CtrlHandler on Windows by Mike Kaganski · 3 years ago
- bcd233e improve windows backtrace_to_string by Noel Grandin · 3 years ago
- 876010c Simplify strtmpl.hxx by Mike Kaganski · 3 years ago
- 8de1bf3 Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFree by Mike Kaganski · 3 years ago
- a0c08ce loplugin:stringadd by Stephan Bergmann · 3 years ago
- d425780 Use o3tl::trim in strtmpl.hxx by Mike Kaganski · 3 years ago
- 93f9a74 fix dbgutil build on win/aarch64 (print stack from cppunittester) by Christian Lohmaier · 3 years ago
- 8b6d167 Use of O(U)StringNumber for float/double is actually a pessimisation by Mike Kaganski · 3 years ago
- d791084 use more OStringToOUString by Noel Grandin · 3 years ago
- 90c5908 Simplify O(U)String::number implementation by Mike Kaganski · 3 years ago
- 1e9f4de Make O(U)String::boolean also return an O(U)StringNumber by Mike Kaganski · 3 years ago
- ebf2cc4 Simplify a bit by Mike Kaganski · 3 years ago
- 27b98e9 loplugin:stringadd in registry..sal by Noel Grandin · 3 years ago
- e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
- a44c9d0 rtl_allocateString takes a size_t parameter by Stephan Bergmann · 3 years, 1 month ago
- 926095d Shrink rtl_[u]String allocation size to what's actually needed by Stephan Bergmann · 3 years, 1 month ago
- 2fd915b Related: tdf#152943 Test that a quiet NaN payload is propagated by Eike Rathke · 3 years, 1 month ago
- ddd2e00 tdf#143148 Use pragma once instead of include guards by Yousef_Rabia · 3 years, 1 month ago
- 4f74321 cid#1521506 silence Thread deadlock by Caolán McNamara · 3 years, 1 month ago
- e7bad15 Unify osl_{g,s}etThreadTextEncoding implementation across platforms by Mike Kaganski · 3 years, 1 month ago
- d7fd46b Simplify osl_getTextEncodingFromLocale on Windows by Mike Kaganski · 3 years, 1 month ago
- df5995b Only specialize CppUnit::assetion_traits<T>::toString member functions by Stephan Bergmann · 3 years, 2 months ago
- 65efe0e use std::condition_variable for oslCondition by Noel Grandin · 3 years, 2 months ago
- e2d8474 Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTime by Stephan Bergmann · 3 years, 2 months ago
- 6028e9f Finally drop undocumented rtl_[u]String_newFromStr null argument support by Stephan Bergmann · 3 years, 2 months ago
- 8ef0141 Remove support for 32-bit S390 by Stephan Bergmann · 3 years, 2 months ago
- 70bcf9e Remove support for AIX by Stephan Bergmann · 3 years, 2 months ago
- de3b4b0 Introduce lo_get_app_data_dir() for Emscripten, too by Tor Lillqvist · 3 years, 3 months ago
- 15cce98 Fix the "Found char > 127" warning to check the correct characters by Mike Kaganski · 3 years, 4 months ago
- 9d3c6d5 Add Emscripten ifdef to bootstrap_getExecutableFile() by Tor Lillqvist · 3 years, 4 months ago
- 8171935 Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable by Stephan Bergmann · 3 years, 4 months ago
- 4e81e3b rtl bootsratp : use enum class by Arnaud VERSINI · 3 years, 4 months ago
- d64aed0 osl : remove useless includes by Arnaud VERSINI · 3 years, 4 months ago
- 044e658 We won't need Executable_osl_process_child for WASM in the foreseeable future by Tor Lillqvist · 3 years, 4 months ago
- d5f2987 sal/osl win32 : use non recursive mutexes in file and thread by Arnaud VERSINI · 3 years, 5 months ago
- d6a3510 Revert "TempFile: clear handle on close" by Stephan Bergmann · 3 years, 5 months ago
- b74d500 Drop useless std::move of const object by Stephan Bergmann · 3 years, 5 months ago
- 46875d8 A better fix for C++23 P2266R1 by Stephan Bergmann · 3 years, 5 months ago
- 503195a file: Use calloc by Dr. David Alan Gilbert · 3 years, 5 months ago
- 0d9613b TempFile: clear handle on close by Dr. David Alan Gilbert · 3 years, 5 months ago
- edc2710 -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): sal by Stephan Bergmann · 3 years, 5 months ago
- 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
- 4927921 rtl uuid : remove useless endian conversion by Arnaud VERSINI · 3 years, 8 months ago
- b60dc48 tdf#151117: Process non-existent long paths correctly by Mike Kaganski · 3 years, 7 months ago
- b040cf9 OUString::matchIgnoreAsciiCase returns bool by Stephan Bergmann · 3 years, 7 months ago
- b943d28 tdf#150877: Add support for Kamenický and Mazovia encodings by Julien Nabet · 3 years, 7 months ago
- 2c8ced0 cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for now by Stephan Bergmann · 3 years, 7 months ago
- f0f0d38 cid#1509232 silence Out-of-bounds access by Caolán McNamara · 3 years, 7 months ago
- 1bd83f0 Be careful with failed realloc by Stephan Bergmann · 3 years, 7 months ago