Age | Commit message (Expand) | Author | Files | Lines |
2025-01-17 | cid#1555986 Check of thread-shared field evades lock acquisition | Caolán McNamara | 1 | -9/+5 |
2024-09-05 | tsan: data race | Noel Grandin | 1 | -1/+2 |
2024-03-29 | tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/ | Gabor Kelemen | 1 | -1/+0 |
2022-02-28 | address review comments for "Add XWeak constructor..." | Noel Grandin | 1 | -19/+8 |
2022-02-22 | Add XWeak constructor and operator= to uno::WeakReference | Noel Grandin | 1 | -0/+46 |
2022-01-04 | Drop MSVC special-casing for OWeakObject ctor | Mike Kaganski | 1 | -10/+0 |
2021-12-17 | Remove empty docpp doxygen comments around namespaces | Miklos Vajna | 1 | -2/+0 |
2021-07-17 | osl::Mutex->std::mutex in OWeakConnectionPoint | Noel Grandin | 1 | -24/+23 |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann | 1 | -12/+12 |
2021-03-11 | cppu:OWeakObject zombie debugging | Noel | 1 | -0/+9 |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper | Noel Grandin | 1 | -13/+1 |
2019-09-19 | improve and enable loplugin:fragiledestructor | Noel Grandin | 1 | -1/+1 |
2019-03-03 | Simplify containers iterations in cppcanvas, cppu, cppuhelper | Arkadiy Illarionov | 1 | -6/+6 |
2019-02-14 | tdf#42949 Fix IWYU warnings in cppuhelper/ | Gabor Kelemen | 1 | -2/+4 |
2018-11-21 | improve function-local statics in basic..cui | Noel Grandin | 1 | -3/+1 |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann | 1 | -1/+1 |
2018-07-16 | Add missing sal/log.hxx headers | Gabor Kelemen | 1 | -0/+1 |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin | 1 | -2/+2 |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin | 1 | -1/+1 |
2017-06-06 | add COVERITY_NOEXCEPT_FALSE | Caolán McNamara | 1 | -1/+1 |
2017-05-31 | Remove some unnecessary scaffolding around SAL_WARN calls | Stephan Bergmann | 1 | -1/+0 |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin | 1 | -4/+2 |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock | 1 | -5/+5 |
2017-05-07 | tdf#43157: convert cppuhelper and io from OSL_ASSERT to assert | Chris Sherlock | 1 | -5/+5 |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann | 1 | -19/+14 |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, cppuhelper | Stephan Bergmann | 1 | -0/+2 |
2016-10-16 | clang-cl loplugin: cppuhelper | Stephan Bergmann | 1 | -1/+1 |
2016-09-19 | cid#1371142: Move semantics for css::uno::WeakReferenceHelper | Stephan Bergmann | 1 | -0/+10 |
2016-07-04 | Fix some spelling errors in comments and strings | Otto Kekäläinen | 1 | -1/+1 |
2016-06-17 | cppuhelper: fix use-after-free race in OWeakConnectionPoint | Michael Stahl | 1 | -0/+3 |
2016-06-17 | cppuhelper: WeakReference isn't thread-safe | Michael Stahl | 1 | -7/+4 |
2016-05-24 | optimise references list handling in OWeakConnectionPoint some more | Noel Grandin | 1 | -7/+17 |
2016-05-18 | add some spaces to make it easier to read | Markus Mohrhard | 1 | -9/+12 |
2016-05-16 | optimise references list handling in OWeakConnectionPoint | Noel Grandin | 1 | -7/+17 |
2016-04-08 | tdf#94306 replace boost::noncopyable in cppuhelper | Jochen Nitschke | 1 | -4/+11 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 1 | -2/+0 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 1 | -6/+6 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 1 | -10/+10 |
2015-10-05 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -2/+2 |
2015-09-30 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-29 | com::sun::star-css in cppu,cppuhelper | Noel Grandin | 1 | -18/+18 |
2015-06-09 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -2/+2 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -4/+4 |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl | 1 | -0/+1 |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini | 1 | -1/+1 |
2014-09-17 | cppu and cppuhelper: loplugin: cstylecast | Noel Grandin | 1 | -1/+1 |
2014-06-05 | cppuhelper: remove SAL_THROW macro | Noel Grandin | 1 | -16/+15 |
2014-06-04 | cppuhelper: fix includes | Thomas Arnhold | 1 | -1/+1 |
2014-04-03 | Remove unused copy ctor (and use boost::noncopyable) | Stephan Bergmann | 1 | -26/+5 |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | 1 | -10/+10 |