Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/libreoffice-5-0-3
/
cppuhelper
5b1337f
tdf#62475: partial handmade fixes
by Andrea Gelmini
· 11 years ago
78f3ae6
cppuhelper: Allow logging the used services / constructors.
by Jan Holesovsky
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
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
1bdbe0b
convert REG_ constants to scoped enum
by Noel Grandin
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
ead3062
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
caaf143
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
e97b327
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
aa7a829
loplugin:staticfunction
by Noel Grandin
· 11 years ago
b33788c
Typos
by Julien Nabet
· 11 years ago
6baf24c
Typo: constarined->constrained
by Julien Nabet
· 11 years ago
c3cd100
CppCheck cleanlyness : reduce variable's scope
by Michaël Lefèvre
· 11 years ago
48f0a5e
Typos
by Julien Nabet
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
cead54b
Use vector::data
by Stephan Bergmann
· 11 years ago
0866023
Get rid of std::auto_ptr in stable URE interface
by Stephan Bergmann
· 11 years ago
ede5901
coverity#1266445 Explicit null dereferenced
by Caolán McNamara
· 11 years ago
dbdb819
Some more loplugin:cstylecast: cppuhelper
by Stephan Bergmann
· 11 years ago
619b13f
Variadic cppu::WeakComponentImplHelper
by Stephan Bergmann
· 11 years ago
d3ce5b2
Fix getTypes() of OPropertySetHelper and derived
by Stephan Bergmann
· 11 years ago
d4019c9
-Werror=array-bounds
by Stephan Bergmann
· 11 years ago
8ab4d2f
drop crashrep unused since start of LibreOffice
by Caolán McNamara
· 11 years ago
0d44e98
Variadic cppu::WeakImplHelper
by Stephan Bergmann
· 11 years ago
7f476fe
boost::unordered_map -> c++11 std::unordered_map
by Caolán McNamara
· 11 years ago
9598e90
-Werror,-Winfinite-recursion
by Stephan Bergmann
· 11 years ago
d269b9a
Remove unused */qa/checkapi/
by Stephan Bergmann
· 11 years ago
f137353
cppuhelper: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
1be14f1
cppuhelper: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
6ddde10
rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit
by Stephan Bergmann
· 11 years ago
15b4ab8
cppuhelper: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
11b0ce9
cid#706201: No need to call access prior to realpath here
by Stephan Bergmann
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
c70f154
Removed duplicated includes
by Andrea Gelmini
· 11 years ago
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
98bb53a
fdo#80927: css.office.Quickstart should be single-instance service.
by Matúš Kukan
· 12 years ago
05dfa2f
cppuhelper: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
18539f4
Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layout
by Stephan Bergmann
· 12 years ago
0af1c09
Eliminate memory leak due to circular shared_ptr
by Matthew J. Francis
· 12 years ago
9685276
cppu and cppuhelper: loplugin: cstylecast
by Noel Grandin
· 12 years ago
0cac63d
fix access to potentiellement empty string
by Norbert Thiebaud
· 12 years ago
6492c85
Make the "Mac-like" or "canonical" app bundle structure always used on OS X
by Tor Lillqvist
· 12 years ago
2d73a9d
Remove unnecessary #include
by Stephan Bergmann
· 12 years ago
83dbae1
warning C4702: unreachable code
by Michael Stahl
· 12 years ago
608ebc6
Remove redundant inclusions of header "cppuhelper/shlib.h"
by Matthew Pottage
· 12 years ago
03e0bd6
[API CHANGE] Removed two cppuhelper deprecated headers.
by Matthew Pottage
· 12 years ago
ef9449c
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
dac4ca5
new loplugin: externalandnotdefined
by Noel Grandin
· 12 years ago
e50ef19
New loplugin:stringconcat
by Stephan Bergmann
· 12 years ago
a15715c
-Wstrict-prototypes
by Stephan Bergmann
· 12 years ago
da906ab
cppuhelper: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
13b2519
update_pch: add a bunch of pch files
by Thomas Arnhold
· 12 years ago
530899b
cppuhelper: fix includes
by Thomas Arnhold
· 12 years ago
8e115c6
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
63387ab
coverity#983624 Uncaught exception
by Caolán McNamara
· 12 years ago
e7bc3ca
remove boilerplate in UNO Exception constructor calls
by Noel Grandin
· 12 years ago
c5d47c3
add default value for Context param in uno::Exception constructors
by Noel Grandin
· 12 years ago
d032220
Combine unoidl::loadProvider and unoidl::Manager::addProvider
by Stephan Bergmann
· 12 years ago
cd11bc6
C string usage improvment
by Arnaud Versini
· 12 years ago
c288b17
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12
by Julien Nabet
· 12 years ago
68e7692
Fix previous commit
by Julien Nabet
· 12 years ago
bd59628
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10
by Julien Nabet
· 12 years ago
0a1d822
Many spelling fixes: directories a* - g*.
by Pedro Giffuni
· 12 years ago
541761d
prefer makefile-gmake-mode
by Takeshi Abe
· 12 years ago
e6ac6cb
automaticly -> automatically.
by Jan Holesovsky
· 12 years ago
ab07f81
Print the important failure messages on iOS even in a non-debug build
by Tor Lillqvist
· 12 years ago
8bb2ce6
fixincludeguards.sh: some smaller dirs
by Thomas Arnhold
· 12 years ago
fa0ffdb
cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused
by Stephan Bergmann
· 12 years ago
5f0321b
fix creating com.sun.star.sheet.Solver instance
by Matúš Kukan
· 12 years ago
8f5df0d
Remove unused copy ctor (and use boost::noncopyable)
by Stephan Bergmann
· 12 years ago
6cbf8da
Make function prototype visible
by Stephan Bergmann
· 12 years ago
c1395fe
Remove unused inline constructor
by Stephan Bergmann
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
c2d6d94
coverity#705457 Dereference null return value
by Caolán McNamara
· 12 years ago
88999eb
Use cppu::BaseMutex instead of plain osl::Mutex as base
by Stephan Bergmann
· 12 years ago
86a3258
Find places where OUString and OString are passed by value.
by Noel Grandin
· 12 years ago
023c00b
cppuhelper: simplify deprecated XTypeProvider.getImplementationId
by Stephan Bergmann
· 12 years ago
518b753
Remove visual noise from cppuhelper
by Alexander Wilms
· 12 years ago
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
0ce0c36
Remove unneccessary comments
by Alexander Wilms
· 12 years ago
1941980
coverity#707716 Uninitialized pointer field
by Caolán McNamara
· 12 years ago
4f7e948
clean up
by Stephan Bergmann
· 12 years ago
3714d1c
Do not throw when a singleton can't be raised, only warn.
by Matúš Kukan
· 12 years ago
7f902e1
cppuhelper: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
d39178f
Drop unused #include
by Takeshi Abe
· 12 years ago
874c481
Simplify service manager's tracking of singletons
by Stephan Bergmann
· 12 years ago
58996b1
Remove needless SAL_DLLPRIVATE annotations
by Stephan Bergmann
· 12 years ago
f9369d3
fdo#54938 Convert to cppu::supportsService
by Alexandre Vicenzi
· 12 years ago
9e77c2f
Remove UNOIDL "array" and "union" vaporware remnants
by Stephan Bergmann
· 12 years ago
c68a8f4
bool improvements
by Stephan Bergmann
· 12 years ago
24386ce
Log what we are about to "load" in the DISABLE_DYNLOADING case
by Tor Lillqvist
· 12 years ago
e3133ae
Let C++ inline functions return bool instead of sal_Bool
by Stephan Bergmann
· 12 years ago
c2c530d
Introduce static inline cppu::acquire(), and make use of that.
by Jan Holesovsky
· 12 years ago
f278397
Change _get_implementation()'s not to do initialization directly.
by Jan Holesovsky
· 12 years ago
585d562
Simplify code; STATUS_LOADED => component||factory1||factory2
by Stephan Bergmann
· 12 years ago
306efef
Minimize the constructor functions to a bare minimum.
by Jan Holesovsky
· 12 years ago
Next »