Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/tscp3
/
store
eea6d39
loplugin:unnecessaryparen
by Noel Grandin
· 9 years ago
b50d6a5
Remove unnecessary user-provided copy functions
by Stephan Bergmann
· 9 years ago
b09deb0
loplugin:constparams handle constructors
by Noel Grandin
· 9 years ago
6f3b394
loplugin:constparams in store,registry
by Noel Grandin
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
df45d21
loplugin:casttovoid: store
by Stephan Bergmann
· 9 years ago
8dca2d5
loplugin:oncevar in starmath..svl
by Noel Grandin
· 9 years ago
18f5131
loplugin:unusedfields store..svl
by Noel Grandin
· 9 years ago
df65749
Remove a bunch of comment cruft - esp. "the end." bits
by Chris Sherlock
· 9 years ago
3631ef8
Improved loplugin:cstylecast to reference types: store
by Stephan Bergmann
· 9 years ago
2ccde70
teach redundantcast plugin about functional casts
by Noel Grandin
· 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
b15c5c4
tdf#43157: convert store from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
2608523
loplugin: unnecessary destructor sfx2..store
by Noel Grandin
· 9 years ago
4ef9cce
OSL_TRACE -> SAL in sfx2..svx
by Noel Grandin
· 9 years ago
faf4bf0
loplugin:countusersofdefaultparams in sot..svtools
by Noel Grandin
· 9 years ago
62b75cd
tdf#100302: gbuild: always use $(LFS_CFLAGS)
by Michael Stahl
· 10 years ago
98323f9
cid#1371195, cide#1371212: Replace PageHolder with shared_ptr
by Stephan Bergmann
· 10 years ago
904959b
Remove OStorePageData typedef
by Stephan Bergmann
· 10 years ago
ba09cda
Remove "#if 1 /* EXP */"
by Stephan Bergmann
· 10 years ago
2950528
No need for rtl_cache_* here
by Stephan Bergmann
· 10 years ago
e58324a
convert storeAccessMode to scoped enum
by Noel Grandin
· 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
e53bb6a
store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT.
by Arnaud Versini
· 10 years ago
7173a4e
store : Replace store::swap with std::swap
by Arnaud Versini
· 10 years ago
2731941
loplugin:countusersofdefaultparams in store..svtools
by Noel Grandin
· 10 years ago
2c8fe2e
update unusedmethods plugin to deal with constructors
by Noel Grandin
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
97abbec
tdf#94306 replace boost::noncopyable in stoc to xmlsec..
by Jochen Nitschke
· 10 years ago
e5dd156
loplugin:constantparam
by Noel Grandin
· 10 years ago
5da802b
Drop __store_ prefix from static entity (avoid reserved identifier)
by Stephan Bergmann
· 10 years ago
b3483a0
loplugin:unuseddefaultparam in store
by Noel Grandin
· 10 years ago
c45d3ba
new loplugin: commaoperator
by Noel Grandin
· 10 years ago
de70170
loplugin:unusedmethods unused return value in store,svl
by Noel Grandin
· 10 years ago
3785f82
loplugin:unusedfields in store,svtools,svx
by Noel Grandin
· 10 years ago
4a1edf6
More loplugin:nullptr automatic rewrite (within templates)
by Stephan Bergmann
· 10 years ago
bc8c158
loplugin:unusedfields in store/
by Noel Grandin
· 10 years ago
35b3228
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
c7e8f21
loplugin:unusedmethods
by Noel Grandin
· 10 years ago
644487a
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
5318e608
tdf#65108 use <> instead of "" in include line
by Feyza Yavuz
· 10 years ago
bbc91b7
coverity#1326107 Unchecked return value
by Caolán McNamara
· 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
77f8840
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
44a46d4
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
fe0444d
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
aed0a63
tdf#42949 remove unnecessary includes using iwyu
by Noel Grandin
· 11 years ago
3418070
loplugin:removeunusedmethods, remove unused stuff
by Noel Grandin
· 11 years ago
4d22eff
cppcheck: redundantPointerOp
by Caolán McNamara
· 11 years ago
5d26ad5
cppcheck: redundantPointerOp
by Caolán McNamara
· 11 years ago
68f585b
cppcheck: redundantPointerOp
by Caolán McNamara
· 11 years ago
0871b50
Avoid explicit casts of (sizeof) constants known at compile time
by Matteo Casalin
· 11 years ago
eb4cbea
Silence some conversion warnings
by Matteo Casalin
· 11 years ago
9d307ab
new loplugin: defaultparams
by Noel Grandin
· 11 years ago
85e14be
cppcheck: redundantPointerOp
by Caolán McNamara
· 11 years ago
a45827b
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
d6790de
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
081ae7a
loplugin:unusedmethods registry,store
by Noel Grandin
· 11 years ago
fa0149a
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
9a521e3
Add back functionality erroneously removed
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
aa1b911
loplugin:staticmethods
by Noel Grandin
· 11 years ago
a74aa43
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
898832f
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
09d5b31
loplugin:constantfunction: store
by Noel Grandin
· 11 years ago
d1c9e5e
tdf#43157: Fix format string violations in OSL_TRACE etc.
by Stephan Bergmann
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
f447946
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
4d6a509
convert all remaining BOOST_STATIC_ASSERT to static_assert
by Caolán McNamara
· 11 years ago
f61dbc3
followup code removal after changing virtual methods to non-virtual
by Noel Grandin
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
ac8fdc7
Suppress 1 cppcheck warning arrayIndexOutOfBounds
by Julien Nabet
· 11 years ago
4ecbc7e
Remvoe store/workben/
by Stephan Bergmann
· 11 years ago
2c1bf30
More iwyu suggested headers removal
by Riccardo Magliocchetti
· 11 years ago
0a7b110
coverity#1242813 Unused value
by Caolán McNamara
· 11 years ago
025da16
coverity#1242933 unused value
by David Tardon
· 11 years ago
2ba3fd5
coverity#1242809 unused value
by David Tardon
· 11 years ago
a7d2149
warning C4189: : local variable is initialized but not referenced
by Thomas Arnhold
· 12 years ago
21e3f14
cid#1226495 Uninitialized scalar field
by Noel Grandin
· 12 years ago
bc30f93
use SimpleReferenceObject in stoc module
by Noel Grandin
· 12 years ago
bc1a0a8
WaE: C4754
by Tor Lillqvist
· 12 years ago
0a9773d
loplugin:staticcall
by Stephan Bergmann
· 12 years ago
4c3b360
Bin ugly (ab)use of preprocessor in headers (final part)
by Thomas Arnhold
· 12 years ago
0e507ae
various: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
70e744b
fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF
by Michaël Lefèvre
· 12 years ago
4f9b212
simplify ternary conditions "xxx ? yyy : false"
by Noel Grandin
· 12 years ago
8bb2ce6
fixincludeguards.sh: some smaller dirs
by Thomas Arnhold
· 12 years ago
978ceb4
Typo
by Stephan Bergmann
· 12 years ago
979e55e
Fix README
by Stephan Bergmann
· 12 years ago
b323e63
Clean up unreferenced functions
by Stephan Bergmann
· 12 years ago
e079196
remove PROFILE checks
by Thomas Arnhold
· 12 years ago
512de6e
sfx2, sc: remove macros for using Windows NT Call Profiler
by Michael Stahl
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
a3066dd
No need for isKindOf to be SAL_CALL
by Stephan Bergmann
· 12 years ago
Next »