Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/change-tracking
/
connectivity
ef184fc
Fix Windows-only code, part 8
by Stephan Bergmann
· 10 years ago
6cf3497
Fix Windows-only code, part 7
by Stephan Bergmann
· 10 years ago
c3ec547
Fix Windows-only code, part 6
by Stephan Bergmann
· 10 years ago
6e70103
While at it, delete Any functions on sal_Bool*
by Stephan Bergmann
· 10 years ago
6e71795
NULL -> nullptr
by Stephan Bergmann
· 10 years ago
43b4903
teach stylepolice plugin about ref-counted-pointer naming
by Noel Grandin
· 10 years ago
6a0a987
-Werror=maybe-uninitialized
by Stephan Bergmann
· 10 years ago
ba84f9c
Cannot extract Any to sal_uInt32
by Stephan Bergmann
· 10 years ago
753fa20
fix Windows build
by Noel Grandin
· 10 years ago
d8acc42
simplify OPropertyMap init
by Noel Grandin
· 10 years ago
ff50219
Avoid reserved identifiers
by Stephan Bergmann
· 10 years ago
db49666
loplugin:salbool
by Stephan Bergmann
· 10 years ago
e1af7f0
clang-tidy modernize-loop-convert in c*
by Noel Grandin
· 10 years ago
5abc669
new plugin stylepolice
by Noel Grandin
· 10 years ago
15e410e
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
a07d5ae
follow-up for clean-up declarations and includes
by Jochen Nitschke
· 10 years ago
385c265
cppcheck: silence known condition warning in connectivity
by Jochen Nitschke
· 10 years ago
7ef97b9
loplugin:passstuffbyref
by Stephan Bergmann
· 10 years ago
789055b
clang-tidy performance-unnecessary-copy-initialization
by Noel Grandin
· 10 years ago
150ac9c
clean-up: unused using declarations and includes
by Jochen Nitschke
· 10 years ago
c65f6df
loplugin:passstuffbyref
by Stephan Bergmann
· 10 years ago
c664b27
tdf#94306 remove unused boost dependencies
by Jochen Nitschke
· 10 years ago
49d320c
tdf#97853 connectivity: fix inverted condition
by Michael Stahl
· 10 years ago
ef26856
loplugin:passstuffbyref in connectivity
by Noel Grandin
· 10 years ago
4c7ec9f
cleanup: remove unused com/sun/star/uno includes
by Jochen Nitschke
· 10 years ago
f3120c0
clang-tidy performance-unnecessary-value-param in connectivity
by Noel Grandin
· 10 years ago
3c3bd96
No need to wrap SAL_INFO in OSL_DEBUG_LEVEL > 0
by Stephan Bergmann
· 10 years ago
234f10e
Replace OUtoCStr macro
by Julien Nabet
· 10 years ago
f781997
tdf#94306 replace boost::noncopyable in c...
by Jochen Nitschke
· 10 years ago
5aadbc1
Avoid reserved identifiers
by Stephan Bergmann
· 10 years ago
c20cc7e
tdf#97499 Fixed containers parameters clearing #4
by tymyjan
· 10 years ago
362ab03
tdf#97499 Fixed containers parameters clearing #2
by tymyjan
· 10 years ago
f7a75a6
cleanup: remove unused Reference.h(xx) includes
by Jochen Nitschke
· 10 years ago
62d1632
tdf#97966 Drop 'static' keywords
by Wastack
· 10 years ago
6439005
use SAL_N_ELEMENTS more widely
by Noel Grandin
· 10 years ago
1aa4df6
use SAL_N_ELEMENTS in for loops
by Noel Grandin
· 10 years ago
a8ef641
Use const_iterator when possible (connectivity)
by Julien Nabet
· 10 years ago
6807e21
tdf#90561: Add AS keyword in Query-designer for hsqldb
by Julien Nabet
· 10 years ago
0eeb811
loplugin:constantparam in connectivity
by Noel Grandin
· 10 years ago
59a89dc
tdf#88462 convert manual XInterface implementations
by kerem
· 10 years ago
59a3d97
replace typedef OIndex_ADO->sdbcx::OIndex
by Noel Grandin
· 10 years ago
018c6ad
tdf#97966: Remove 'static' keywords
by Wastack
· 10 years ago
60b1c95
Extract Directories from BootstrapFixtureBase
by Stephan Bergmann
· 10 years ago
220d9c2
include/jvmfwk/*.h -> .hxx (only ever included from C++ code)
by Stephan Bergmann
· 10 years ago
1dc2382
loplugin:constantparam in connectivity
by Noel Grandin
· 10 years ago
4570191
tdf#75280 Replace sal_uIntPtr to better types in /connectivity
by Jaskaran
· 10 years ago
576ab77
tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
by Rohan Kumar
· 10 years ago
92dc6a2
loplugin:defaultparams
by Stephan Bergmann
· 10 years ago
00ecf78
tdf#97499 Remove some Default arguments in unordered container
by Jaskaran
· 10 years ago
359e0b4
loplugin:unuseddefaultparams
by Noel Grandin
· 10 years ago
70f8728
improve defaultparams loplugin
by Noel Grandin
· 10 years ago
37a6baf
loplugin:unuseddefaultparam in various
by Noel Grandin
· 10 years ago
606efa8
pgsql-sdbc: put local code and constants in anonymous namespace
by Lionel Elie Mamane
· 10 years ago
5cbb663
pgsql-sdbc: factorise common code
by Lionel Elie Mamane
· 10 years ago
0b0c99e
tdf#92538 pgsql-sdbc make a reasonable sorting of types
by Lionel Elie Mamane
· 10 years ago
ac1468e
pgsql-sdbc: "text" dataype is *LONG*VARCHAR
by Lionel Elie Mamane
· 10 years ago
a55f22ef
fixup startsWith vs == in string comparisons
by Lionel Elie Mamane
· 10 years ago
b542088
-Werror,-Wshadow
by Stephan Bergmann
· 10 years ago
a70586d
fixup tdf#92538
by Lionel Elie Mamane
· 10 years ago
280f234
fixup tdf#92538
by Lionel Elie Mamane
· 10 years ago
ac25056
tdf#92538 use proper schema name for type names
by Lionel Elie Mamane
· 10 years ago
a9b7c6f
loplugin:unuseddefaultparams in include/filter
by Noel Grandin
· 10 years ago
4dedf65
loplugin:unuseddefaultparams in connectivity
by Noel Grandin
· 10 years ago
33265f5
loplugin:unuseddefaultparam in cui
by Noel Grandin
· 10 years ago
d7e1e8d
coverity#1352212 Unchecked return value
by Caolán McNamara
· 10 years ago
414a665
convert StandardSQLState to scoped enum
by Noel Grandin
· 10 years ago
960d4eb
convert SQLNodeType to scoped enum
by Noel Grandin
· 10 years ago
aa0a20b
convert TraversalParts to scoped enum
by Noel Grandin
· 10 years ago
d6c28b1
convert OSQLStatementType to scoped enum
by Noel Grandin
· 10 years ago
049d9a8
convert ParameterClassification to scoped enum
by Noel Grandin
· 10 years ago
ccb8b83
convert FilterComponent to scoped enum
by Noel Grandin
· 10 years ago
bf7690b
convert EComposeRule to scoped enum
by Noel Grandin
· 10 years ago
761e55d
convert SQLExceptionInfo::TYPE to scoped enum
by Noel Grandin
· 10 years ago
4dd65f8
convert InternationalKeyCode to scoped enum
by Noel Grandin
· 10 years ago
6a9046d
convert ErrorCode to scoped enum
by Noel Grandin
· 10 years ago
f66d734
The XJavaVM.getJavaVM return value can always be extracted to sal_Int64
by Stephan Bergmann
· 10 years ago
03a2719
Guard against globally shared UNO ref accessed from wrong UNO env
by Stephan Bergmann
· 10 years ago
c322882
Replace nested pairs with struct
by Stephan Bergmann
· 10 years ago
c45d3ba
new loplugin: commaoperator
by Noel Grandin
· 10 years ago
816afdb
Remove TRACE_ALLOC/FREE debugging code
by Stephan Bergmann
· 10 years ago
db80671
loplugin:write only fields
by Noel Grandin
· 10 years ago
1e82ae8
WaE vs2015: casting from int32 to pointer to to odbc idiosyncracies
by Norbert Thiebaud
· 10 years ago
f752a22
coverity#1352441 silence Resource leak
by Caolán McNamara
· 10 years ago
2087484
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
ce43d0a
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
6e38a39
mork: Clean up unused includes
by David Ostrovsky
· 10 years ago
0f8ec30
[API CHANGE] add operator==/!= to UNO structs
by Noel Grandin
· 10 years ago
383e110
sequence->vector in postgresql
by Noel Grandin
· 10 years ago
098c1e4
tdf#88462 convert manual XInterface implementations
by kerem
· 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
f2a26b7
sequence->vector in ParameterManager
by Noel Grandin
· 10 years ago
b14224f
loplugin:unusedmethods
by Noel Grandin
· 10 years ago
3466423
tdf#74608: Ctor function for mork component implementation
by David Ostrovsky
· 10 years ago
b0e27cf
mork: Remove unused source file
by David Ostrovsky
· 10 years ago
3ffa980
mork: SAL_DELETED_FUNCTION->'= delete'
by David Ostrovsky
· 10 years ago
40da8f2
mork: boost::noncopyable->'= delete'
by David Ostrovsky
· 10 years ago
bf25379
connectivity: replace boost::bind with lambda
by Michael Stahl
· 10 years ago
98c3436
boost::hash->std::hash
by Noel Grandin
· 10 years ago
1ef9f39
unnecessary use of OUString constructor
by Noel Grandin
· 10 years ago
Next »