Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/orcus-continuous-integration
/
comphelper
dc5ae42
include time.h for time
by Caolán McNamara
· 11 years ago
18ad91e
boost::random->std::random
by Caolán McNamara
· 11 years ago
f8922b6
Remove unnecessary comphelper::string::getToken
by Stephan Bergmann
· 11 years ago
7f476fe
boost::unordered_map -> c++11 std::unordered_map
by Caolán McNamara
· 11 years ago
85bcf06
comphelper: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
9adb820
java: simplify the getMSF() methods
by Noel Grandin
· 11 years ago
dd6c337
java: remove some comment noise
by Noel Grandin
· 11 years ago
b9ca4de
From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri
by Stephan Bergmann
· 11 years ago
fced316
comphelper::SequenceAsHashMap: throw IllegalArgumentException
by Stephan Bergmann
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
bbb675d
Some more compareVersionStrings() tests
by Tor Lillqvist
· 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
ca2fefb
Add a function to compare version number strings
by Tor Lillqvist
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
6f46cf4
thread-pool: Initialize empty pools to start complete.
by Matúš Kukan
· 11 years ago
68f912e
thread-pool: fix waiting until all tasks are complete.
by Michael Meeks
· 11 years ago
593a44a
thread-pool: re-work termination semantics to avoid problems.
by Michael Meeks
· 11 years ago
62090f6
Move thread-pool down into comphelper for re-use elsewhere.
by Michael Meeks
· 11 years ago
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
d45607c
Revert recent changes to comphelper::OSequenceOutputStream
by Matúš Kukan
· 12 years ago
20538c2
FastSerializer: Avoid sequences where possible
by Matúš Kukan
· 12 years ago
cc3ac38
FastSerializer: Do not keep whole sequence in memory; write in chunks
by Matúš Kukan
· 12 years ago
8cc5b62
Remove mutex from OSequenceOutputStream; it's intended to be fast
by Matúš Kukan
· 12 years ago
ad9498f
More -Werror,-Wunused-private-field
by Stephan Bergmann
· 11 years ago
9b92b42
coverity#706285 Uncaught exception
by Caolán McNamara
· 11 years ago
0e06dbd
coverity#706284 Uncaught exception
by Caolán McNamara
· 11 years ago
e263aba
coverity#706275 Uncaught exception
by Caolán McNamara
· 11 years ago
edaee23
coverity#1242878 Unused value
by Caolán McNamara
· 11 years ago
52028d4
Revert "coverity#1224993 Uncaught exception"
by Stephan Bergmann
· 11 years ago
b66a96d
coverity#1224993 Uncaught exception
by Caolán McNamara
· 12 years ago
b489518
coverity#706283 Uncaught exception
by Caolán McNamara
· 12 years ago
fb6d3b8
disambiguate uniform_int_distribution
by Caolán McNamara
· 12 years ago
d1fbbb0
I shouldn't be shy, just assert()
by Tor Lillqvist
· 12 years ago
4bb67e6
Handle incorrect usage of uniform_real_distribution()
by Tor Lillqvist
· 12 years ago
de78b2c
when size_t == unsigned int
by Caolán McNamara
· 12 years ago
8f436d3
use comphelper::rng::uniform_*_distribution everywhere
by Caolán McNamara
· 12 years ago
cde0a09
coverity#1242878 Unused value
by Caolán McNamara
· 12 years ago
c91dec0
comphelper: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
5139fad
loplugin: cstylecast
by Noel Grandin
· 12 years ago
ed00d0d
create a master document template type
by Caolán McNamara
· 12 years ago
2602a41
coverity#706466 Uncaught exception
by Caolán McNamara
· 12 years ago
cb347dd
stario -> css::io
by Thomas Arnhold
· 12 years ago
edda7db
starcontainer -> css::container
by Thomas Arnhold
· 12 years ago
123c64a
starawt -> css::awt
by Thomas Arnhold
· 12 years ago
78b2d82
comphelper: starbeans -> css::beans
by Thomas Arnhold
· 12 years ago
f133857
comphelper: starutil -> css::util
by Thomas Arnhold
· 12 years ago
3209323
comphelper: starlang -> css::lang
by Thomas Arnhold
· 12 years ago
007099e
comphelper: staruno -> css::uno
by Thomas Arnhold
· 12 years ago
8c9fdc4
java: remove modifiers implied by the context
by Noel Grandin
· 12 years ago
3f210b0
java: remove unnecessary return statements
by Noel Grandin
· 12 years ago
0764292
java: use 'Short.valueOf' instead of 'new Short'
by Noel Grandin
· 12 years ago
8a2c6c2
java: use 'Long.valueOf' instead of 'new Long'
by Noel Grandin
· 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
7a54951
coverity#1231667 Unchecked return value
by Caolán McNamara
· 12 years ago
d005aca
Resolves: #i125386# secured user request and changed some bools to bitfield
by Armin Le Grand
· 12 years ago
0c5f51e
java: remove commented out code
by Noel Grandin
· 12 years ago
eeeef4e
Include <algorithm> for std::min
by Tor Lillqvist
· 12 years ago
136fa54
coverity#706282 Uncaught exception
by Caolán McNamara
· 12 years ago
b036758
coverity#706281 Uncaught exception
by Caolán McNamara
· 12 years ago
d5dd121
Use OUStringHash here.
by Kohei Yoshida
· 12 years ago
f8226e8
Pass a useful exception message.
by Kohei Yoshida
· 12 years ago
f692c88
use SimpleReferenceObject in comphelper module
by Noel Grandin
· 12 years ago
0d78ad8
DBG_ASSERT->assert when followed by dereference
by Caolán McNamara
· 12 years ago
2134c96
comphelper: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
37b1835
Revert "comphelper: sal_Bool -> bool"
by Stephan Bergmann
· 12 years ago
c95ff75
comphelper: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
4ddf6c7
Typo: conteiner->container
by Julien Nabet
· 12 years ago
42bcbee
clang: Result of operation is garbage or undefined
by Caolán McNamara
· 12 years ago
533c6cb
fixes for up-casting to Reference<XInterface>
by Noel Grandin
· 12 years ago
e2080e7
new compilerplugin returnbyref
by Noel Grandin
· 12 years ago
1d38cb36
fdo#71076, fdo#71767: Preserve number formats when charts are copied.
by Kohei Yoshida
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
9ea1bb2
loplugin:staticcall
by Stephan Bergmann
· 12 years ago
e8f40ec
coverity#983616 Uncaught exception
by Caolán McNamara
· 12 years ago
63312db
coverity#706280 Uncaught exception
by Caolán McNamara
· 12 years ago
c8b78a1
coverity#706287 uncaught exception
by Caolán McNamara
· 12 years ago
5e46374
coverity#706286 uncaught exception
by Caolán McNamara
· 12 years ago
41066fe
comphelper: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
f0ae48b
remove unnecessary NULL parameter passed to UNO Exception
by Noel Grandin
· 12 years ago
0f2824b
remove more unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
9af0abe
remove unnecessary use of Reference constructor in throw
by Noel Grandin
· 12 years ago
9b791f9
remove unnecessary use of OUString constructor when throwing
by Noel Grandin
· 12 years ago
9c2b19c
coverity#703930 Unchecked return value
by Caolán McNamara
· 12 years ago
e7bc3ca
remove boilerplate in UNO Exception constructor calls
by Noel Grandin
· 12 years ago
b09b5f8
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19
by Julien Nabet
· 12 years ago
9c3e819
move boost rng wrapper from sc to comphelper
by Thomas Arnhold
· 12 years ago
3c1e30b7
Correct common misspellings, and remove some ASCII art along the way.
by Chris Laplante
· 12 years ago
0b3d0fb
fdo#78159: fix import of OOoXML embedded objects
by Michael Stahl
· 12 years ago
c288b17
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12
by Julien Nabet
· 12 years ago
613b9fa
comphelper: remove SAL_INFO's that only mark function entry
by Noel Grandin
· 12 years ago
036a660
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11
by Julien Nabet
· 12 years ago
6d2de44
fix-includes.pl: comphelper
by Thomas Arnhold
· 12 years ago
569ff67
update_pch: add a bunch of pch files
by Thomas Arnhold
· 12 years ago
2510690
callcatcher: update unused code
by Caolán McNamara
· 12 years ago
4f9b212
simplify ternary conditions "xxx ? yyy : false"
by Noel Grandin
· 12 years ago
0a1d822
Many spelling fixes: directories a* - g*.
by Pedro Giffuni
· 12 years ago
dc469b9
odd that apparently these only are checked in non-opt mode
by Caolán McNamara
· 12 years ago
Next »