Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/change-tracking
/
registry
d341525
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
0ed7ec1
loplugin:constantparam in registry
by Noel Grandin
· 10 years ago
8ba6e0d
Skip some executables in the OS X sandboxed (Mac App Store) case
by Tor Lillqvist
· 12 years ago
c45d3ba
new loplugin: commaoperator
by Noel Grandin
· 10 years ago
ce43d0a
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
198f3ec
loplugin:unusedmethods
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
0288888
Split long command line into multiple shorter ones
by Stephan Bergmann
· 10 years ago
532b47a
[ABI CHANGE] In SDK, replace regcompare with unoidl-check
by Stephan Bergmann
· 10 years ago
048f5e6
Resurrect registry/test/regcompare/
by Stephan Bergmann
· 10 years ago
0e414e1
loplugin:fpcomparison in registry/
by Noel Grandin
· 10 years ago
a7f6efc
loplugin: unused return values
by Noel Grandin
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
e18b083
loplugin:unusedmethods
by Noel Grandin
· 10 years ago
a78182a
loplugin:unusedfields in include/package,include/registry
by Noel Grandin
· 10 years ago
16f0c13
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
0b3a807
coverity#1338272 Uncaught exception
by Caolán McNamara
· 10 years ago
eb02a55
coverity#1338270 Uncaught exception
by Caolán McNamara
· 10 years ago
77a0342
coverity#1338252 Uncaught exception
by Caolán McNamara
· 10 years ago
3d784c4
remove extra spaces around ::
by Noel Grandin
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
bff4c13
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
5f66de5
Abstract out repeated code into a lambda
by Stephan Bergmann
· 11 years ago
58aea3f
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
8e4388f
Fix typos
by Andrea Gelmini
· 11 years ago
3418070
loplugin:removeunusedmethods, remove unused stuff
by Noel Grandin
· 11 years ago
b712b1f
tdf#39440 cppcheck: redundantAssignment
by Michael Weghorn
· 11 years ago
a3b3da8
Force #defined constants to sal_uInt32 to reduce conversion warnings
by Matteo Casalin
· 11 years ago
fb2ad7c
new loplugin automem
by Noel Grandin
· 11 years ago
95aad95
inline a handful of use-once #defines
by Noel Grandin
· 11 years ago
aa8f790
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
e544f44
Fix typos
by Andrea Gelmini
· 11 years ago
bded4dd
Make RegistryTypeWriter non-copyable
by Stephan Bergmann
· 11 years ago
7942944
Remove RegistryTypeWriter_Api indirection
by Stephan Bergmann
· 11 years ago
7e74fe4
Remove unused functions
by Stephan Bergmann
· 11 years ago
cd04745
Make RegistryTypeReader non-copyable
by Stephan Bergmann
· 11 years ago
a843c45
Remove RegistryTypeReader_Api indirection
by Stephan Bergmann
· 11 years ago
cfde943
Remove unused functions
by Stephan Bergmann
· 11 years ago
cade2b8
No need for a C API here
by Stephan Bergmann
· 11 years ago
6556043
Move module-private includes from include/registry/ to registry/
by Stephan Bergmann
· 11 years ago
081ae7a
loplugin:unusedmethods registry,store
by Noel Grandin
· 11 years ago
4729774
remove unnecessary check for null when calling delete
by Noel Grandin
· 11 years ago
8a3120c
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
d5129a9
new clang plugin: loopvartoosmall
by Noel Grandin
· 11 years ago
0ef18e3
loplugin:cstylecast: nop between pointer types of exactly same spelling
by Stephan Bergmann
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
9d72555
loplugin:salbool
by Noel Grandin
· 11 years ago
2e6831b
fix windows and android builds
by Noel Grandin
· 11 years ago
f1e22f1
fix android build
by Noel Grandin
· 11 years ago
68b35c7
convert RTReferenceType to scoped enum
by Noel Grandin
· 11 years ago
e2931bc
convert RTMethodMode to scoped enum
by Noel Grandin
· 11 years ago
0833143
convert RT_ACCESS fields to scoped enum
by Noel Grandin
· 11 years ago
7b4ca58
convert RegError to scoped enum
by Noel Grandin
· 11 years ago
95600ed
convert RegValueType to scoped enum
by Noel Grandin
· 11 years ago
1f34524
remove reg keytype constants and related code
by Noel Grandin
· 11 years ago
1bdbe0b
convert REG_ constants to scoped enum
by Noel Grandin
· 11 years ago
d963fd8
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
1a08ce7
loplugin:staticfunction
by Noel Grandin
· 11 years ago
0e9f761
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
02cb0ba
loplugin:constantfunction: registry
by Noel Grandin
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
cd5c0ad
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
4e3da62
Some more loplugin:cstylecast clean-up
by Stephan Bergmann
· 11 years ago
643c46b
loplugin:unreffun
by Stephan Bergmann
· 11 years ago
f0a9ace
coverity#1266504 Useless call
by Caolán McNamara
· 11 years ago
3dade54
Some more loplugin:cstylecast: registry
by Stephan Bergmann
· 11 years ago
9720e8e
Some loplugin:revisibility clean-up
by Stephan Bergmann
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
d41bc0f
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
766f738
Bin commented-out unreachable 'break' statements
by Tor Lillqvist
· 11 years ago
e3d76b2
Silence unhelpful cid#1215304 untrusted loop bound warnings
by Stephan Bergmann
· 11 years ago
24714f5
Fix memchr checks
by Stephan Bergmann
· 11 years ago
87c51f9
Remove dead code
by Stephan Bergmann
· 11 years ago
f7bd353
cid#1213388 etc.: Make reflread.cxx more robust
by Stephan Bergmann
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
12bcfec
markup with event type not checker type
by Caolán McNamara
· 11 years ago
8f69c7a
coverity#1213373 Use of untrusted scalar value
by Caolán McNamara
· 11 years ago
6484bf5
untaint registry data
by Caolán McNamara
· 11 years ago
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
2d7b5dd
registry: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
81055f5
coverity#705672 Resource leak
by Caolán McNamara
· 12 years ago
c44b8ce
Translate German comments.
by Michael Meeks
· 12 years ago
e7641433
convert int to bool
by Thomas Arnhold
· 12 years ago
aaedf14
cid#705673 Resource leak
by Noel Grandin
· 12 years ago
dac4af0
cid#705674 and cid#705675 Resource leak
by Noel Grandin
· 12 years ago
0d78ad8
DBG_ASSERT->assert when followed by dereference
by Caolán McNamara
· 12 years ago
e18e2b1
coverity#1213422 Tainted Scalar
by Norbert Thiebaud
· 12 years ago
05832e1
coverity#706020 Unintended sign extension
by Caolán McNamara
· 12 years ago
5ace3f3b
clang scan-build: various warnings
by Caolán McNamara
· 12 years ago
5887aca
coverity#706034 Unintended sign extension
by Caolán McNamara
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
3b24dcc
Remove unnecessary semicolons
by Peter Senna Tschudin
· 12 years ago
0bf59c8
coverity#707966 Uninitialized pointer field
by Caolán McNamara
· 12 years ago
2bd7767
Resolves fdo#70681: fixincludeguards.pl: all that's left
by Thomas Arnhold
· 12 years ago
106d162
coverity#707966 Uninitialized pointer field
by Caolán McNamara
· 12 years ago
820a299
Many spelling fixes: directories r* - z*.
by Pedro Giffuni
· 12 years ago
541761d
prefer makefile-gmake-mode
by Takeshi Abe
· 12 years ago
Next »