- 62924b9 fix configmgr --enable-dconf build by Caolán McNamara · 4 years, 4 months ago
- 7ef421d osl::Mutex->std::mutex in configuration_registry by Noel Grandin · 4 years, 5 months ago
- 0787aea Prepare for removal of non-const operator[] from Sequence in configmgr by Mike Kaganski · 4 years, 5 months ago
- 27454bc loplugin:stringview (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- a6db897 Some more uses of rtl_math_(u)StringToDouble by Stephan Bergmann · 4 years, 7 months ago
- 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
- 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
- 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
- 6c4ff1d Avoid computing LanguageTag fallbacks several hundred times by Eike Rathke · 4 years, 8 months ago
- da40449 no need to allocate changedValue_ separately by Noel Grandin · 4 years, 8 months ago
- 55d47fd Revert "simplify locking in configmgr" by Noel Grandin · 4 years, 9 months ago
- 7f7dad7 simplify locking in configmgr by Noel Grandin · 4 years, 9 months ago
- 141f3e1 Directly partly initialize vector in access.cxx by Julien Nabet · 5 years ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- e76a4d6 update PCHs by Luboš Luňák · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 07fd90c rtl::Static -> function local static by Noel Grandin · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
- 4cf54b8 Mark workaround as fixed upstream by Stephan Bergmann · 5 years ago
- 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
- 779e20e loplugin:referencecasting in configmgr by Noel · 5 years ago
- c950ded update pches by Caolán McNamara · 5 years ago
- 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
- 117ecc9 fix coverity parse errors by Caolán McNamara · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
- 1ac4498 update pches by Caolán McNamara · 5 years ago
- 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
- e8227dc loplugin:stringview (clang-cl) by Stephan Bergmann · 5 years ago
- 9d26fbe Make it clear again what the comment appertains to by Stephan Bergmann · 5 years ago
- 5ed43eb tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by gozeloglu · 5 years ago
- 315f270 tdf#123936 Formatting files in module configmgr with clang-format by Philipp Hofer · 5 years ago
- f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
- 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
- b4ddb57 Use the new single-instance="true" attribute in configmgr by Stephan Bergmann · 6 years ago
- 02a78de Fix typo in code by Andrea Gelmini · 6 years ago
- 6efb746 tdf#124176 Use #pragma once in configmgr by George Bateman · 6 years ago
- dd6db74 inline some use-once typedefs by Noel Grandin · 6 years ago
- e547772 loplugin:flatten in configmgr..i18nutil by Noel Grandin · 6 years ago
- dfc28be configmgr: Use a proper LanguageTag-based locale fallback mechanism. by Jan Holesovsky · 6 years ago
- bf36f5b compact namespace: connectivity by Noel Grandin · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- 37b2c02 configmgr: create instances with uno constructors by Noel Grandin · 6 years ago
- dbfcdc4 Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgr by Stephan Bergmann · 6 years ago
- 1b8cbfe Use getBcp47() instead of getLanguage() by Andras Timar · 6 years ago
- 552b1fc inline some use-once typedefs by Noel Grandin · 6 years ago
- 454eb3b use for-range on Sequence in cli_ure..connectivity by Noel Grandin · 6 years ago
- 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
- 8fa958d "resolved" is a better name than "isResolved" here by Stephan Bergmann · 6 years ago
- 8c93e2c Remove support for "module" layers by Stephan Bergmann · 6 years ago
- 87a8b2c GenericCommands: fix Fontwork tooltips by Justin Luth · 6 years ago
- d543d4d std::set<T*> -> o3tl::sorted_vector by Noel Grandin · 6 years ago
- 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
- a654caf tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Canberk TURAN · 6 years ago
- aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
- 42e811a tdf#130137 Replace remaining uses of WNT define checks with _WIN32 by A_GAN · 6 years ago
- e7c6ceb tdf#124176: Use pragma once instead of include guard by Efdal İncesu · 6 years ago
- 8dbe8ea clang-tidy modernize-concat-nested-namespace in codemaker..configmgr by Noel Grandin · 6 years ago
- 175a206 use more std::make_shared by Noel Grandin · 6 years ago
- cb109d6 Revert "no need to use shared_ptr here" by Noel Grandin · 6 years ago
- 87dd123 Clean up newly unused includes by Stephan Bergmann · 6 years ago
- 122598a no need to use shared_ptr here by Noel Grandin · 6 years ago
- 1a2926a use std::move when popping stuff off stacks by Noel Grandin · 6 years ago
- 044eba7 loplugin:stringadd (clang-cl) by Stephan Bergmann · 6 years ago
- 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
- 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
- f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
- 0a6b9df convert equals() to operator== in xmlreader::Span by Noel Grandin · 7 years ago
- 9c9b1e9 Add conversion from rtl::OStringNumber to std::string_view by Stephan Bergmann · 7 years ago
- 2f5f459 support O(U)String::number() for fast string concatenation by Luboš Luňák · 7 years ago
- 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
- 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
- 5a522a01 Related tdf#90429: Don't erroneously pop unrelated path segments by Stephan Bergmann · 7 years ago
- 6c145a8 Improved loplugin:stringconstant (now that GCC 7 supports it): configmgr by Stephan Bergmann · 7 years ago
- 7ec4f19 tdf#42949 Fix IWYU warnings in configmgr/* by Gabor Kelemen · 7 years ago
- 48b9951 loplugin:logexceptionnicely in configmgr..connectivity by Noel Grandin · 7 years ago
- 5ede6b3 configmgr: support changing locale language by Ashod Nakashian · 7 years ago
- 1eb8859 Use hasElements to check Sequence emptiness in chart2..connectivity by Arkadiy Illarionov · 7 years ago
- 5097d1c configmgr: workaround GCC9 -Werror=sign-compare in static_assert by Michael Stahl · 7 years ago
- e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
- fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
- e896fc4 Remove dead test code by Stephan Bergmann · 7 years ago
- c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
- 1a5b12a optimise find/insert pattern by Noel Grandin · 7 years ago
- d644a56 Allow <oor:items> in .xcd too by Stephan Bergmann · 7 years ago
- 95a5381 Simplify containers iterations in chart2, cli_ure, comphelper, configmgr by Arkadiy Illarionov · 7 years ago
- 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
- 19240f6 loplugin:unusedfields look for classes where we can make all the.. by Noel Grandin · 7 years ago
- 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
- 939d744 Replace uses of rtl/instance.hxx with plain local static vars in configmgr by Stephan Bergmann · 7 years ago
- 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
- dac7be5 o3tl::string_view -> std::string_view (in configmgr) by Stephan Bergmann · 7 years ago
- 97b4ac0 Use indexed getToken() by Matteo Casalin · 7 years ago
- 912666d Fix typo by Andrea Gelmini · 7 years ago
- ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
- 48314f2 improve function-local statics in basic..cui by Noel Grandin · 7 years ago
- 84286ac Simplify and fix Java UNO API test makefiles by Jan-Marek Glogowski · 7 years ago
- 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago