Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/window-iter
/
codemaker
206b5b2
New loplugin:external
by Stephan Bergmann
· 8 years ago
bb209f2
Revert "clang bugprone-unused-return-value"
by Noel Grandin
· 8 years ago
a55711a
Generate UNO exception classes as SAL_WARN_UNUSED
by Stephan Bergmann
· 8 years ago
7764ae7
clang bugprone-unused-return-value
by Noel Grandin
· 8 years ago
c83a807
loplugin:unusedfields
by Noel Grandin
· 8 years ago
1a400fc
codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)
by Stephan Bergmann
· 8 years ago
082c7ca
Add missing method hasUnsignedLongDependency()
by Muhammet Kara
· 8 years ago
7af90cc
Add missing sal/log.hxx headers
by Gabor Kelemen
· 8 years ago
5437eb1
tdf#96099 Remove trivial std::map typedefs in [cd]*
by Arkadiy Illarionov
· 8 years ago
a96a260
tdf#117918 codemaker: avoid including ourselves in .hpp files
by Miklos Vajna
· 8 years ago
4e5cb9f
coverity#1019311 silence Unchecked return value
by Caolán McNamara
· 8 years ago
be8c414
loplugin:unusedmethods also check for functions returning bool
by Noel Grandin
· 8 years ago
697f01e
SAL_W32 is just an alias for _WIN32
by Stephan Bergmann
· 8 years ago
56bd8bb
More loplugin:cstylecast: codemaker
by Stephan Bergmann
· 8 years ago
a2ef65b
Fix typos
by Andrea Gelmini
· 8 years ago
a265656
loplugin:unnecessaryparen: Warn about parentheses around literals
by Stephan Bergmann
· 8 years ago
10593ac
Replace most lists by vectors in codemaker
by Julien Nabet
· 8 years ago
1a284d1
loplugin:constantparam in c*
by Noel Grandin
· 8 years ago
696722f
loplugin:includeform: codemaker
by Stephan Bergmann
· 8 years ago
14d4566
loplugin:constmethod in codemaker,registry,store
by Noel Grandin
· 8 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
4c09f8e
clang-tidy modernize-use-emplace in c*
by Noel Grandin
· 9 years ago
0c3bd1d
new loplugin:droplong
by Noel Grandin
· 9 years ago
db17a87
convert std::map::insert to std::map::emplace II
by Noel Grandin
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
41dc56d
loplugin:constparams codemaker,idl,idlc
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
b59722cd
android, fix codemaker buildbreaker
by jan Iversen
· 9 years ago
99cde72
iOS, remove java and cppunittest
by jan Iversen
· 9 years ago
1e2831e
iOS workaround to avoid mkdir problem.
by jan Iversen
· 9 years ago
8ed77fa
loplugin:oncevar in codemaker..connectivity
by Noel Grandin
· 9 years ago
c4ac732
Remove usage of OString("")
by Arnaud Versini
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
097bec4
cppcheck: duplicateBreak
by Julien Nabet
· 9 years ago
da64d198
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
by Chris Sherlock
· 9 years ago
a2d1a73
More commit resurrection
by Stephan Bergmann
· 9 years ago
13adffd
Move comment back to where it makes sense
by Stephan Bergmann
· 9 years ago
5676ced
make UNO enums scoped for internal LO code
by Noel Grandin
· 9 years ago
5222dd8
loplugin:loopvartoosmall
by Stephan Bergmann
· 9 years ago
fb4bf69
remove unused KeywordsOnly from IdentifierTranslationMode
by Noel Grandin
· 9 years ago
8646ab9
Remove MinGW support
by Stephan Bergmann
· 9 years ago
55717b1
Remove newly-unnecessary #includes from cppumaker-generated files
by Stephan Bergmann
· 9 years ago
2489000
loplugin:useuniqueptr extend to check local vars
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
5145f60
loplugin: unnecessary destructor: basctl..codemaker
by Noel Grandin
· 9 years ago
550e0e4
Remove dynamic exception specifications from cppumaker-generated code
by Stephan Bergmann
· 9 years ago
584262f
loplugin:stringconstant: handle OStringBuffer::append
by Stephan Bergmann
· 9 years ago
5c5a6c3
bootstrap building with --disable-dynloading on standard linux
by Caolán McNamara
· 9 years ago
bd614b9
Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY
by Stephan Bergmann
· 9 years ago
347f67d
clang-cl loplugin: codemaker
by Stephan Bergmann
· 9 years ago
802f2a4
Don't allow O[U]StringBuffer in string concatenation
by Stephan Bergmann
· 9 years ago
18cd08a
cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classes
by Stephan Bergmann
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
b38a2d571
tdf#101185 OString concatanations for efficiently coding
by nadith
· 10 years ago
508c95f
improve passstuffbyref return analysis
by Noel Grandin
· 10 years ago
c0ca75f
tdf#100726: Improve readability of OUString concatenations
by Arnold Dumas
· 10 years ago
7eaf8b17
clang-tidy performance-implicit-cast-in-loop
by Stephan Bergmann
· 10 years ago
19ebfdb
loplugin:singlevalfields in codemaker
by Noel Grandin
· 10 years ago
0dc02bb
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
by Stephan Bergmann
· 10 years ago
6d12687
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
by Stephan Bergmann
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
150ac9c
clean-up: unused using declarations and includes
by Jochen Nitschke
· 10 years ago
98d7b02
tdf#94306 replace boost::noncopyable in cppuhelper
by Jochen Nitschke
· 10 years ago
0b8e5ca
tdf#97966 Drop 'static' keywords
by Wastack
· 10 years ago
5adde1b
loplugin:unuseddefaultparams various
by Noel Grandin
· 10 years ago
cd1bbdf
convert codemaker::UnoType::Sort to scoped enum
by Noel Grandin
· 10 years ago
6f2d11a
convert codemaker::cpp::IdentifierTranslationMode to scoped enum
by Noel Grandin
· 10 years ago
0f8ec30
[API CHANGE] add operator==/!= to UNO structs
by Noel Grandin
· 10 years ago
555ee51
convert to range-based for loops in codemaker/
by Noel Grandin
· 10 years ago
a6f1687
rename dumpHFile to dumpHdlFile
by Noel Grandin
· 10 years ago
0dba142
rename dumpHxxFile to dumpHppFile
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
03b9d1e
Reduce space needed for string literals
by Stephan Bergmann
· 10 years ago
759eb79
give useful details in non-debug mode too
by Caolán McNamara
· 10 years ago
a508f63
mark UNO structs as SAL_WARN_UNUSED, where possible
by Noel Grandin
· 10 years ago
87a9abf
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
0614740
coverity#1338267 Uncaught exception
by Caolán McNamara
· 10 years ago
f36c293
coverity#1338254 Uncaught exception
by Caolán McNamara
· 10 years ago
be729e7
tdf#94269: Replace "n" prefix for bool variables with "b"
by Benjamin Ni
· 11 years ago
3bc5df7
UNO: no need to use OUString constructor when calling createInstance
by Noel Grandin
· 10 years ago
83f5469
loplugin:defaultparams
by Stephan Bergmann
· 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
9d307ab
new loplugin: defaultparams
by Noel Grandin
· 11 years ago
38023af
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
a941df0
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
99661d3
Deprecate getCppuType et al in favor of cppu::UnoType
by Stephan Bergmann
· 11 years ago
aa7a829
loplugin:staticfunction
by Noel Grandin
· 11 years ago
69ebf1c
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
4d79146
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
b4f6b26b
SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM
by Stephan Bergmann
· 11 years ago
02d83cb
coverity#1019332 Unchecked dynamic_cast
by Caolán McNamara
· 11 years ago
435a3a3
coverity#1019331 Unchecked dynamic_cast
by Caolán McNamara
· 11 years ago
be94376
coverity#1019327 Unchecked dynamic_cast
by Caolán McNamara
· 11 years ago
6198aa8
coverity#1019325 Unchecked dynamic_cast
by Caolán McNamara
· 11 years ago
662e329
Fix generation of com.sun.star.uno.[Runtime]Exception classes
by Stephan Bergmann
· 11 years ago
Next »