Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/pivotcharts
/
bridges
5ad636a
Fix typos
by Andrea Gelmini
· 9 years ago
d7ebb70
loplugin:redundantcast
by Stephan Bergmann
· 9 years ago
3d53ec9
loplugin:redundantcast
by Stephan Bergmann
· 9 years ago
7299481
loplugin:redundantcast find redundant c-style enum casts
by Noel Grandin
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
1d4f1ea
UNO bridges: Remove MSVC 2013 legacy code
by David Ostrovsky
· 10 years ago
0a850f3
Fix typos
by Andrea Gelmini
· 9 years ago
0e21f66
Kill bitrot Emscripten experiment
by Khaled Hosny
· 9 years ago
dd18f8a
ios update to make TiledLibreOffice compile/link
by jan Iversen
· 9 years ago
013d978
Drop :: prefix from std in [a-b]*/
by Tor Lillqvist
· 9 years ago
b862cbd
Support MSVC 15.0
by David Ostrovsky
· 9 years ago
c26d6ed
LEAK_STATIC_DATA is always defined for WNT
by Stephan Bergmann
· 9 years ago
61396df
LEAK_STATIC_DATA is only ever defined for WNT
by Stephan Bergmann
· 9 years ago
8646ab9
Remove MinGW support
by Stephan Bergmann
· 9 years ago
5595ee7
loplugin:useuniqueptr
by Stephan Bergmann
· 9 years ago
5a3722b
loplugin:stringconstant
by Stephan Bergmann
· 9 years ago
f1d83ac
loplugin:stringconstant check for unnecessary OUString constructor..
by Noel Grandin
· 9 years ago
f86845b
iOS bridge: Log function names, not string pointers
by Samuel Mehrbrodt
· 9 years ago
3024e89
Fix undefined misaligned writes
by Stephan Bergmann
· 9 years ago
a2dafe2
fix sparc64 bridges build
by Rene Engelhard
· 9 years ago
d689ad2
New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString
by Stephan Bergmann
· 9 years ago
9ec4c4a
Don't rely on __builtin_alloca when creating a call stack
by Stephan Bergmann
· 9 years ago
c01e024
Drop unnecessary nFPR parameter
by Stephan Bergmann
· 9 years ago
6daac9a
Drop unused nGPR parameter
by Stephan Bergmann
· 9 years ago
fee419a
clang-cl loplugin: bridges
by Stephan Bergmann
· 9 years ago
b647996
replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)
by Michael Stahl
· 10 years ago
6af14d2
loplugin:override
by Stephan Bergmann
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
ef5e3bf
SAL_FALLTHROUGH
by Tor Lillqvist
· 10 years ago
5a83314
SAL_FALLTHROUGH
by Tor Lillqvist
· 10 years ago
3cb4576
(initial) sparc64 port
by James Clarke
· 10 years ago
f5f0758
Revert "hack for now"
by Caolán McNamara
· 10 years ago
f579266
hack for now
by Caolán McNamara
· 10 years ago
f541b99
loplugin:nullptr: Better heuristic to determine code shared between C and C++
by Stephan Bergmann
· 10 years ago
99db9f2
Make --enable-symbols orthogonal to --enable-debug/-dbgutil
by Stephan Bergmann
· 10 years ago
b6b34d5
Clarify calculation precedence tdf#39440
by Muhammet Kara
· 10 years ago
8ad0fb8
bridges: [loplugin:staticanonymous]
by Michael Stahl
· 10 years ago
67f3a9a
bridges: [loplugin:nullptr]
by Michael Stahl
· 10 years ago
371ddde
bridges: [loplugin:salbool]
by Michael Stahl
· 10 years ago
d777746
bridges: -Werror,-Wimplicit-fallthrough
by Michael Stahl
· 10 years ago
3b19759
tdf#39440 Reduced the scope of the variable c
by Gökhan Gurbetoğlu
· 10 years ago
e084933
Get rid of unnecessary directory levels $D/inc/$D
by Tor Lillqvist
· 10 years ago
a890e31
SAL_FALLTRHOUGH in Windows-only code
by Stephan Bergmann
· 10 years ago
81ad706b
Replace comment with SAL_FALLTHROUGH
by Stephan Bergmann
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
1269415
tdf#97499 Fixed containers parameters clearing #7
by tymyjan
· 10 years ago
6dbceba
tdf#97499 Fixed containers parameters clearing #6
by tymyjan
· 10 years ago
a68a285
bridges/inc/bridges/cpp_uno/bridge.hxx appears unused
by Stephan Bergmann
· 10 years ago
8a09cd2
loplugin:salbool
by Stephan Bergmann
· 10 years ago
8762aa9
clang-tidy modernize-loop-convert in b*
by Noel Grandin
· 10 years ago
9a978d6
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
b8eb294
loplugin:passstuffbyref in various
by Noel Grandin
· 10 years ago
8c2f2e1
tdf#94306 replace boost::noncopyable in ..
by Jochen Nitschke
· 10 years ago
88754ea
Avoid reserved identifiers
by Stephan Bergmann
· 10 years ago
2e73ae7
-Werror,-Wshadow
by Stephan Bergmann
· 10 years ago
1e161eb
Use config_cxxabi.h to check for __*class_type_info
by Stephan Bergmann
· 10 years ago
3d63d0c
Adapt __cxxabiv1 for libc++abi
by Stephan Bergmann
· 10 years ago
0fef230
Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSION
by Stephan Bergmann
· 10 years ago
069506b
Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exception
by Stephan Bergmann
· 10 years ago
128deea
cxxabi.h is not specific to GCC
by Stephan Bergmann
· 10 years ago
baad027
Expect _Unwind_Exception to be defined in the compilers' unwind.h
by Stephan Bergmann
· 10 years ago
94f1950
Add missing include
by David Ostrovsky
· 10 years ago
8d17a0f
WaE: vs2015 shadow local
by Norbert Thiebaud
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
538f276
Formatting changes across all modules
by Chris Sherlock
· 10 years ago
fdfcb1c
Fix loop to actually get executed
by Stephan Bergmann
· 10 years ago
0dfcb85
boost::unordered_map->std::unordered_map in bridges
by Noel Grandin
· 10 years ago
ef99aad
Quickfix for Win 64-bit C++ UNO bridge (more than 20 params)
by Stephan Bergmann
· 10 years ago
4cf8791
this dir has lain unused for years now
by Caolán McNamara
· 10 years ago
5ee8e22
cppcheck: noExplicitConstructor
by Caolán McNamara
· 10 years ago
92e60e1
Fix typos
by Andrea Gelmini
· 10 years ago
0725bdf
Kill check for ancient FreeBSD version
by Caolán McNamara
· 10 years ago
27f5679
tdf#95903: Fix return value handling in msvc_win32_x86-64 bridge
by Stephan Bergmann
· 10 years ago
cee265544
Kill check for ancient FreeBSD version
by Baptiste Daroussin
· 10 years ago
4a1edf6
More loplugin:nullptr automatic rewrite (within templates)
by Stephan Bergmann
· 10 years ago
871b5ab
Work around missing __CxxDetectRethrow in clang-cl
by Stephan Bergmann
· 10 years ago
5d7bd6b
default to trying the linux bridge for all linuxy like things
by Caolán McNamara
· 10 years ago
0f54e53
missing namespace
by Stephan Bergmann
· 10 years ago
2b66862
...and make it clear that RegParamKind /is/ used
by Stephan Bergmann
· 10 years ago
9124ab7
REGPARAM_INT/FLT /are/ used
by Stephan Bergmann
· 10 years ago
6b26ed7
-Werror,-Wunused-private-field
by Stephan Bergmann
· 10 years ago
4cc0733
-Werror,-Wdynamic-class-memaccess
by Stephan Bergmann
· 10 years ago
6c8a5bc
-Wmicrosoft-cast
by Stephan Bergmann
· 10 years ago
033d1ac
-Werror,-Wmicrosoft-exception-spec
by Stephan Bergmann
· 10 years ago
53f16c3
remove unused typedefs and inline use-once typedefs
by Noel Grandin
· 10 years ago
46bdc50
Don't assume sal_Unicode is unsigned short
by Stephan Bergmann
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
ba8a957
Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG
by Stephan Bergmann
· 10 years ago
520cd4e
loplugin:nullptr (automatic rewrite; Mac-specific code)
by Stephan Bergmann
· 10 years ago
655c2d5
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
dfcb982
java:no need to explicitly create these constructors
by Noel Grandin
· 10 years ago
be729e7
tdf#94269: Replace "n" prefix for bool variables with "b"
by Benjamin Ni
· 11 years ago
1b218f3
Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicable
by David Ostrovsky
· 10 years ago
5e04886
Remove spurious vertical whitespace
by Stephan Bergmann
· 10 years ago
3f7c8ce
Don't rely on __builtin_alloca when creating a call stack
by Stephan Bergmann
· 10 years ago
3dbea3a
Pass emit-debuginfo flags into special bridge compilations, if applicable
by Stephan Bergmann
· 10 years ago
0b6a0d4
bridges: loplugin:cstylecast
by Michael Stahl
· 10 years ago
3bc5df7
UNO: no need to use OUString constructor when calling createInstance
by Noel Grandin
· 10 years ago
065c8b4
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
0b018d2
tdf#39440: fix several warnings reported by cppcheck
by Serge Krot
· 10 years ago
Next »