Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract7409
/
binaryurp
039180f
Revert "improve logging message"
by Noel Grandin
· 4 years, 10 months ago
9f0484c
improve logging message
by Noel Grandin
· 4 years, 10 months ago
3e8e5f0
Simplify Sequences initializations (accessibility/binaryurp)
by Julien Nabet
· 4 years, 10 months ago
d8d1565
small perf improvement in readMemberValues
by Noel Grandin
· 5 years ago
10d29c3
throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite
by Stephan Bergmann
· 5 years ago
ea5641b
Updated README.md files to represent current code / use Markdown format
by Hossein
· 5 years ago
c161587
Using .md extension/Markdown syntax for modules README
by Hossein
· 5 years ago
96388e5
Drop 'static_cast<cppu::OWeakObject*>' syntactic noise
by Mike Kaganski
· 5 years ago
7874cba
loplugin:referencecasting in basctl..binaryurp
by Noel
· 5 years ago
bb06f51
loplugin:stringviewparam extend to comparison operators
by Noel
· 5 years ago
31fbd2b
tdf#123936 Formatting files in module binaryurp with clang-format
by Philipp Hofer
· 5 years ago
0505a00
tdf#42949 Fix new IWYU warnings in directories [ab]*
by Gabor Kelemen
· 5 years ago
5381af1
tdf#124176 Use #pragma once in binaryurp
by George Bateman
· 6 years ago
c5b985b
replace usage of blacklist with excludelist for IWYU
by Thorsten Behrens
· 6 years ago
9be078a
binaryurp: create instances with uno constructors
by Noel Grandin
· 6 years ago
eb582a5
Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurp
by Stephan Bergmann
· 6 years ago
acbe574
Rephrase comment
by Stephan Bergmann
· 6 years ago
760980b
Fix typos
by Andrea Gelmini
· 6 years ago
ba86099
HACK to decouple URP release calls from all other threads
by Stephan Bergmann
· 6 years ago
ff3324b
Improve a SAL_WARN message
by Stephan Bergmann
· 6 years ago
56428bd
Properly handle initial object queryInterface return value
by Stephan Bergmann
· 6 years ago
898cbb2
use for-range on Sequence in basctl..canvas
by Noel Grandin
· 6 years ago
58f39d2
tdf#42949 Add back includes to binaryurp/
by Gabor Kelemen
· 6 years ago
aef7feb
New loplugin:unsignedcompare
by Stephan Bergmann
· 6 years ago
5405681
tdf#42949 Fix IWYU warnings in binaryurp/
by Gabor Kelemen
· 6 years ago
254b920
Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurp
by Stephan Bergmann
· 7 years ago
c88f760
Use hasElements to check Sequence emptiness in accessibility..canvas
by Arkadiy Illarionov
· 7 years ago
c18e2ea
New loplugin:data
by Stephan Bergmann
· 7 years ago
5206992
Some uses of C++17 class template argument deduction
by Stephan Bergmann
· 7 years ago
e01b9e7
Use C++17 nested namespace definitions (in binaryurp)
by Stephan Bergmann
· 7 years ago
a47b8f2
tdf#112689:Replace chained O(U)StringBuffer::append() with operator+
by Furkan Ahmet Kara
· 7 years ago
777a3f0
Use [[maybe_unused]] instead of cast to void
by Stephan Bergmann
· 7 years ago
ab9b67b
Remove obsolete SAL_FALLTHROUGH completely
by Stephan Bergmann
· 7 years ago
23e32f4
Use structured binding
by Stephan Bergmann
· 7 years ago
ccb2a1f
clang-tidy readability-redundant-smartptr-get
by Noel Grandin
· 7 years ago
bb209f2
Revert "clang bugprone-unused-return-value"
by Noel Grandin
· 8 years ago
7764ae7
clang bugprone-unused-return-value
by Noel Grandin
· 8 years ago
37f9fdc
replace rtl_allocateMemory with std::malloc
by Noel Grandin
· 8 years ago
a5be07d
inline use-once typedefs
by Noel Grandin
· 8 years ago
3af5005
loplugin:salcall fix functions
by Noel Grandin
· 8 years ago
d3c607b
Replace list by vector in incomingrequest (binaryurp)
by Julien Nabet
· 8 years ago
86cda9a
Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8
by Julien Nabet
· 8 years ago
9d1f61a
Replace some lists by vectors in binaryurp
by Julien Nabet
· 8 years ago
d9b6f4f
loplugin:constmethods in unotools
by Noel Grandin
· 8 years ago
ff57812
binaryurp: consistently use "" and <> for include directives
by Mike Kaganski
· 8 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
84cbd6a
clang-tidy modernize-use-emplace in b*
by Noel Grandin
· 9 years ago
e9d64ca
Replace use of oslInterlockedCount with std::atomic
by Stephan Bergmann
· 9 years ago
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
Next »