Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/borderline3
/
ucb
5685ee2
improve redundantcast loplugin
by Noel Grandin
· 9 years ago
2d2259c
clang-tidy modernize-use-emplace in test..vbahelper
by Noel Grandin
· 9 years ago
cb25507
Drop lazywrite property, which is silently ignored by configmgr anyway
by Stephan Bergmann
· 9 years ago
75a96e2
Translate German comments/debug strings (leftovers in dirs test to uui)
by Johnny_M
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
5aafb3d
Fix typos
by Andrea Gelmini
· 9 years ago
d1f7951
Use osl_atomic_inc/decrement in --with-webdav=serf code, too
by Stephan Bergmann
· 9 years ago
74917e0
Various loplugin warnings in --with-webdav=serf code
by Stephan Bergmann
· 9 years ago
0e35b77
fix build regression from d347c2403605c5aa3ddd98fb605366914acab79f
by Markus Mohrhard
· 9 years ago
38fa444
fix bogus always-true asserts
by Michael Stahl
· 9 years ago
9723634
Removing unused code:FileContentIdentifier::m_aNormalizedId
by ccsheller
· 9 years ago
eea6d39
loplugin:unnecessaryparen
by Noel Grandin
· 9 years ago
64a3124
Fix typos
by Andrea Gelmini
· 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
d347c24
convert std::map::insert to std::map::emplace
by Noel Grandin
· 9 years ago
c394363
loplugin:constparams in basctl
by Noel Grandin
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
a63e17c
loplugin:checkunusedparams more part3
by Noel Grandin
· 9 years ago
f74da13
use more comphelper::InitAnyPropertySequence
by Noel Grandin
· 9 years ago
e19c0a3
loplugin:oncevar
by Tor Lillqvist
· 9 years ago
c932e26
loplugin:constparams in toolkit,ucb,xmlhelp
by Noel Grandin
· 9 years ago
db38600
extend loplugin useuniqueptr to OUString pointers
by Noel Grandin
· 9 years ago
daf177f
use more OUString::operator== in test..xmlsecurity
by Noel Grandin
· 9 years ago
fd40ba1
loplugin:oncevar: empty strings: ucb
by Stephan Bergmann
· 9 years ago
c598041
fix the webdav=serf build after 65e4a776e8315fd61fd67ad00d28985b11f0b79e
by Markus Mohrhard
· 9 years ago
65e4a77
simplify some OUString::copy calls
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
ab9b38a
use more begin()/end() for Sequence
by Noel Grandin
· 9 years ago
a1ead1a
loplugin unnecessaryparan improvements
by Noel Grandin
· 9 years ago
98a2232
loplugin:unnecessaryparen
by Stephan Bergmann
· 9 years ago
777fbce
loplugin:unnecessaryparen
by Stephan Bergmann
· 9 years ago
4b2262a
new loplugin unnecessaryparen
by Noel Grandin
· 9 years ago
c4ddf6c
C++11 remove std::unary_function bases from functors
by Jochen Nitschke
· 9 years ago
26c82e2
loplugin:oncevar in ucb..vbahelper
by Noel Grandin
· 9 years ago
3f31815
s/catched/caught
by Noel Grandin
· 9 years ago
b9ec99b
Fix typos
by Andrea Gelmini
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
6149da2
replace misc double checked locking patterns
by Jochen Nitschke
· 9 years ago
d69795b
use local statics in getTypes functions
by Jochen Nitschke
· 9 years ago
a975624
loplugin:unusedfields in tools..vbahelper
by Noel Grandin
· 9 years ago
b70fa47
use more SAL_N_ELEMENTS part 1
by Noel Grandin
· 9 years ago
febbad7
cleanup unused css/frame/* includes
by Jochen Nitschke
· 9 years ago
8eb92c9
-Werror=unused-variable
by Markus Mohrhard
· 9 years ago
a23adf1
Make use of OUString::startsWithIgnoreAsciiCase rest parameter
by Stephan Bergmann
· 9 years ago
cbcaff7
ucb: replace double checked locking patterns
by Jochen Nitschke
· 9 years ago
146033f
spelling instanciate -> instantiate
by Noel Grandin
· 9 years ago
6b2b689
clang-tidy misc-string-compare
by Noel Grandin
· 9 years ago
94d9d89
Remove some unnecessary scaffolding around SAL_WARN calls
by Stephan Bergmann
· 9 years ago
307be8c
clang-tidy readability-redundant-control-flow
by Noel Grandin
· 9 years ago
deae9e8
FTPURL::parse doesn't need so much string conversion
by Noel Grandin
· 9 years ago
2ccde70
teach redundantcast plugin about functional casts
by Noel Grandin
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
2dda43f
loplugin:stringcopy: ucb
by Stephan Bergmann
· 9 years ago
52ef15c
Revert "Fix typos"
by Stephan Bergmann
· 9 years ago
26a6700
Fix typos
by Andrea Gelmini
· 9 years ago
eb8e28d
fix build after 185ed3ddb8c01ee4465ce559e37113824f57b5c7
by Markus Mohrhard
· 9 years ago
389da66
remove unused uno::Reference vars
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
185ed3d
teach loplugin:constantparam about simple constructor calls
by Noel Grandin
· 9 years ago
97eb00c
revert OSL_ASSERT changes
by Chris Sherlock
· 9 years ago
367fa84
tdf#43157: convert ucb and svl from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
e3a44cb
loplugin:checkunusedparams in toolkit..vbahelper
by Noel Grandin
· 9 years ago
3e0a651
loplugin:salunicodeliteral: ucb
by Stephan Bergmann
· 9 years ago
9348b32
clang-tidy readability-simplify-boolean-expr
by Noel Grandin
· 9 years ago
91a1342
tdf#39468 cleanup source code comments
by dennisroczek
· 9 years ago
da64d198
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
by Chris Sherlock
· 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
f0110f7
file UCP: Dir entries can disappear during non-atomic traversal
by Stephan Bergmann
· 9 years ago
3c3f7d7
Removed duplicated includes
by Andrea Gelmini
· 9 years ago
c6dc4ba
loplugin:inlinefields in ucb_impl::RegexpMap
by Noel Grandin
· 9 years ago
340d58f
use unique_ptr in RegexpMapImpl
by Noel Grandin
· 9 years ago
fbc04c9
tdf#106955: Open WebDAV resources on which PROPFIND fails
by Mike Kaganski
· 9 years ago
d68927c
use actual UNO enums in test..vbahelper
by Noel Grandin
· 9 years ago
c12035d
NeonSession_NeonAuth(): avoid redundant OUString->OString conversion
by Vitaliy Anderson
· 9 years ago
f7eb8ae
Fix typos
by Andrea Gelmini
· 9 years ago
ed76d1d
loplugins:redundantcast teach it about c-style typedef casts
by Noel Grandin
· 9 years ago
c68ac77
cleanup double includes and declarations
by Jochen Nitschke
· 9 years ago
b132445
try to fix webdav build
by Markus Mohrhard
· 9 years ago
befafd4
tdf#95416 remove ../ in #include headers of sfx2 files
by Jeevan
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
446568b
Fix typos
by Andrea Gelmini
· 9 years ago
198c41c
new loplugin unoany
by Noel Grandin
· 9 years ago
a493900
value returned from particular web server is not valid ascii
by Caolán McNamara
· 9 years ago
ca7f305
Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOX
by Tor Lillqvist
· 9 years ago
931646b
fix the webdav=serf build
by Markus Mohrhard
· 9 years ago
a07a638
loplugin:subtlezeroinit: ucb
by Stephan Bergmann
· 9 years ago
2bcfe65
try to fix "random config" tb
by Markus Mohrhard
· 9 years ago
95d14de
try to fix random config tinderbox
by Markus Mohrhard
· 9 years ago
14ed889
external/libcmis: Silence -Wdynamic-exception-spec errors
by Stephan Bergmann
· 9 years ago
d96d077
try to fix "random config" box
by Markus Mohrhard
· 9 years ago
fe3c207
remove unused enumerators from FTPErrors enum
by Noel Grandin
· 9 years ago
d198a82
convert InsertOperation to scoped enum
by Noel Grandin
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
88dde75
Revert "cancelCommandExecution - no need to pass exception by Any"
by Noel Grandin
· 9 years ago
4739b31
cancelCommandExecution - no need to pass exception by Any
by Noel Grandin
· 9 years ago
c866ace
Revert "Avoid warning with Clang that doesn't have -Wunused-but-set-parameter"
by Stephan Bergmann
· 9 years ago
01aa52b
Work around -Werror,-Wunknown-pragmas
by Stephan Bergmann
· 9 years ago
Next »