Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/table-style-rebased
/
idlc
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
898cb8b
coverity#982268 Copy-paste error
by Caolán McNamara
· 12 years ago
86cd297
remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro
by Michael Stahl
· 12 years ago
3b09409
idlc: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
32d6415
fdo#83512 Make use of OUStringHash and OStringHash
by Daniel Sikeler
· 12 years ago
ed75aa2
create clang plugin to warn about C-style casts
by Noel Grandin
· 12 years ago
e2080e7
new compilerplugin returnbyref
by Noel Grandin
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
2c5b3e7
Resolves: #i122368# convert inc paths into short form on windows...
by Jürgen Schmidt
· 12 years ago
184a00b
loplugin: inlinesimplememberfunctions
by Noel Grandin
· 12 years ago
6f6f8af
fix-includes.pl: idlc
by Thomas Arnhold
· 12 years ago
0c493207
Revert "CID#705985 ensure umask for mkstemp"
by Stephan Bergmann
· 12 years ago
19c4d8d
Many spelling fixes: directories h* - p*.
by Pedro Giffuni
· 12 years ago
c12bc7f
fixincludeguards.sh: idl and idlc
by Thomas Arnhold
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
9afdc72
callcatcher: update unused code
by Caolán McNamara
· 12 years ago
a52c42a
loplugin:literaltoboolconversion
by Stephan Bergmann
· 12 years ago
ec689e4
coverity#707935 Uninitialized scalar field
by Caolán McNamara
· 12 years ago
361774e
idlc: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
a428586
Typo: atribute(s) -> attribute(s)
by Julien Nabet
· 12 years ago
89420ff
Fix spelling errror
by Tor Lillqvist
· 12 years ago
8e71d94
Remove UNOIDL "array" and "union" vaporware from idlc
by Stephan Bergmann
· 12 years ago
5061fa5
bool improvements
by Stephan Bergmann
· 12 years ago
5806a77
coverity#440064 Logically dead code
by Caolán McNamara
· 12 years ago
57f288f
coverity#440240 Dereference after null check
by Norbert Thiebaud
· 12 years ago
c69b641
fdo#72598 Remove SunStudio cruft from code base
by Jelle van der Waa
· 12 years ago
a39d07e
Unwind occurrences of deprecated sal_sChar, sal_uChar
by Stephan Bergmann
· 12 years ago
e14e4f5
Duplicate base checking code already covers check for opt base != XInterface
by Stephan Bergmann
· 12 years ago
1366e61
Fix fn declaration parameter names to match fn definition
by Stephan Bergmann
· 12 years ago
454f3f72
Fix unoidl sourceprovider interface base and member checks
by Stephan Bergmann
· 12 years ago
bd21de4
Fix unoidl sourceprovider polystruct argument checks
by Stephan Bergmann
· 12 years ago
87dc222
Fix unoidl sourceprovider "published" checks
by Stephan Bergmann
· 12 years ago
2abcff2
constant.tests idlc/unoidl diffs:
by Stephan Bergmann
· 12 years ago
61c09249
attributes.tests idlc/unoidl diffs:
by Stephan Bergmann
· 12 years ago
c5bb39d
Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffs
by Stephan Bergmann
· 12 years ago
2c35fff
remove most use of RTL_CONSTASCII_USTRINGPARAM macro
by Noel Grandin
· 12 years ago
e52779d
remove unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
0e6a260
Convert code that calls OUString::getStr()[] to use the [] operator
by Noel Grandin
· 12 years ago
e2451bd
Convert indexOf->startsWith and lastIndexOf->endsWith
by Noel Grandin
· 12 years ago
7eb42bd
windows: warning 4706 is disabled globally in com_MSC_defs.mk
by Thomas Arnhold
· 12 years ago
7a06928
convert code to use OUString::endsWith
by Noel Grandin
· 12 years ago
a772496
Bin comments that claim to say why some header is included
by Tor Lillqvist
· 12 years ago
3656a57
add mode lines to new files (and idls) since last run
by Caolán McNamara
· 13 years ago
7794ae3
bad search/replace
by Stephan Bergmann
· 13 years ago
aeee571
Use tempfile instead of stdin in exectest.pl
by Stephan Bergmann
· 13 years ago
5f5a981
CID#705985 ensure umask for mkstemp
by Caolán McNamara
· 13 years ago
af05fe6
CID#440614 use after free
by Caolán McNamara
· 13 years ago
71ac97f
Minor clean up
by Stephan Bergmann
· 13 years ago
2f4eeea
Do not leave $$ uninitialized in case of error
by Stephan Bergmann
· 13 years ago
284a03b
parser.y: untabify, remove trailing whitespace, mode lines
by Stephan Bergmann
· 13 years ago
4ef1f4a
downcast of address which does not point to an object of type 'AstInterface'
by Stephan Bergmann
· 13 years ago
d239ee4
downcast of address which does not point to an object of type 'AstType'
by Stephan Bergmann
· 13 years ago
64b993e
finish deprecation of O(U)String::valueOf()
by Luboš Luňák
· 13 years ago
caab53c
fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()
by Jelle van der Waa
· 13 years ago
4b373ef
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
by Thomas Arnhold
· 13 years ago
2ae6f9d
RHEL-5 baseline ver of flex doesn't have nounistd
by Caolán McNamara
· 13 years ago
cb6d67c
Spelling "separate" (etc) correctly is hard
by Tor Lillqvist
· 13 years ago
09373d4
soltools: remove Package_inc and empty unistd.h nonsense
by Michael Stahl
· 13 years ago
72e5d0c
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
75c2c58
add external for unistd.h
by David Tardon
· 13 years ago
84068da
fix logical-op-parenthesis warning
by Peter Foley
· 13 years ago
ba044b1
remove needless forward rtl::OUString declarations
by Luboš Luňák
· 13 years ago
1946794
mass removal of rtl:: prefixes for O(U)String*
by Luboš Luňák
· 13 years ago
Next »