Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract3753
/
cppuhelper
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
9e0b342
loplugin:referencecasting find more redundant static_cast
by Noel Grandin
· 7 years ago
8efd46e
loplugin:constvars in cppuhelper..desktop
by Noel Grandin
· 7 years ago
b1d8262
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
by Julien Nabet
· 7 years ago
0d7efa7
Optimize cppu::supportsService to use const methods of Sequence
by Mike Kaganski
· 7 years ago
c64e9ee
Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelper
by Stephan Bergmann
· 7 years ago
0d36b32
loplugin:sequentialassign
by Noel Grandin
· 7 years ago
e6d23c1
loplugin:referencecasting in cppcanvas..cui
by Noel Grandin
· 7 years ago
3148b50
Resort pProperties when really needed (cppuhelper)
by Julien Nabet
· 7 years ago
2ed3d69
Use hasElements to check Sequence emptiness in cppcanvas..desktop
by Arkadiy Illarionov
· 7 years ago
c18e2ea
New loplugin:data
by Stephan Bergmann
· 7 years ago
e2fcb27
regenerate PCH headers
by Luboš Luňák
· 7 years ago
c6350b3
regenerate PCH headers for the 4 new levels
by Luboš Luňák
· 7 years ago
bf298e9
Fix typo
by Andrea Gelmini
· 7 years ago
799aef2
preload: cleanup disabled messages and simplify flow.
by Michael Meeks
· 7 years ago
9bc50c7
preload: add the ability to disable various components.
by Michael Meeks
· 7 years ago
04cf6de0
tdf#120703 PVS: remove redundant static casts
by Mike Kaganski
· 7 years ago
191f85d
re-land "new loplugin typedefparam""
by Noel Grandin
· 7 years ago
c9bb483
Revert "new loplugin typedefparam"
by Noel Grandin
· 7 years ago
9865440
new loplugin typedefparam
by Noel Grandin
· 7 years ago
5af9e26
Simplify containers iterations in cppcanvas, cppu, cppuhelper
by Arkadiy Illarionov
· 7 years ago
5206992
Some uses of C++17 class template argument deduction
by Stephan Bergmann
· 7 years ago
7bad595
tdf#42949 Fix IWYU warnings in cppuhelper/
by Gabor Kelemen
· 7 years ago
a58f6d2
loplugin:indentation in cppu..cui
by Noel Grandin
· 7 years ago
83e7d9e
Do not use indexed getToken for a single call
by Matteo Casalin
· 7 years ago
410bf59
kde5: remove older kde/tde plugins, and references to that
by Thorsten Behrens
· 8 years ago
ab9b67b
Remove obsolete SAL_FALLTHROUGH completely
by Stephan Bergmann
· 7 years ago
48314f2
improve function-local statics in basic..cui
by Noel Grandin
· 7 years ago
18f9abf
cppCheck narrowed variableScope rEntry
by Zdibák Zoltán
· 7 years ago
afbfe42
clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2
by Tamás Zolnai
· 7 years ago
e128f78
replace double-checked locking patterns with thread safe local statics
by Mike Kaganski
· 7 years ago
dc18587
tdf#120703 (PVS): V519 The variable is assigned values twice successively
by Mike Kaganski
· 7 years ago
6f50961
remove more rtl::OUString and OString prefixes
by Noel Grandin
· 7 years ago
e5e0cc6
pvs-studio: V794 The assignment operator should be protected
by Caolán McNamara
· 7 years ago
bb480f7
loplugin:staticvar in cppuhelper..desktop
by Noel Grandin
· 7 years ago
ccb2a1f
clang-tidy readability-redundant-smartptr-get
by Noel Grandin
· 7 years ago
7ceee0f
Extend loplugin:redundantinline to catch inline functions w/o external linkage
by Stephan Bergmann
· 7 years ago
39f563c
loplugin:useuniqueptr in ComponentContext
by Noel Grandin
· 8 years ago
206b5b2
New loplugin:external
by Stephan Bergmann
· 8 years ago
7d6be61
Re-think cppu::throwException() and the C++/UNO bridge on iOS
by Tor Lillqvist
· 8 years ago
cc7280e
tdf#42949 Fix IWYU warnings in include/cppuhelper/*
by Gabor Kelemen
· 8 years ago
37f9fdc
replace rtl_allocateMemory with std::malloc
by Noel Grandin
· 8 years ago
b57ed76
Fix typo in code
by Andrea Gelmini
· 8 years ago
ff0d1b1
Fix typos
by Andrea Gelmini
· 8 years ago
8f482ea
No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheck
by Stephan Bergmann
· 8 years ago
10179c3
Remove unnecessary test dependency
by Stephan Bergmann
· 8 years ago
654bd1a
No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheck
by Stephan Bergmann
· 8 years ago
6ddecf6
fillUnoException not working on std::rethrow_exception exceptions
by Caolán McNamara
· 8 years ago
c9697dc
replace double checked locking patterns
by Jochen Nitschke
· 8 years ago
5a8389c
Fix typos
by Andrea Gelmini
· 8 years ago
dfaa7d4
Add missing sal/log.hxx headers
by Gabor Kelemen
· 8 years ago
5437eb1
tdf#96099 Remove trivial std::map typedefs in [cd]*
by Arkadiy Illarionov
· 8 years ago
e93c366
cppuhelper : use rtl::isAlphaNumeric instead of recreate the method.
by Arnaud Versini
· 8 years ago
17c936b
loplugin:unusedfields-in-constructor in various
by Noel Grandin
· 8 years ago
3a51dae
Improve re-throwing of UNO exceptions
by Noel Grandin
· 8 years ago
08ab1f4
loplugin:oncevar extend to tools/gen.hxx types
by Noel Grandin
· 8 years ago
720759a
Pre-load key UNO mappings.
by Michael Meeks
· 8 years ago
f215096
lok: allow libraries to pre-init themselves.
by Michael Meeks
· 8 years ago
b23e4d2
cppuhelper: MSVC: pragma warning: make more specific, remove obsolete
by Mike Kaganski
· 8 years ago
697f01e
SAL_W32 is just an alias for _WIN32
by Stephan Bergmann
· 8 years ago
970b768
Fix typos
by Andrea Gelmini
· 8 years ago
2fa1c89
More loplugin:cstylecast: cppuhelper
by Stephan Bergmann
· 8 years ago
71a6caf
More loplugin:cstylecast: cppuhelper
by Stephan Bergmann
· 8 years ago
7f063b7
Revert "Print the important failure messages on iOS even in a non-debug build"
by Stephan Bergmann
· 8 years ago
2ac1298
Log just one line in cppuhelper::ServiceManager::preloadImplementations()
by Tor Lillqvist
· 8 years ago
29e7b95e
Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()
by Tor Lillqvist
· 8 years ago
4a114d6
Bin superfluous using declarations
by Tor Lillqvist
· 8 years ago
35ec045
Don't try to preload the KDE4 shell backend as that crashes
by Tor Lillqvist
· 8 years ago
f9f830a
Simplify logging in cppuhelper::ServiceManager::preloadImplementations()
by Tor Lillqvist
· 8 years ago
2a1fb44
loplugin:passstuffbyref improved returns
by Noel Grandin
· 8 years ago
3af5005
loplugin:salcall fix functions
by Noel Grandin
· 8 years ago
f7a57f3
loplugin:countusersofdefaultparams in comphelper
by Noel Grandin
· 8 years ago
9a06b99
loplugin:salcall fix non-virtual methods
by Noel Grandin
· 8 years ago
34a7e1b
not used with disable-dynloading
by Caolán McNamara
· 8 years ago
6eeac35
iOS, simplifyModule in cppuhelper is unused
by jan Iversen
· 8 years ago
libreoffice-6-0-branch-point
3511baa
add cppu::throwException test case
by Caolán McNamara
· 8 years ago
1aedb6c
LOK: provide user feedback while preloading.
by Michael Meeks
· 8 years ago
11cf64b
Better fix for CppunitTest_services
by Stephan Bergmann
· 8 years ago
2559a2a
loplugin:constmethod in cppu,cppuhelper,idlc
by Noel Grandin
· 8 years ago
87a9979
overload std::hash for OUString and OString
by Noel Grandin
· 8 years ago
1944e3d
Rename and move SAL_U/W to o3tl::toU/W
by Mike Kaganski
· 9 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
d32506e
cppuhelper_detail_findSofficePath: use Unicode on Windows
by Mike Kaganski
· 9 years ago
2a61290
loplugin:flatten in connectivity..desktop
by Noel Grandin
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
eda41a2
cppuhelper: fix double checked locking in getTypeEntries()
by Michael Stahl
· 9 years ago
9881bea
remove unnecessary use of OUString::getStr
by Noel Grandin
· 9 years ago
db17a87
convert std::map::insert to std::map::emplace II
by Noel Grandin
· 9 years ago
b6e32d5
update cppuhelper pch
by Caolán McNamara
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
ec340697
loplugin:constparams in soltools and various
by Noel Grandin
· 9 years ago
20571c4
use more range-for on uno::Sequence
by Noel Grandin
· 9 years ago
4b2262a
new loplugin unnecessaryparen
by Noel Grandin
· 9 years ago
d30f4e3
loplugin:casttovoid: cppuhelper
by Stephan Bergmann
· 9 years ago
a6a447b
android:Supress the Clang's unneeded-internal-declaration warning
by brainbreaker
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
Next »