summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* java: reduce scope, make fields privateNoel Grandin2014-08-131-9/+9
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1219-0/+50
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-1/+1
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-1/+1
* java: remove unused fieldsNoel Grandin2014-08-081-3/+0
* WaE: -Werror=unused-parameterCaolán McNamara2014-08-071-0/+1
* New files missing from prev commitStephan Bergmann2014-08-072-0/+238
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-0731-164/+83
* loplugin:unreffunStephan Bergmann2014-08-052-0/+32
* java: remove commented out codeNoel Grandin2014-08-051-2/+0
* java: remove unused fieldsNoel Grandin2014-08-051-4/+0
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
* loplugin:unreffunStephan Bergmann2014-07-291-2/+0
* new loplugin: externalandnotdefinedNoel Grandin2014-07-1113-24/+29
* No need for that #else #error, breaks compilation for the simulatorTor Lillqvist2014-07-081-2/+0
* Drop unnecessary nFPR parameterStephan Bergmann2014-07-073-17/+7
* Drop unused nGPR parameterStephan Bergmann2014-07-073-7/+5
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-2/+0
* fdo#71000: Fix SOLARIS-INTEL caseStephan Bergmann2014-06-231-5/+3
* fix buildCaolán McNamara2014-06-111-1/+1
* Fix build on FreeBSD with libc++Baptiste Daroussin2014-06-112-0/+39
* Filter out OS not needing -ldlBaptiste Daroussin2014-06-101-1/+1
* bridges: remove SAL_THROW macroNoel Grandin2014-06-0538-220/+209
* remove more unnecesary OUString constructor useNoel Grandin2014-05-2916-95/+32
* Fix undefined misaligned writesStephan Bergmann2014-05-231-2/+7
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2320-195/+92
* Work around Clang -fsanitize=address inline asm errorStephan Bergmann2014-05-211-27/+38
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-204-4/+4
* fix some header guardsThomas Arnhold2014-05-181-2/+2
* Work around Clang -fsanitize=address inline asm errorStephan Bergmann2014-05-151-27/+38
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1518-39/+39
* Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann2014-05-131-4/+0
* Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann2014-05-121-0/+6
* coverity#707667 Uninitialized pointer fieldCaolán McNamara2014-05-111-0/+1
* Avoid inlining of bridge functions on Solaris / Intel.Apostolos Syropoulos2014-05-072-13/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* coverity#707667 Uninitialized pointer fieldCaolán McNamara2014-04-251-0/+5
* blind fix for hppa bridgesRene Engelhard2014-04-211-2/+1
* whitespace for include statementsThomas Arnhold2014-04-151-2/+2
* Clean up function declarationsStephan Bergmann2014-04-104-6/+56
* Clean up function declarationsStephan Bergmann2014-04-084-7/+42
* WaE: unused parameter 'nGPR' and 'nFPR'Tor Lillqvist2014-04-011-8/+6
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* fdo#68849 Add header guards to bridges/* files.Jason Gerlowski2014-03-1222-0/+68
* "overflow" is one wordTor Lillqvist2014-03-116-108/+108
* Remove visual noise from bridgesAlexander Wilms2014-03-01102-388/+87
* fix "fix gcc inline assembler operands usage"Rene Engelhard2014-02-241-1/+1
* Restore abandoned lines in bridges/Library_cpp_uno.mkDouglas Mencken2014-02-241-0/+6
* Remove unneccessary commentsAlexander Wilms2014-02-2331-150/+150
* loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann2014-02-211-3/+3