- 50291c2e Consistently use __EMSCRIPTEN__ instead of EMSCRIPTEN macro by Stephan Bergmann · 5 days ago
- c47425e Demote the published ABI: Drop version scripts by Stephan Bergmann · 6 days ago
- 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- a20e752 Sanity check all IwyuFilter files by Gabor Kelemen · 6 months ago
- c1cb327 bin/find-unneeded-includes: add exception for URE headers as well by Gabor Kelemen · 7 months ago
- 9e86101 cppuhelper: add 'm_' prefix to OComponentHelper class members by Henry Castro · 8 months ago
- 953a415 tdf#146619 Run IWYU on cppu/ cppuhelper/ cpputools/ by Gabor Kelemen · 8 months ago
- b85184f cppuhelper: Prefix ContextEntry_Init struct members with 'm_' by Henry Castro · 8 months ago
- 3a4961a Use o3tl::{get,set}Environment instead of resp. osl_* functions by Mike Kaganski · 9 months ago
- 1b05e253 cppuhelper: add m_ prefix to OInterfaceIteratorHelper4 for member variable by Henry Castro · 10 months ago
- 887804d New Clang 21 trunk -Werror,-Wunnecessary-virtual-specifier by Stephan Bergmann · 11 months ago
- 4e1b2f1 cppuhelper: prefix 'm_' members of the class OFactoryComponentHelper by Henry Castro · 1 year ago
- 269b588 Use osl_getEnvironment instead of getenv by Mike Kaganski · 1 year ago
- 0166610 Use osl_getEnvironment instead of getenv by Mike Kaganski · 1 year ago
- c2ffb93 Deduplicate getTypeEntries in cppuhelper by Mike Kaganski · 1 year, 2 months ago
- 7a283ee Resolves: tdf#165295 partial cid#1555986 lock acquisition evasion revert by Caolán McNamara · 1 year, 2 months ago
- a1a3fd9 cid#1555986 Check of thread-shared field evades lock acquisition by Caolán McNamara · 1 year, 5 months ago
- bf7ac07 tdf#158237: Use C++20 contains() instead of find() and end() by Johann · 1 year, 4 months ago
- 2ef6b7f Drop some OTypeCollection uses by Mike Kaganski · 1 year, 4 months ago
- 6c5355d Fix Linux cppuhelper_detail_findSofficePath by Stephan Bergmann · 1 year, 5 months ago
- 3f691b4 loplugin:reftotemp in cppcanvas..cui by Noel Grandin · 1 year, 5 months ago
- 92f5913 cid#1556442 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
- ad686b2 No need to use SAL_THROW_EXTERN_C macro in CXX by Mike Kaganski · 1 year, 5 months ago
- 0c6e268 cid#1556875 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
- 6f1508f cid#1555767 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
- 2bafc73 cid#1545605 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 6 months ago
- d203201 tdf#163486: PVS: recurring check by Xisco Fauli · 1 year, 6 months ago
- 037efad cid#1607024 silence Overflowed constant by Caolán McNamara · 1 year, 6 months ago
- f8deb64 throw more useful exception from OPropertySetHelper::getPropertyValue by Noel Grandin · 1 year, 7 months ago
- 6ebe316 tsan: data race by Noel Grandin · 1 year, 7 months ago
- d7056b1 cid#1558088 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
- 329e913 cid#1556624 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
- 875997c Properly implement cppu::throwException for Emscripten by Stephan Bergmann · 1 year, 9 months ago
- e5aa87a drop requirement for rtl_random_getBytes to have "Pool" arg by Caolán McNamara · 1 year, 11 months ago
- 5edaca5 use boost::small_vector in cppuhelper by Noel Grandin · 1 year, 11 months ago
- e8fdc8a elide some OUString temporaries by Noel Grandin · 1 year, 11 months ago
- 6104316 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 2 years ago
- 00e2762 Drop uses of css::uno::Sequence::getConstArray in cppuhelper .. cui by Mike Kaganski · 2 years ago
- 6072871 loplugin:ostr in cppu,cppuhelper by Noel Grandin · 2 years ago
- b6f5472 tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/ by Gabor Kelemen · 2 years ago
- 07ead05 unlock mutex around lok_preload_hook by Noel Grandin · 2 years, 1 month ago
- ca1c8b4 we don't need the reg or store libraries for fuzzing by Caolán McNamara · 2 years, 2 months ago
- 0fa827d Drop std::as_const from css::uno::Sequence iterations by Mike Kaganski · 2 years, 2 months ago
- 5f9da6e improve loplugin:cow_wrapper by Noel Grandin · 2 years, 3 months ago
- 283aa10 cid#1545177 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
- 15b8664 Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: cppuhelper by Stephan Bergmann · 2 years, 6 months ago
- e0c33ec loplugin:ostr: automatic rewrite by Stephan Bergmann · 2 years, 6 months ago
- d282d73 cid#1537991 Unchecked return value by Caolán McNamara · 2 years, 6 months ago
- 81e815e tdf#153109 Use any_of instead of loop to check a range by Paris Oplopoios · 2 years, 10 months ago
- 89e0a3e use WeakComponentImplHelper2 in Bootstrap_MacroExpander by Noel Grandin · 2 years, 11 months ago
- 8809b57 use WeakComponentImplHelper2 in ServiceManager by Noel Grandin · 2 years, 11 months ago
- 94aba92 use WeakComponentImplHelper2 in TypeManager by Noel Grandin · 2 years, 11 months ago
- 00f8f75 copy some comphelper code down into cppuhelper by Noel Grandin · 3 years ago
- 4c288a1 fix o3tl::equalsAsciiL by Noel Grandin · 3 years ago
- dd41ea3 fix for o3tl::equalsAscii by Noel Grandin · 3 years ago
- 637ccee loplugin:stringadd in c* by Noel Grandin · 3 years ago
- 27f9a9c OUString::match -> OUString::startsWith by Stephan Bergmann · 3 years, 1 month ago
- feb8b04 rhbz#2171265 Filter out all non *.rdb files by Stephan Bergmann · 3 years, 1 month ago
- 048d01f cppuhelper : use BaseMutex instead of OFactoryComponentHelper_Mutex by Arnaud VERSINI · 3 years, 1 month ago
- d4822aa cppuhelper : use constexpr OUStringLiteral instead of a function by Arnaud VERSINI · 3 years, 1 month ago
- 55b5346 OFactoryComponentHelper's XAggregation is apparently unused by Stephan Bergmann · 3 years, 3 months ago
- e001703 Merge OSingleFactoryHelper into OFactoryComponentHelper by Stephan Bergmann · 3 years, 3 months ago
- c945eaf Don't let OSingleFactoryHelper delegate to derived classes' virtual overrides by Stephan Bergmann · 3 years, 3 months ago
- ca3ba86 Fix aggregating OFactoryComponentHelper::queryInterface by Stephan Bergmann · 3 years, 3 months ago
- 555f433 use std::this_thread::sleep_for instead of osl equivalent by Arnaud VERSINI · 3 years, 5 months ago
- b15eb16 tdf#152380: add checks for names and values sequences length equality by Mike Kaganski · 3 years, 4 months ago
- 9c6fa5f Replace some uses of static_type with UnoType by Stephan Bergmann · 3 years, 4 months ago
- 5687eba Drop obsolete preprocessor directives from UNOIDL files by Stephan Bergmann · 3 years, 10 months ago
- e3b48ed Fix type of cppuhelper::TypeManager::getInterfaceMember separator param by Stephan Bergmann · 3 years, 10 months ago
- d16122e clang-tidy modernize-pass-by-value in cppuhelper by Noel Grandin · 3 years, 10 months ago
- 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
- 9277faf osl::Mutex->std::mutex in cppuhelper::ServiceManager by Noel Grandin · 4 years ago
- 11f0cb0 Remove duplicated includes by Andrea Gelmini · 4 years ago
- 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
- d15a656 use more string_view by Noel Grandin · 4 years ago
- 7ba88f7 Just use Any ctor instead of makeAny in cppuhelper by Stephan Bergmann · 4 years ago
- bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
- c0ec38f revert unnecessary change by Noel Grandin · 4 years ago
- ffcd599 Drop obsolete workaround for LanguageTool 1.7 by Gabor Kelemen · 4 years ago
- c2092e4 fix master after string_view patches.. by Noel Grandin · 4 years ago
- 25ada1e use more string_view in cppuhelper by Noel Grandin · 4 years ago
- 9820f11 address review comments on "use more string in unoidl.." by Noel Grandin · 4 years ago
- a03d7b1 android: Use fake exceptions on all architectures by Michael Weghorn · 4 years ago
- 2d9291b use more string_view in unoidl,codemaker by Noel Grandin · 4 years ago
- a5343a8 use more string_view in cppu by Noel Grandin · 4 years ago
- fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
- de46531 -Werror,-Wstrict-prototypes (clang-cl) by Stephan Bergmann · 4 years ago
- 7230371 -Werror,-Wstrict-prototypes by Stephan Bergmann · 4 years ago
- 21b17ba Simplify a static array iteration by Mike Kaganski · 4 years, 1 month ago
- 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