summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/Gabor Kelemen2024-03-291-1/+0
* Use less boost_headers in low level librariesGabor Kelemen2024-03-065-10/+0
* Abort if type information is missing when creating sequencesStephan Bergmann2024-02-231-0/+16
* cppumaker: Work around problematic constant named "auto"Stephan Bergmann2024-01-192-0/+5
* cid#1546503 Using invalid iteratorCaolán McNamara2023-12-031-1/+1
* c++20: use std::erase instead of std::removed followed by erase (part 2)Julien Nabet2023-11-182-3/+2
* cid#1546008 silence Using invalid iteratorCaolán McNamara2023-09-281-1/+1
* loplugin:stringadd in c*Noel Grandin2023-03-242-34/+29
* Introduce css.reflection.Dump singletonStephan Bergmann2023-03-221-32/+0
* Add a to_string() function to the code generated for UNO IDL constant groupsTor Lillqvist2023-03-172-0/+86
* Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen2023-02-152-4/+2
* Remove support for AIXStephan Bergmann2023-01-272-20/+0
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-111-1/+1
* Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann2022-08-101-2/+2
* elide some makeStringAndClear() callsNoel Grandin2022-07-211-4/+8
* Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann2022-06-132-11/+0
* No need to call resume() on all already running threadStephan Bergmann2022-06-011-1/+0
* New o3tl::intcmp.hxxStephan Bergmann2022-05-291-71/+99
* [API CHANGE] Deprecate unused typelib_setCacheSize and make it a no-opStephan Bergmann2022-05-291-20/+5
* Extend '-Werror=attributes' workaround to GCC versions < 12.1Michael Weghorn2022-05-231-2/+2
* Work around bogus -Werror=attributes with old GCCStephan Bergmann2022-05-181-0/+7
* Replace OFFSET_OF macro with a function templateStephan Bergmann2022-05-181-35/+37
* clang-tidy modernize-pass-by-value in cppuNoel Grandin2022-05-179-30/+36
* osl::Mutex->std::mutex in cppu::MappingsDataNoel Grandin2022-05-091-4/+4
* Just use Any ctor instead of makeAny in cppuStephan Bergmann2022-05-042-6/+6
* Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann2022-04-292-0/+25
* use more string_view in cppuNoel Grandin2022-04-211-5/+5
* Simplify equality comparison among the various UNOIDL integer typesStephan Bergmann2022-04-141-57/+71
* use more string_view in cppuNoel Grandin2022-04-132-4/+4
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-132-12/+14
* use more subView when converting to Int32Noel Grandin2022-04-091-2/+3
* WASM UNO: add a minimal dummy bridgeThorsten Behrens2022-01-191-0/+1
* Fix buildStephan Bergmann2022-01-132-0/+2
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-134-3/+5
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-212-216/+216
* Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann2021-12-022-2/+2
* BaseList doesn't need set member after the constructor is doneNoel Grandin2021-11-091-4/+6
* rtl::Static to thread-safe staticNoel Grandin2021-11-093-39/+50
* d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski2021-10-261-7/+4
* d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit testMike Kaganski2021-10-261-0/+7
* Make sure that self-assign test checks typesMike Kaganski2021-10-261-1/+1
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-12/+9
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* drop 'using namespace std' in cppuJulien Nabet2021-10-032-7/+5
* use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák2021-09-202-0/+4
* clang:optin.performance.Padding in cppuNoel Grandin2021-09-103-5/+5
* Elide class makeOIdPartStephan Bergmann2021-08-311-16/+7
* rtl::Static -> thread-safe static localNoel Grandin2021-08-152-17/+4
* return a reference instead of a pointerCaolán McNamara2021-08-063-55/+47
* cid#1489779 Uninitialized pointer fieldCaolán McNamara2021-08-061-3/+6