summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* Fix type of cppuhelper::TypeManager::getInterfaceMember separator paramStephan Bergmann2022-06-022-3/+5
* clang-tidy modernize-pass-by-value in cppuhelperNoel Grandin2022-06-027-78/+80
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-092-11/+11
* osl::Mutex->std::mutex in cppuhelper::ServiceManagerNoel Grandin2022-05-092-8/+8
* Remove duplicated includesAndrea Gelmini2022-05-061-1/+0
* use more o3tl::getTokenNoel Grandin2022-05-052-1/+2
* use more string_viewNoel Grandin2022-05-052-7/+8
* Just use Any ctor instead of makeAny in cppuhelperStephan Bergmann2022-05-042-56/+56
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-04-261-1/+2
* revert unnecessary changeNoel Grandin2022-04-261-3/+3
* Drop obsolete workaround for LanguageTool 1.7Gabor Kelemen2022-04-261-18/+0
* fix master after string_view patches..Noel Grandin2022-04-221-2/+2
* use more string_view in cppuhelperNoel Grandin2022-04-227-44/+47
* address review comments on "use more string in unoidl.."Noel Grandin2022-04-222-3/+3
* android: Use fake exceptions on all architecturesMichael Weghorn2022-04-211-4/+2
* use more string_view in unoidl,codemakerNoel Grandin2022-04-212-3/+3
* use more string_view in cppuNoel Grandin2022-04-132-5/+5
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-134-6/+8
* -Werror,-Wstrict-prototypes (clang-cl)Stephan Bergmann2022-04-111-1/+1
* -Werror,-Wstrict-prototypesStephan Bergmann2022-04-101-1/+1
* Simplify a static array iterationMike Kaganski2022-03-181-25/+20
* address review comments for "Add XWeak constructor..."Noel Grandin2022-02-282-20/+9
* Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin2022-02-222-0/+53
* WASM set correct path to FS image unorcJan-Marek Glogowski2022-01-281-1/+1
* WASM UNO: add a minimal dummy bridgeThorsten Behrens2022-01-192-7/+14
* WASM setup as non-multiuser, desktop buildJan-Marek Glogowski2022-01-191-0/+2
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-131-1/+0
* Adapt commentStephan Bergmann2022-01-131-7/+2
* Drop MSVC special-casing for OWeakObject ctorMike Kaganski2022-01-041-10/+0
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-211-31/+32
* use more cppu::BaseMutexNoel Grandin2021-12-191-17/+11
* Remove empty docpp doxygen comments around namespacesMiklos Vajna2021-12-171-2/+0
* Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann2021-12-021-1/+1
* Prepare for removal of non-const operator[] from Sequence in cppuhelperMike Kaganski2021-10-294-41/+69
* Simplify vector initialization in cppuhelperJulien Nabet2021-10-151-8/+7
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-1/+1
* Simplify OTypeCollection ctorsMike Kaganski2021-10-151-198/+122
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-141-1/+1
* cppuhelper: suppress unhelpful warning C4996Michael Stahl2021-10-111-0/+9
* loplugin:moveparam in cppuhelperNoel Grandin2021-10-112-7/+7
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-1/+2
* Warn harder about unknown constructors and factories on iOS in XcodeTor Lillqvist2021-09-282-0/+18
* use MSVC's /Zc:inline option to reduce binary sizeLuboš Luňák2021-09-201-2/+2
* use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák2021-09-201-0/+2
* rtl::Static -> thread-safe static localNoel Grandin2021-08-151-16/+5
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-034-10/+10
* convert #defines to OUStringLiteralNoel Grandin2021-08-022-6/+6
* better to use a std::vector hereNoel Grandin2021-07-181-1/+1
* osl::Mutex->std::mutex in EnumerationNoel Grandin2021-07-181-2/+3
* osl::Mutex->std::mutex in ContentEnumerationNoel Grandin2021-07-181-3/+4