Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/borderline3
/
io
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
760a779
loplugin:unusedfields in io
by Noel Grandin
· 9 years ago
9af8964
RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO
by Chris Sherlock
· 9 years ago
b25f301
loplugin:oncevar: empty strings: io
by Stephan Bergmann
· 9 years ago
868d8c8
loplugin:unnecessaryparen handle parens inside call expr
by Noel Grandin
· 9 years ago
4b2262a
new loplugin unnecessaryparen
by Noel Grandin
· 9 years ago
513ac8e
loplugin:useuniqueptr in various
by Noel Grandin
· 9 years ago
a006f60
loplugin:oncevar in helpcompiler..jvmfwk
by Noel Grandin
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
e4e4d57
clang-tidy readability-delete-null-pointer
by Noel Grandin
· 9 years ago
307be8c
clang-tidy readability-redundant-control-flow
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
9a27491
tdf#43157: convert cppuhelper and io from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
da56de9
remove type decorations on char literals
by Jochen Nitschke
· 9 years ago
ed76d1d
loplugins:redundantcast teach it about c-style typedef casts
by Noel Grandin
· 9 years ago
15e3ce5
Fix typos
by Andrea Gelmini
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
7f3a7f0
io: warn if OConnector can't connect to pipe
by Michael Stahl
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
c0f9bdd
unnecessary use of OUStringBuffer in throwing exceptions
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
f725fad
New loplugin:dynexcspec: Add @throws documentation, io
by Stephan Bergmann
· 9 years ago
7a60e90
new loplugin: useuniqueptr: helpcompiler..io
by Noel Grandin
· 9 years ago
a005fbe
OSL_TRACE->SAL in framework..sal
by Noel Grandin
· 9 years ago
d3a1830
loplugin:unnecessaryoverride (dtors) in io
by Stephan Bergmann
· 9 years ago
7419057
loplugin:unusedmethods in chart2..svx
by Noel Grandin
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
602647c
loplugin:unnecessaryvirtual
by Noel Grandin
· 10 years ago
6e72f02
new loplugin unnecessary override
by Noel Grandin
· 10 years ago
fa63fe5
remove (un-)definitions of NDEBUG from source files
by Michael Stahl
· 10 years ago
42ea431
Include cppumaker-generated .hpp, not .hdl
by Stephan Bergmann
· 10 years ago
75d965e
Fix typo in code
by Andrea Gelmini
· 10 years ago
5abc669
new plugin stylepolice
by Noel Grandin
· 10 years ago
62633df
clang-tidy performance-unnecessary-value-param in various
by Noel Grandin
· 10 years ago
aea456a
clean up
by Stephan Bergmann
· 10 years ago
dee0a61
Revert "reduce unnecessary realloc'ing"
by Stephan Bergmann
· 10 years ago
9f6e6fa
reduce unnecessary realloc'ing
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
e6469c8
fix OSX build
by Noel Grandin
· 10 years ago
752cd07
InterfaceContainer2 with vector instead of Sequence
by Noel Grandin
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
ec3f724
loplugin:unusedfields
by Noel Grandin
· 10 years ago
70b09d9
cppcheck: noExplicitConstructor
by Caolán McNamara
· 10 years ago
8569c6d
use initialiser list for Sequence<OUString>
by Noel Grandin
· 10 years ago
96c26b0
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
54d2295
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
b62f1bd
Replaced for_each and algorithm include by range based loop and exception.
by Mario J. Rugiero
· 10 years ago
22980be
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
6c80a8f
new loplugin: oncevar
by Noel Grandin
· 10 years ago
77ce12c
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
by Stephan Bergmann
· 10 years ago
fcb8df3
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
84eeebd
Fix create/destroy mismatch
by Stephan Bergmann
· 10 years ago
b5db48a
no need to use OUString constructor in call to createInstance
by Noel Grandin
· 10 years ago
3bc5df7
UNO: no need to use OUString constructor when calling createInstance
by Noel Grandin
· 10 years ago
63cec25
com::sun::star->css in io
by Noel Grandin
· 10 years ago
1769074
coverity#1327454 Uncaught exception
by Caolán McNamara
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
8d811d7
loplugin:mergeclasses
by Noel Grandin
· 10 years ago
1d88061
loplugin:mergeclasses
by Noel Grandin
· 10 years ago
1d00baf
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
9956b99
Fix typos
by Andrea Gelmini
· 11 years ago
1656b72
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
by Stephan Bergmann
· 11 years ago
e00d41f
io: tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
6b7c23b
Some oslCondition -> osl::Condition
by Stephan Bergmann
· 11 years ago
9e1d98f
loplugin: defaultparams
by Noel Grandin
· 11 years ago
52569533
inline some use-once typedefs
by Noel Grandin
· 11 years ago
38ecca9
inline a bunch of use-once macros
by Noel Grandin
· 11 years ago
8585e0a
Avoid loplugin:staticmethods in non-debug build
by Stephan Bergmann
· 11 years ago
1a7e0cf
loplugin:unusedmethods bridges,ucbhelper,io,pyuno
by Noel Grandin
· 11 years ago
950f7c3
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
224c8aa
loplugin:cstylecast: deal with those that are (technically) const_cast
by Stephan Bergmann
· 11 years ago
2302e27
Clean up passing Boolean value to osl::Socket::setOption
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
abf2ad6
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
a52cf47
Clean up template-parameter-dependent C-style casts
by Stephan Bergmann
· 11 years ago
43c7459
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
3099c70b
Fix various XServiceInfo implementations
by Stephan Bergmann
· 11 years ago
c9e6b58
enable tcpNoDelay for loopback connections automatically
by Noel Grandin
· 11 years ago
14c12fa
Some more loplugin:cstylecast: io
by Stephan Bergmann
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
e7d6a1d
io: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
14fa102
Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value
by Tor Lillqvist
· 11 years ago
ed30f63
Unit test for fdo#79941 (handle short reads)
by Stephan Bergmann
· 11 years ago
7a0bfcb
fdo#79941: Properly handle short reads
by Stephan Bergmann
· 11 years ago
721366e
cppu: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
c353cae
loplugin: cstylecast
by Noel Grandin
· 12 years ago
57a4337
set names on a bunch more threads...
by Michael Stahl
· 12 years ago
0e507ae
various: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
8e115c6
fdo#68849: Add header guards to all include files
by Jens Carl
· 12 years ago
5d13b6e
fix . in #define
by Noel Grandin
· 12 years ago
9e3cc6b4
fdo#68849: Add header guards to all include files
by Jens Carl
· 12 years ago
ebc0a15
remove more unnecesary OUString constructor use
by Noel Grandin
· 12 years ago
9af0abe
remove unnecessary use of Reference constructor in throw
by Noel Grandin
· 12 years ago
Next »