- 9e8d887 address review comments for "Add XWeak constructor..." by Noel Grandin · 4 years, 1 month ago
- 27352b8 Add XWeak constructor and operator= to uno::WeakReference by Noel Grandin · 4 years, 1 month ago
- 1a403f6 WASM set correct path to FS image unorc by Jan-Marek Glogowski · 4 years, 2 months ago
- c367a27 WASM UNO: add a minimal dummy bridge by Thorsten Behrens · 4 years, 6 months ago
- ad5563b WASM setup as non-multiuser, desktop build by Jan-Marek Glogowski · 4 years, 3 months ago
- 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
- 229c312 Adapt comment by Stephan Bergmann · 4 years, 3 months ago
- 745dcdb Drop MSVC special-casing for OWeakObject ctor by Mike Kaganski · 4 years, 3 months ago
- 2529893 loplugin:flatten in canvas..cui by Noel Grandin · 4 years, 4 months ago
- 64589dd use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
- f6e6255 Remove empty docpp doxygen comments around namespaces by Miklos Vajna · 4 years, 4 months ago
- 45d93ea9 Fix clang-cl -Zc:dllexportInlines- build by Stephan Bergmann · 4 years, 4 months ago
- 4c71240 Prepare for removal of non-const operator[] from Sequence in cppuhelper by Mike Kaganski · 4 years, 5 months ago
- fd29369 Simplify vector initialization in cppuhelper by Julien Nabet · 4 years, 6 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- addf0b2 Simplify OTypeCollection ctors by Mike Kaganski · 4 years, 6 months ago
- 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
- c876183 cppuhelper: suppress unhelpful warning C4996 by Michael Stahl · 4 years, 6 months ago
- 7b86c11 loplugin:moveparam in cppuhelper by Noel Grandin · 4 years, 6 months ago
- 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
- e37c97b Warn harder about unknown constructors and factories on iOS in Xcode by Tor Lillqvist · 4 years, 6 months ago
- 47a8a65 use MSVC's /Zc:inline option to reduce binary size by Luboš Luňák · 4 years, 7 months ago
- c7c9f3f use clang-cl's -Zc:dllexportInlines- for clang-cl builds by Luboš Luňák · 4 years, 7 months ago
- 00f257a rtl::Static -> thread-safe static local by Noel Grandin · 4 years, 8 months ago
- 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
- 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
- e0ba91b better to use a std::vector here by Noel Grandin · 4 years, 9 months ago
- e2a3e48 osl::Mutex->std::mutex in Enumeration by Noel Grandin · 4 years, 9 months ago
- bd90d1c osl::Mutex->std::mutex in ContentEnumeration by Noel Grandin · 4 years, 9 months ago
- 5962431 osl::Mutex->std::mutex in PropertySetMixinImpl by Noel Grandin · 4 years, 9 months ago
- 3545caa osl::Mutex->std::mutex in OWeakConnectionPoint by Noel Grandin · 4 years, 9 months ago
- c829149 cppuhelper : use std::mutex and remove useless rtl::Static by Arnaud Versini · 4 years, 10 months 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
- e90a9b67 update pches by Caolán McNamara · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- e3e7bc6 update pches by Caolán McNamara · 5 years ago
- bd0dd25 use std::unordered_map in cppuhelper ServiceManager by Luboš Luňák · 5 years ago
- 3d7103f cppu:OWeakObject zombie debugging by Noel · 5 years ago
- 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
- 2bcb38a update pches by Julien Nabet · 5 years ago
- 1e092b6 update pches by Caolán McNamara · 5 years ago
- 860b2d0 update pches by Caolán McNamara · 5 years ago
- 44d308c loplugin:referencecasting in cppuhelper by Noel · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- 1ac4498 update pches by Caolán McNamara · 5 years ago
- fddcbd5 tdf#123936 Formatting files in module cppu with clang-format by Philipp Hofer · 5 years ago
- de26b26 loplugin:stringview (macOS) by Stephan Bergmann · 5 years ago
- 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
- 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
- 1a1d432 Add single-instance attribute for *.compoonent <implementation>s by Stephan Bergmann · 6 years ago
- 72fd000 update pches by Caolán McNamara · 6 years ago
- e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
- 08cc983 tdf#124176 Use #pragma once in cppu, cppuhelper by George Bateman · 6 years ago
- 0593f35 TabPage no longer needs to inherit from VclBuilderContainer by Caolán McNamara · 6 years ago
- cef50b5 move Edit into toolkit only headers by Caolán McNamara · 6 years ago
- 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
- 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
- c9a0cbc Fix typos by Andrea Gelmini · 6 years ago
- e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
- 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
- 986bd8b -Werror,-Wuninitialized (apparently new in Clang 12 trunk) by Stephan Bergmann · 6 years ago
- e2bd5af Make the C++/UNO bridge work to some extent on macOS on arm64 by Tor Lillqvist · 6 years ago
- 24d94f9a Use the lo_mobile_throwException() thing on macOS on arm64 for now by Tor Lillqvist · 6 years ago
- 37587df Remove no longer relevant assert by Stephan Bergmann · 6 years ago
- b050b7e update pches by Caolán McNamara · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- c1e157b tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by nienzu · 6 years ago
- 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
- 9a0faf0 use for-range on Sequence in cppuhelper,cui by Noel Grandin · 6 years ago
- 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
- 23dad0a loplugin:flatten in cppuhelper by Noel Grandin · 6 years ago
- 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
- 8305d28 Fix typo by Andrea Gelmini · 6 years ago
- cd6b32e tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridges by Michael Weghorn · 6 years ago
- f2f8a2e android: Actually let's avoid the exceptions via bridges only on aarch4. by Jan Holesovsky · 6 years ago
- 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
- aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
- de60c73 simplify InterfaceContainerHelper::clear by Noel Grandin · 6 years ago
- e5cfe9c loplugin:makeshared in connectivity..cppuhelper by Noel Grandin · 6 years ago
- ec94926 Use std::vector in OInterfaceContainerHelper instead of Sequence by Noel Grandin · 6 years ago
- 2b8cf73 improve "convert OSL_ASSERT to assert" by Noel Grandin · 6 years ago
- 3a0c457 convert OSL_ASSERT to assert by Noel Grandin · 6 years ago
- 248ddbc clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper by Noel Grandin · 6 years ago
- 35fbf454 Remove unused prefix="direct" feature by Stephan Bergmann · 6 years ago
- 175a206 use more std::make_shared by Noel Grandin · 6 years ago
- c97965e Merge ImplementationInfo back into Implementation by Stephan Bergmann · 6 years ago
- fc11bce ImplementationInfo can be inlined by Noel Grandin · 6 years ago
- 685c964 sal_Char->char in cppcanvas..cui by Noel Grandin · 6 years ago
- 7eb5b4a Fix typo by Andrea Gelmini · 6 years ago
- eb15ac8 android: Avoid throwing exceptions through the bridges. by Jan Holesovsky · 6 years ago
- f656547 remove some useless comment lines by Noel Grandin · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- d4381cd preload: cleanup failed module load warnings and rename them. by Michael Meeks · 6 years ago
- 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
- 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
- b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
- 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
- 82572ca improve and enable loplugin:fragiledestructor by Noel Grandin · 7 years ago