Age | Commit message (Expand) | Author |
2020-05-24 | inline some use-once typedefs | Noel Grandin |
2020-05-18 | use for-range on Sequence in cli_ure..connectivity | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-05-06 | "resolved" is a better name than "isResolved" here | Stephan Bergmann |
2020-05-06 | Remove support for "module" layers | Stephan Bergmann |
2020-02-06 | GenericCommands: fix Fontwork tooltips | Justin Luth |
2020-02-04 | std::set<T*> -> o3tl::sorted_vector | Noel Grandin |
2020-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
2020-01-29 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Canberk TURAN |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |
2020-01-25 | tdf#124176: Use pragma once instead of include guard | Efdal İncesu |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in codemaker..configmgr | Noel Grandin |
2020-01-10 | use more std::make_shared | Noel Grandin |
2020-01-02 | Revert "no need to use shared_ptr here" | Noel Grandin |
2019-12-30 | Clean up newly unused includes | Stephan Bergmann |
2019-12-24 | no need to use shared_ptr here | Noel Grandin |
2019-11-12 | use std::move when popping stuff off stacks | Noel Grandin |
2019-10-23 | loplugin:stringadd (clang-cl) | Stephan Bergmann |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-06 | convert equals() to operator== in xmlreader::Span | Noel Grandin |
2019-09-27 | Add conversion from rtl::OStringNumber to std::string_view | Stephan Bergmann |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-08-27 | loplugin:referencecasting find more redundant static_cast | Noel Grandin |
2019-08-16 | Related tdf#90429: Don't erroneously pop unrelated path segments | Stephan Bergmann |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): configmgr | Stephan Bergmann |
2019-07-17 | tdf#42949 Fix IWYU warnings in configmgr/* | Gabor Kelemen |
2019-06-14 | loplugin:logexceptionnicely in configmgr..connectivity | Noel Grandin |
2019-06-12 | configmgr: support changing locale language | Ashod Nakashian |
2019-06-10 | Use hasElements to check Sequence emptiness in chart2..connectivity | Arkadiy Illarionov |
2019-05-13 | configmgr: workaround GCC9 -Werror=sign-compare in static_assert | Michael Stahl |
2019-05-12 | regenerate PCH headers | Luboš Luňák |
2019-05-10 | an uno -> a uno | Caolán McNamara |
2019-05-10 | Remove dead test code | Stephan Bergmann |
2019-05-09 | regenerate PCH headers for the 4 new levels | Luboš Luňák |
2019-04-19 | optimise find/insert pattern | Noel Grandin |
2019-04-12 | Allow <oor:items> in .xcd too | Stephan Bergmann |
2019-03-12 | Simplify containers iterations in chart2, cli_ure, comphelper, configmgr | Arkadiy Illarionov |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-02-27 | loplugin:unusedfields look for classes where we can make all the.. | Noel Grandin |
2019-02-19 | Some uses of C++17 class template argument deduction | Stephan Bergmann |
2019-01-16 | Replace uses of rtl/instance.hxx with plain local static vars in configmgr | Stephan Bergmann |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-10 | o3tl::string_view -> std::string_view (in configmgr) | Stephan Bergmann |
2018-12-28 | Use indexed getToken() | Matteo Casalin |
2018-12-28 | Fix typo | Andrea Gelmini |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |