Age | Commit message (Expand) | Author |
2021-09-20 | use MSVC's /Zc:inline option to reduce binary size | Luboš Luňák |
2021-09-20 | use clang-cl's -Zc:dllexportInlines- for clang-cl builds | Luboš Luňák |
2021-08-15 | rtl::Static -> thread-safe static local | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-18 | better to use a std::vector here | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in Enumeration | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in ContentEnumeration | Noel Grandin |
2021-07-17 | osl::Mutex->std::mutex in PropertySetMixinImpl | Noel Grandin |
2021-07-17 | osl::Mutex->std::mutex in OWeakConnectionPoint | Noel Grandin |
2021-07-14 | cppuhelper : use std::mutex and remove useless rtl::Static | Arnaud Versini |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-06 | update pches | Caolán McNamara |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-12 | use std::unordered_map in cppuhelper ServiceManager | Luboš Luňák |
2021-03-11 | cppu:OWeakObject zombie debugging | Noel |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-06 | update pches | Julien Nabet |
2021-03-03 | update pches | Caolán McNamara |
2021-02-19 | update pches | Caolán McNamara |
2021-02-17 | loplugin:referencecasting in cppuhelper | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
2020-11-13 | tdf#123936 Formatting files in module cppu with clang-format | Philipp Hofer |
2020-11-12 | loplugin:stringview (macOS) | Stephan Bergmann |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-10-01 | Add single-instance attribute for *.compoonent <implementation>s | Stephan Bergmann |
2020-09-21 | update pches | Caolán McNamara |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-13 | tdf#124176 Use #pragma once in cppu, cppuhelper | George Bateman |
2020-09-04 | TabPage no longer needs to inherit from VclBuilderContainer | Caolán McNamara |
2020-09-02 | move Edit into toolkit only headers | Caolán McNamara |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-27 | remove some unused includes and update pches | Caolán McNamara |
2020-08-19 | Fix typos | Andrea Gelmini |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-12 | SvTreeListBox can move into toolkit headers now | Caolán McNamara |
2020-08-12 | -Werror,-Wuninitialized (apparently new in Clang 12 trunk) | Stephan Bergmann |
2020-08-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist |
2020-08-07 | Use the lo_mobile_throwException() thing on macOS on arm64 for now | Tor Lillqvist |
2020-07-23 | Remove no longer relevant assert | Stephan Bergmann |
2020-07-12 | update pches | Caolán McNamara |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-06-05 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | nienzu |
2020-06-03 | loplugin:simplifypointertobool improve | Noel Grandin |
2020-05-20 | use for-range on Sequence in cppuhelper,cui | Noel Grandin |