Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/orcus-rebased
/
registry
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
fe075ed
fdo#43157 : [API CHANGE] Remove OSL_THIS_FILE
by Michaël Lefèvre
· 12 years ago
df2c663
fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBAL
by Michaël Lefèvre
· 12 years ago
453ee35
fdo#43157 : clean up more OSL_POSTCOND
by Michaël Lefèvre
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
497603f
coverity#707966 Uninitialized pointer field
by Caolán McNamara
· 12 years ago
e1a4e44
coverity#1187666 Mixing enum types
by Caolán McNamara
· 12 years ago
75c8d59
Remove visual noise from registry
by Alexander Wilms
· 12 years ago
20726ae
registry: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
9548c0b
bool improvements
by Stephan Bergmann
· 12 years ago
21eae4b
simplify
by Stephan Bergmann
· 12 years ago
82625bb
remove unnecessary sal_Unicode casts in OUStringBuffer::append calls
by Noel Grandin
· 12 years ago
2c35fff
remove most use of RTL_CONSTASCII_USTRINGPARAM macro
by Noel Grandin
· 12 years ago
d366c9b2
remove unnecessary sal_Unicode casts in various places
by Noel Grandin
· 12 years ago
e52779d
remove unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
e2451bd
Convert indexOf->startsWith and lastIndexOf->endsWith
by Noel Grandin
· 12 years ago
cbea5d3
New unoidl-check tool to replace regcompare
by Stephan Bergmann
· 13 years ago
faf6651
CID#1078783: fix memory leak
by Markus Mohrhard
· 13 years ago
a0d3aa1
WaE: size_t/sal_Int32: possible loss of data
by Tor Lillqvist
· 13 years ago
64b993e
finish deprecation of O(U)String::valueOf()
by Luboš Luňák
· 13 years ago
7ef72ae
Mark as const
by Takeshi Abe
· 13 years ago
ba0a577
remove OUString wrap for string literals
by Thomas Arnhold
· 13 years ago
84f1f1d
fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()
by Jelle van der Waa
· 13 years ago
4b373ef
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
by Thomas Arnhold
· 13 years ago
1136925
initialized with plain 0, instead of sal_False/false
by Takeshi Abe
· 13 years ago
e2e2cc6
remove usage of RTL_CONSTASCII_USTRINGPARAM
by Luboš Luňák
· 13 years ago
72e5d0c
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
Next »