Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/gpg4libre
/
idlc
3de594d
More tests to suppress (all .PHONY test targets should be covered now)
by Stephan Bergmann
· 9 years ago
ca145c7
remove some unnecessary OString constructor calls
by Noel Grandin
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
719a2ad
remove unnecessary empty OUString fields and vars
by Noel Grandin
· 9 years ago
6768a9b
loplugin:redundantcast check for c-style casts to void
by Noel Grandin
· 9 years ago
7662e92
loplugin:redundantcast find cstyle double casts
by Noel Grandin
· 9 years ago
ee495c2
Fix typos
by Andrea Gelmini
· 9 years ago
6291574
Remove unused #include <ctype.h>
by Stephan Bergmann
· 9 years ago
cb2a1cb
Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
by Stephan Bergmann
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
e972d6b
Idlc::m_pErrorHandler is unused
by Stephan Bergmann
· 9 years ago
1c413e4
loplugin:subtlezeroinit: idlc
by Stephan Bergmann
· 9 years ago
a6a46aad5
convert ExprComb to scoped enum
by Noel Grandin
· 9 years ago
d00431f
convert ErrorCode to scoped enum
by Noel Grandin
· 9 years ago
9651424
convert WarningCode to scoped enum
by Noel Grandin
· 9 years ago
63e0ffa
remove unused PS_OpCompleted from ParseState enum
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
7004705
Remove junk
by Stephan Bergmann
· 9 years ago
b4adb0c
loplugin: unnecessary destructor forms..idlc
by Noel Grandin
· 9 years ago
2131bf4
New loplugin:dynexcspec: Add @throws documentation, idlc
by Stephan Bergmann
· 9 years ago
6abcf8b
no special support for MACOSX PPC in master for a while now
by Caolán McNamara
· 9 years ago
6e50fef
New loplugin:externvar: idlc
by Stephan Bergmann
· 9 years ago
5c5a6c3
bootstrap building with --disable-dynloading on standard linux
by Caolán McNamara
· 9 years ago
d4864a9
Rewrite some (trivial) assignments inside if/while conditions: idlc
by Stephan Bergmann
· 9 years ago
1a743fd
loplugin:expandablemethods in hwpfilter..linguistic
by Noel Grandin
· 9 years ago
990102b
loplugin:unnecessaryvirtual in hwpfilter..rsc
by Noel Grandin
· 9 years ago
a7369d9
loplugin:oncevar in helpcompiler..reportdesign
by Noel Grandin
· 9 years ago
877774c
loplugin:expandablemethodds in hwpfilter..linguistic
by Noel Grandin
· 9 years ago
8b984da
clang-cl loplugin: idlc
by Stephan Bergmann
· 9 years ago
4f0f1b6
tdf#96099 Reduce no of typedefs used for trivial containers
by Asela Dasanayaka
· 9 years ago
f8ecdb7
Simplify AstExpression::compare
by Stephan Bergmann
· 10 years ago
dd69131
we shouldn't need explicit lt_rtl_OUString, etc things anymore
by Caolán McNamara
· 10 years ago
1658bd2
loplugin:unusedenumvalues
by Noel Grandin
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
8806a86
loplugin:unusedenumconstants in forms..sot
by Noel Grandin
· 10 years ago
602647c
loplugin:unnecessaryvirtual
by Noel Grandin
· 10 years ago
6e72f02
new loplugin unnecessary override
by Noel Grandin
· 10 years ago
e084933
Get rid of unnecessary directory levels $D/inc/$D
by Tor Lillqvist
· 10 years ago
e02d087
Fix typo in code
by Andrea Gelmini
· 10 years ago
2188f87
Add SAL_FALLTHROUGH, where apparently appropriate
by Stephan Bergmann
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
d36b873
loplugin:nullptr
by Stephan Bergmann
· 10 years ago
b8eb294
loplugin:passstuffbyref in various
by Noel Grandin
· 10 years ago
2087484
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
538f276
Formatting changes across all modules
by Chris Sherlock
· 10 years ago
4ff5a55
loplugin:unusedmethods
by Noel Grandin
· 10 years ago
e3a31fc
loplugin:unusedfields
by Noel Grandin
· 10 years ago
0555447
FD_complex is unused
by Stephan Bergmann
· 10 years ago
2e1d74d
loplugin:unusedfields idl,idlc
by Noel Grandin
· 10 years ago
a96b564
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
d22a052
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
by Stephan Bergmann
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
f72ebcb
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
58aea3f
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
a5bb6ef
Return unique_ptr from AstExpression::eval_* functions
by Stephan Bergmann
· 11 years ago
1f8723b
m_exprValue cannot be non-null here
by Stephan Bergmann
· 11 years ago
8400159
AstExpression::coerce always returned m_exprValue, so simplify its signature
by Stephan Bergmann
· 11 years ago
b085d55
Remove redundant AstExpression::eval_internal
by Stephan Bergmann
· 11 years ago
cb31ea6
AstExpression::eval_internal always returns m_exprValue
by Stephan Bergmann
· 11 years ago
6b3feb9
AstExpression::coerce is always called with bAssign = true
by Stephan Bergmann
· 11 years ago
2b19fd8
Simplify coerce_value signature
by Stephan Bergmann
· 11 years ago
bc1fdb7
The only EvalKind actually used is EK_const
by Stephan Bergmann
· 11 years ago
25accda
tdf#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
403c134
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
a45827b
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
420923b
Fix typos
by Andrea Gelmini
· 11 years ago
4729774
remove unnecessary check for null when calling delete
by Noel Grandin
· 11 years ago
7079e88
idlc: fix warnings
by Stephan Bergmann
· 11 years ago
b47ae9d
More loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
319c5f8
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
2240118
Improved loplugin:literaltoboolconversion looking into cond. exprs.
by Stephan Bergmann
· 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
0bd502a
Clean up remaining C-style casts among void pointers
by Stephan Bergmann
· 11 years ago
6f7d641
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
aa7a829
loplugin:staticfunction
by Noel Grandin
· 11 years ago
fbeb21e
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
858e455
loplugin:constantfunction: various
by Noel Grandin
· 11 years ago
556373c
V668 no sense in testing the result of new against null
by Caolán McNamara
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
fe480d8
remove unused typedefs
by Noel Grandin
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
a23f6eb
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
500910f
idlc: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
35f7556
add link to mkstemp coverity warning wrt threading fiasco
by Caolán McNamara
· 11 years ago
2c1bf30
More iwyu suggested headers removal
by Riccardo Magliocchetti
· 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
fc0d57b
Revert "use the new OUString::fromUtf8 method"
by Stephan Bergmann
· 11 years ago
05050cd
use the new OUString::fromUtf8 method
by Noel Grandin
· 11 years ago
12bcfec
markup with event type not checker type
by Caolán McNamara
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
9d522e2
coverity#982268 silence Copy-paste error
by Caolán McNamara
· 11 years ago
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
fafcf07
coverity#982167 Unchecked return value
by Caolán McNamara
· 11 years ago
7ed36e0
coverity#441992 Uncaught exception
by Caolán McNamara
· 11 years ago
Next »