Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/unocrsrptr
/
package
430d760
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
525e514
WaE: unreferenced local variable
by Caolán McNamara
· 11 years ago
0566162
uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgs
by Caolán McNamara
· 11 years ago
55bc128
loplugin:loopvartoosmall
by Noel Grandin
· 11 years ago
1cb0b37
Rephrase comparisons between bool and sal_Bool
by Stephan Bergmann
· 11 years ago
0a48e0f
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
2240118
Improved loplugin:literaltoboolconversion looking into cond. exprs.
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
a0f2bb7
unnecessary cast
by Caolán McNamara
· 11 years ago
3516371
loplugin:staticmethods
by Noel Grandin
· 11 years ago
9222f5d
A UNO Any can't contain an Any
by Stephan Bergmann
· 11 years ago
c9c991a
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
b857703
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
ca5ff45
tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"
by Matúš Kukan
· 11 years ago
858e455
loplugin:constantfunction: various
by Noel Grandin
· 11 years ago
48bb291
convert SFX_FILTER_ constants to enum class
by Noel Grandin
· 11 years ago
fb14be5
create new 'enum class' SotClipboardFormatId to unify types
by Noel Grandin
· 11 years ago
0777231
V803 decreased performance postfix increment
by Michael Stahl
· 11 years ago
ad62a2e
package: PVS-Studio V595 'm_pData' pointer could be null
by Michael Stahl
· 11 years ago
44177f0
package: convert StorInternalData_Impl member to std::unique_ptr
by Michael Stahl
· 11 years ago
c3e45f1
package: convert OStorage::m_pData to std::unique_ptr
by Michael Stahl
· 11 years ago
e43d5f2
package: move WSInternalData_Impl out of header
by Michael Stahl
· 11 years ago
9ad17c2
package: convert OWriteStream::m_pData to std::unique_ptr
by Michael Stahl
· 11 years ago
2877e5a
package: PVS-Studio V595 'm_pData' pointer could be null
by Michael Stahl
· 11 years ago
252a73f
redundant check
by Caolán McNamara
· 11 years ago
d22519f
V801: Decreased performance
by Caolán McNamara
· 11 years ago
4f7a1f5
fdo#75757: Remove inheritance from std::vector
by Matthew Pottage
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
598d819
Visible function type RTTI for Clang -fsanitize=function
by Stephan Bergmann
· 11 years ago
00173d8
Some more loplugin:cstylecast: package
by Stephan Bergmann
· 11 years ago
238ce4a
remove unnecessary casts
by Noel Grandin
· 11 years ago
45ec1d9
brute-force find-and-remove of unused #define constants.
by Noel Grandin
· 11 years ago
7da92fd
cppcheck: Possible inefficient checking for <var> emptiness
by Julien Nabet
· 11 years ago
3a2b1af
Fix simple typos.
by Andrea Gelmini
· 11 years ago
5484475
include algorithm
by Caolán McNamara
· 11 years ago
65e7851
include algorithm
by Caolán McNamara
· 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
180f079
comphelper: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
3fcd2cc
fdo#87210: Re-enable parallel deflate, which was not the root cause.
by Kohei Yoshida
· 11 years ago
ca8e26a
package: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
f921838
package: Better to use temporary files for huge memory zip streams
by Matúš Kukan
· 11 years ago
43eca2d
package: Create memory buffer only when we need it - if we use parallelism
by Matúš Kukan
· 11 years ago
2c2e80d
callcatcher: remove newly unused code
by Caolán McNamara
· 11 years ago
70d4989
remove operator>> methods
by Noel Grandin
· 11 years ago
e0425f9
Globally disable threading for these for now.
by Kohei Yoshida
· 11 years ago
0674dd3
coverity#1242675 Untrusted value as argument
by Caolán McNamara
· 11 years ago
3195247
coverity#1242675 Untrusted value as argument
by Caolán McNamara
· 11 years ago
15b4ab8
cppuhelper: 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
0843ade
package: Do not bother with deflating jpeg images
by Matúš Kukan
· 11 years ago
d09b620
package: Do not deflate small streams in a thread
by Matúš Kukan
· 11 years ago
062cf18
ZipPackageStream::getRawData can be private
by Matúš Kukan
· 11 years ago
7088166
Simplify input parameters to just take the sequence
by Matúš Kukan
· 11 years ago
a42aa52
package: Add possibility to disable deflating in a thread
by Matúš Kukan
· 11 years ago
fbf714b
package: Finally implement parallel zip entries deflating
by Matúš Kukan
· 11 years ago
db55526
package: Call writeLOC always after putNextEntry explicitly
by Matúš Kukan
· 11 years ago
30f80f1
package: Do not use hacky bit 1<<4 in ZipEntry::nFlag
by Matúš Kukan
· 11 years ago
ef8e7ea
There is no XZipOutputEntry interface
by Matúš Kukan
· 11 years ago
3e3b848
package: Use memory stream for compressing zip entries
by Matúš Kukan
· 11 years ago
3e7ab1a
ZipOutputEntry: m_pCurrentEntry is always set
by Matúš Kukan
· 11 years ago
4d1cb2d
package: Zipping STORED entry is the same as rawWrite and we don't encrypt it
by Matúš Kukan
· 11 years ago
2d92a84
package: Move most ZipOutputEntry's methods back to ZipOutputStream
by Matúš Kukan
· 11 years ago
15678e7
ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.
by Matúš Kukan
· 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
1549243
coverity#706578 uncaught exception
by David Tardon
· 11 years ago
2bc6b0d
coverity#706568 Uncaught exception
by Caolán McNamara
· 11 years ago
6bff65d
coverity#706569 Uncaught exception
by Caolán McNamara
· 11 years ago
dd59e89
OSL_ENSURE->assert when follow by deref of tested pointer
by Caolán McNamara
· 11 years ago
6175ccd
coverity#706582 Uncaught exception
by Caolán McNamara
· 11 years ago
125727c
coverity#706583 Uncaught exception
by Caolán McNamara
· 11 years ago
fe0e358
coverity#706584 Uncaught exception
by Caolán McNamara
· 11 years ago
1d200aa
coverity#706590 Uncaught exception
by Caolán McNamara
· 11 years ago
c0c8478
cid#1249676 Uninitialized scalar field
by Noel Grandin
· 11 years ago
95c7984
package: OInputCompStream::m_xStream is never null
by Michael Stahl
· 11 years ago
0e63397
Remove pointless functions now that saveChild() is ZipPackageStream's member
by Matúš Kukan
· 11 years ago
4b60988
Move ZipPackageStream::saveChild to proper source file
by Matúš Kukan
· 11 years ago
1b3122a
package: Add pure virtual ZipPackageEntry::saveChild()
by Matúš Kukan
· 11 years ago
152c4af
package: ZipPackageStream: prefix members
by Matúš Kukan
· 11 years ago
3a8bddc
package: Add ZipOutputEntry to isolate deflating of streams.
by Matúš Kukan
· 11 years ago
aa79a83
coverity#706585 Uncaught exception
by Caolán McNamara
· 11 years ago
e89358a
coverity#706586 Uncaught exception
by Caolán McNamara
· 11 years ago
87cb3a7
unusedcode: Remove Deflater::setLevel
by Matúš Kukan
· 11 years ago
79943fa
coverity#706591 Uncaught exception
by Caolán McNamara
· 11 years ago
58a96d3
bff: terminate on SAXException on malformed input
by Caolán McNamara
· 11 years ago
ae0756d
ZipOutputStream: No need to explicitly set default values
by Matúš Kukan
· 11 years ago
9f495d1
Split ZipPackageFolder::saveChild into two functions
by Matúš Kukan
· 12 years ago
04ebf43
package: ZipOutputStream: prefix members
by Matúš Kukan
· 12 years ago
3d8f059
package: Add some 'const' and prefix members
by Matúš Kukan
· 12 years ago
61d048b
package: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
0ecf6af
loplugin: cstylecast
by Noel Grandin
· 12 years ago
ed00d0d
create a master document template type
by Caolán McNamara
· 12 years ago
ff0ad04
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 12 years ago
be1bb7b
java: use Boolean.valueOf instead of instantiating Boolean objects
by Noel Grandin
· 12 years ago
ac5954d
java: remove commented out code
by Noel Grandin
· 12 years ago
7cc627f
update_pch
by Thomas Arnhold
· 12 years ago
e881571
coverity#706587 Uncaught exception
by Caolán McNamara
· 12 years ago
80231ff
coverity#706588 Uncaught exception
by Caolán McNamara
· 12 years ago
3a1c2d9
coverity#706589 Uncaught exception
by Caolán McNamara
· 12 years ago
Next »