Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/custom-widgets
/
cppu
5f91153
coverity#1441100 silence Out-of-bounds access
by Caolán McNamara
· 7 years ago
e128f78
replace double-checked locking patterns with thread safe local statics
by Mike Kaganski
· 7 years ago
a2058e7
replace double-checked locking patterns with thread safe local statics
by Mike Kaganski
· 7 years ago
6f50961
remove more rtl::OUString and OString prefixes
by Noel Grandin
· 7 years ago
7ceee0f
Extend loplugin:redundantinline to catch inline functions w/o external linkage
by Stephan Bergmann
· 7 years ago
2e145af
tweak markup
by Caolán McNamara
· 8 years ago
206b5b2
New loplugin:external
by Stephan Bergmann
· 8 years ago
653218c
Fix for --enable-debug --disable-assert-always-abort
by Stephan Bergmann
· 8 years ago
c289c25
loplugin:simplifyconstruct in canvas..cui
by Noel Grandin
· 8 years ago
b406744
fix android build
by Noel Grandin
· 8 years ago
37f9fdc
replace rtl_allocateMemory with std::malloc
by Noel Grandin
· 8 years ago
6dbae37
loplugin:constantparam (1)
by Noel Grandin
· 8 years ago
c9697dc
replace double checked locking patterns
by Jochen Nitschke
· 8 years ago
ba1e172
Related: rhbz#1602589 add comments to coverity annotations
by Caolán McNamara
· 8 years ago
1d457f9
Related: rhbz#1602589 silence coverity leaked_storage
by Caolán McNamara
· 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
23b0844
loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped
by Noel Grandin
· 8 years ago
6924586
Fix typos
by Andrea Gelmini
· 8 years ago
e37135d
move Java from config_features to already existing config_java
by Rene Engelhard
· 8 years ago
2ee4a46
convert these to true asserts
by Caolán McNamara
· 8 years ago
697f01e
SAL_W32 is just an alias for _WIN32
by Stephan Bergmann
· 8 years ago
016b8d7
More loplugin:cstylecast: cppu
by Stephan Bergmann
· 8 years ago
2152544
loplugin:useuniqueptr in comphelper,cppu,registry
by Noel Grandin
· 8 years ago
7d8e944
convert a<b?a:b to std::min(a,b)
by Noel Grandin
· 8 years ago
14d3807
More loplugin:cstylecast: cppu
by Stephan Bergmann
· 8 years ago
b27fee9
loplugin:useuniqueptr cppu,idlc,io,ucbhelper
by Noel Grandin
· 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
dd0dceb
loplugin:salcall handle static methods
by Noel Grandin
· 8 years ago
9a06b99
loplugin:salcall fix non-virtual methods
by Noel Grandin
· 8 years ago
7db6878
Replace lists by vector or deque (cppu)
by Julien Nabet
· 8 years ago
d9b6f4f
loplugin:constmethods in unotools
by Noel Grandin
· 8 years ago
7a3aafb
loplugin:includeform: cppu
by Stephan Bergmann
· 8 years ago
87a9979
overload std::hash for OUString and OString
by Noel Grandin
· 8 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
7f3ca309
Enable -Wunreachable-code
by Stephan Bergmann
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
db17a87
convert std::map::insert to std::map::emplace II
by Noel Grandin
· 9 years ago
d347c24
convert std::map::insert to std::map::emplace
by Noel Grandin
· 9 years ago
bfcad6e
Remove excess SAL_INFOs
by Stephan Bergmann
· 9 years ago
fbf1e4a
loplugin:constparams in cppu
by Noel Grandin
· 9 years ago
2cbd412
cppu: remove unnecessary LOG_LIFECYCLE_* macros
by Chris Sherlock
· 9 years ago
a394d67
use more OUString::operator== comphelper..cui
by Noel Grandin
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
868d8c8
loplugin:unnecessaryparen handle parens inside call expr
by Noel Grandin
· 9 years ago
4b7a1b4
fix m68k build (again)
by Rene Engelhard
· 9 years ago
c4ddf6c
C++11 remove std::unary_function bases from functors
by Jochen Nitschke
· 9 years ago
bdb21c7
loplugin:casttovoid: cppu
by Stephan Bergmann
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
52ef15c
Revert "Fix typos"
by Stephan Bergmann
· 9 years ago
26a6700
Fix typos
by Andrea Gelmini
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
97eb00c
revert OSL_ASSERT changes
by Chris Sherlock
· 9 years ago
8dd7915
tdf#43157: convert rest of cppu from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
ba49d9f
tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
2a38596
tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
1f4c85d
tdf#43157: convert cppu's threadpool from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
fbc2652
loplugin:salunicodeliteral: cppu
by Stephan Bergmann
· 9 years ago
f288d88
loplugin:cppunitassertequals: cppu
by Stephan Bergmann
· 9 years ago
cd7cd53
Remove now-duplicate css::uno::Type operator <<
by Stephan Bergmann
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
8c8f2a5
remove unnecessary explicit linefeeds from end of SAL and OSL log calls
by Noel Grandin
· 9 years ago
6f12914
update cppunit to 1.14.0
by Markus Mohrhard
· 9 years ago
992a333
clang-tidy: readability-else-after-return
by Noel Grandin
· 9 years ago
5676ced
make UNO enums scoped for internal LO code
by Noel Grandin
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
802ac3e
Assert IdContainer's bInit in uno_releaseIdFromCurrentThread
by Stephan Bergmann
· 9 years ago
ee8d9d4
loplugin:subtlezeroinit: cppu
by Stephan Bergmann
· 9 years ago
6de3688
Drop :: prefix from std in c*/
by Tor Lillqvist
· 9 years ago
1c3e84d
teach lolugin:stringconstant about calling constructors
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
30d28cb
coverity#704593 Dereference after null check
by Caolán McNamara
· 9 years ago
d15b4e2
teach sallogareas plugin to catch inconsistencies
by Noel Grandin
· 9 years ago
c3586b6
OSL_TRACE->SAL in chart2..oox
by Noel Grandin
· 9 years ago
d5d6ee3
uno: Add support for targets with 16-bit alignment
by John Paul Adrian Glaubitz
· 9 years ago
de5a847
Prevent self-join in ThreadAdmin::join
by Stephan Bergmann
· 9 years ago
bd614b9
Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY
by Stephan Bergmann
· 9 years ago
3b4a329
Use OUString ctor instead of rtl_uString_newFromAscii
by Stephan Bergmann
· 9 years ago
954699a
cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxx
by Stephan Bergmann
· 9 years ago
11aa8ac
cid#1371314: Add move semantics
by Stephan Bergmann
· 10 years ago
b647996
replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)
by Michael Stahl
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
f651ea2
std::list<sal_Int64> -> std::deque
by Noel Grandin
· 10 years ago
29285b3
::std::list < sal_Int64 > -> std::vector
by Noel Grandin
· 10 years ago
8b1752e
icopyConstructFromElements's nAlloc is never negative
by Stephan Bergmann
· 10 years ago
6c4dfb9
cppu: fix loplugin:cppunitassertequals warnings
by Miklos Vajna
· 10 years ago
7fa183c
loplugin:countusersofdefaultparams in chart2..desktop
by Noel Grandin
· 10 years ago
efef273
tdf#100726: Improve readability of OUString concatenation
by nadith
· 10 years ago
a88cfad
int -> bool
by Stephan Bergmann
· 10 years ago
428e23f
Fix some spelling errors in comments and strings
by Otto Kekäläinen
· 10 years ago
0b23eec
teach refcounting clang plugin about uno::Reference
by Noel Grandin
· 10 years ago
8fec9e7
Some clean up of uses of css::uno::Any::setValue
by Stephan Bergmann
· 10 years ago
d96c114
clang-tidy modernize-make-shared
by Noel Grandin
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
0f3ac23
Insert explicit "break" when falling through to empty next case
by Stephan Bergmann
· 10 years ago
1a6a475
cppu: replace boost::is_same with std::is_same
by Michael Stahl
· 10 years ago
e16fa71
Handle wchar_t as native C++11 type on windows
by David Ostrovsky
· 10 years ago
3acbc64
tdf#97499 Fixed containers parameters clearing #8
by tymyjan
· 10 years ago
Next »