summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
...
* "resolved" is a better name than "isResolved" hereStephan Bergmann2020-05-061-3/+3
* Remove support for "module" layersStephan Bergmann2020-05-062-9/+0
* GenericCommands: fix Fontwork tooltipsJustin Luth2020-02-061-1/+1
* std::set<T*> -> o3tl::sorted_vectorNoel Grandin2020-02-041-1/+2
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-1/+2
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorCanberk TURAN2020-01-291-4/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-282-12/+13
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-1/+1
* tdf#124176: Use pragma once instead of include guardEfdal İncesu2020-01-251-4/+1
* clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin2020-01-158-21/+17
* use more std::make_sharedNoel Grandin2020-01-101-1/+1
* Revert "no need to use shared_ptr here"Noel Grandin2020-01-0215-85/+105
* Clean up newly unused includesStephan Bergmann2019-12-305-5/+0
* no need to use shared_ptr hereNoel Grandin2019-12-2415-105/+85
* use std::move when popping stuff off stacksNoel Grandin2019-11-121-1/+1
* loplugin:stringadd (clang-cl)Stephan Bergmann2019-10-231-2/+2
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-214-6/+7
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-4/+3
* new loplugin:bufferaddNoel Grandin2019-10-151-4/+1
* convert equals() to operator== in xmlreader::SpanNoel Grandin2019-10-065-126/+99
* Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann2019-09-271-5/+5
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-5/+5
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-271-1/+1
* Related tdf#90429: Don't erroneously pop unrelated path segmentsStephan Bergmann2019-08-161-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): configmgrStephan Bergmann2019-07-319-9/+9
* tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen2019-07-1750-133/+29
* loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin2019-06-143-15/+18
* configmgr: support changing locale languageAshod Nakashian2019-06-121-0/+9
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-102-2/+2
* configmgr: workaround GCC9 -Werror=sign-compare in static_assertMichael Stahl2019-05-131-9/+9
* regenerate PCH headersLuboš Luňák2019-05-121-2/+2
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* Remove dead test codeStephan Bergmann2019-05-101-185/+0
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-5/+11
* optimise find/insert patternNoel Grandin2019-04-191-12/+6
* Allow <oor:items> in .xcd tooStephan Bergmann2019-04-121-1/+1
* Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov2019-03-121-26/+14
* re-land "new loplugin typedefparam""Noel Grandin2019-03-053-3/+3
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-1/+1
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-194-7/+7
* Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann2019-01-161-10/+2
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann2019-01-102-14/+15
* Use indexed getToken()Matteo Casalin2018-12-281-2/+2
* Fix typoAndrea Gelmini2018-12-281-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-088-11/+11
* improve function-local statics in basic..cuiNoel Grandin2018-11-211-3/+1
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-091-18/+1
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-10/+10