Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/external-data-ui
/
binaryurp
d347c24
convert std::map::insert to std::map::emplace
by Noel Grandin
· 9 years ago
ec8c98f
use more SAL_N_ELEMENTS part 3
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
06aa3dd
Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurp
by Stephan Bergmann
· 9 years ago
013d978
Drop :: prefix from std in [a-b]*/
by Tor Lillqvist
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
83721f4
makeAny->Any in basctl..chart2
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
d689ad2
New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString
by Stephan Bergmann
· 9 years ago
8d4a306
loplugin:unusedfields
by Noel Grandin
· 9 years ago
0ba00ee
Replace remaining OSL_ASSERT etc. in binaryurp
by Stephan Bergmann
· 10 years ago
c480677
In binaryurp, fix change from rtl_copyMemory to memcpy
by Stephan Bergmann
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
9bc591f
cid#1371307: Move semantics for BinaryAny
by Stephan Bergmann
· 10 years ago
272e761
split the assert into two
by Markus Mohrhard
· 10 years ago
4e3ed5a
use SAL_DEPRECATED in uno::Reference
by Noel Grandin
· 10 years ago
428e23f
Fix some spelling errors in comments and strings
by Otto Kekäläinen
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
b8eb294
loplugin:passstuffbyref in various
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
b14224f
loplugin:unusedmethods
by Noel Grandin
· 10 years ago
e68121b
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
be729e7
tdf#94269: Replace "n" prefix for bool variables with "b"
by Benjamin Ni
· 11 years ago
63f90a9
tdf#65108 use <> instead of "" in include line
by Feyza Yavuz
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
bff4c13
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
315afb1
tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
1d7220d
More informative exception message
by Stephan Bergmann
· 11 years ago
d9727f1
loplugin:redundantcast: const_cast to same type
by Stephan Bergmann
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
31e24f4
Remove redundant Reference<> from within UnoType<> uses
by Stephan Bergmann
· 11 years ago
bd08ebde
restore dependencies
by Caolán McNamara
· 11 years ago
01a8bda
boost::noncopyable->'= delete'
by Caolán McNamara
· 11 years ago
a1ceacc
boost::foo_ptr->std::foo_ptr
by Caolán McNamara
· 11 years ago
3149825
loplugin:cstylecast: warn about certain redundant reinterpret_casts
by Stephan Bergmann
· 11 years ago
d79b96c
css::uno::Sequence ctor with initializer_list
by Stephan Bergmann
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
f2d8fda
cid#1212456 Silently ignore uno_assignData return value here
by Stephan Bergmann
· 11 years ago
11311b9
untabify
by Stephan Bergmann
· 12 years ago
5045400
Replace use of o3tl::heap_ptr with std::unique_ptr
by Stephan Bergmann
· 12 years ago
0d78ad8
DBG_ASSERT->assert when followed by dereference
by Caolán McNamara
· 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
0e507ae
various: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
e7bc3ca
remove boilerplate in UNO Exception constructor calls
by Noel Grandin
· 12 years ago
184e4ef
rhbz#1016758: Dispose bridges when disposing bridge factory
by Stephan Bergmann
· 12 years ago
ff43ba7
coverity#707665 Uninitialized scalar field
by Caolán McNamara
· 12 years ago
5575146
coverity#707666 Uninitialized scalar field
by Caolán McNamara
· 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
c3e84d4
sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIX
by Stephan Bergmann
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
af181dc
Use cppu::BaseMutex instead of plain osl::Mutex as base
by Stephan Bergmann
· 12 years ago
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
598243b
Remove visual noise from binaryurp
by Alexander Wilms
· 12 years ago
ee585cc
cid#983607 unexpected std::exception
by Stephan Bergmann
· 12 years ago
afb9d33
cid#706247 wrong exception type
by Stephan Bergmann
· 12 years ago
5499d4c
Revert "cid#707663 uninitialized pointer field"
by Michael Stahl
· 12 years ago
169bc8f7
Revert "cid#707662 uninitialized pointer field"
by Michael Stahl
· 12 years ago
c3891d8
Revert "cid#707661 uninitialized pointer field"
by Michael Stahl
· 12 years ago
571d116
cid#707663 uninitialized pointer field
by Noel Grandin
· 12 years ago
5523275
cid#707662 uninitialized pointer field
by Noel Grandin
· 12 years ago
e453ba9
cid#707661 uninitialized pointer field
by Noel Grandin
· 12 years ago
cf1f27af
auto_ptr -> heap_ptr
by Stephan Bergmann
· 12 years ago
6606611
auto_ptr -> scoped_ptr
by Stephan Bergmann
· 12 years ago
f6245d5
fdo#56511 Don't unduly delay Bridge termination
by Stephan Bergmann
· 12 years ago
a5090cc
Related: #i123862# use O*String's isEmpty() method...
by Herbert Dürr
· 12 years ago
b1d65c9
Allow setting environment value directly in .component files
by Stephan Bergmann
· 12 years ago
70fe99d
Minor simplification
by Stephan Bergmann
· 12 years ago
289e54f
binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flags
by Stephan Bergmann
· 12 years ago
d366c9b2
remove unnecessary sal_Unicode casts in various places
by Noel Grandin
· 12 years ago
704f95e
fdo#54938: More uses of cppu::supportsService
by Marcos Paulo de Souza
· 12 years ago
12dc490
No need for a buggy rewrite
by Stephan Bergmann
· 13 years ago
059f041
cppcheck: fix duplicateExpression
by Julien Nabet
· 13 years ago
08bb8fc
#i122208# replace the binaryurp cache for improved C++ compatibility
by Herbert Dürr
· 13 years ago
72e5d0c
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
ba044b1
remove needless forward rtl::OUString declarations
by Luboš Luňák
· 13 years ago
2be8a22
binaryurp does not need offapi
by David Tardon
· 13 years ago
79b0046
remove legacy build.pl prj/build.lst files.
by Michael Meeks
· 13 years ago
b768611
remove all d.lst
by Michael Stahl
· 13 years ago
f6edfef
RTL_CONSTASCII_USTRINGPARAM removals
by Krisztian Pinter
· 13 years ago
a53586f
gbuild: do not copy boost headers around
by Michael Stahl
· 13 years ago
66a1758
c++ API: use css alias in generated headers, adds global css decl
by Thorsten Behrens
· 13 years ago
ed7d582
cleanup README files.
by Michael Meeks
· 13 years ago
0770b6c
add a README files
by Manal Alhassoun
· 13 years ago
cbf2008
Use prefix
by Tor Lillqvist
· 14 years ago
36a2db3
Replace usage of rtl_*Memory with equivalent from string.h
by Arnaud Versini
· 14 years ago
5032dc0
gbuild: invert handling of standard system libraries:
by Michael Stahl
· 14 years ago
b85c349
gbuild: replace direct gb_STDLIBS use with ...
by Michael Stahl
· 14 years ago
2e677c3
gbuild: split uwinapi out of gb_STDLIBS
by Michael Stahl
· 14 years ago
750fc20
replace remaining InterlockedCount() with inlined version
by Norbert Thiebaud
· 14 years ago
b854de9
deprecate oustringostreaminserter.hxx
by Norbert Thiebaud
· 14 years ago
900d60b
fdo#46808, Adapt bridge::BridgeFactory UNO service to new style
by Noel Grandin
· 14 years ago
7a7a2c5
Cosmetics
by Stephan Bergmann
· 14 years ago
a60f911
OUString and RTL_CONSTASCII cleanup
by Ricardo Montania
· 14 years ago
e47fe5c
Change rtl::OUString to OUString
by Ricardo Montania
· 14 years ago
edaf3e8
fdo#43433: Binary URP works gracefully with old Java URP
by Stephan Bergmann
· 14 years ago
90b01ef
Bin no longer used iOS cppunit stuff that breaks build even
by Tor Lillqvist
· 14 years ago
Next »