summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-08java: remove unused fieldsNoel Grandin1-3/+0
2014-08-07WaE: -Werror=unused-parameterCaolán McNamara1-0/+1
2014-08-07New files missing from prev commitStephan Bergmann2-0/+238
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann31-164/+83
2014-08-05loplugin:unreffunStephan Bergmann2-0/+32
2014-08-05java: remove commented out codeNoel Grandin1-2/+0
2014-08-05java: remove unused fieldsNoel Grandin1-4/+0
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
2014-07-29loplugin:unreffunStephan Bergmann1-2/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin13-24/+29
2014-07-08No need for that #else #error, breaks compilation for the simulatorTor Lillqvist1-2/+0
2014-07-07Drop unnecessary nFPR parameterStephan Bergmann3-17/+7
2014-07-07Drop unused nGPR parameterStephan Bergmann3-7/+5
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-2/+0
2014-06-23fdo#71000: Fix SOLARIS-INTEL caseStephan Bergmann1-5/+3
2014-06-11fix buildCaolán McNamara1-1/+1
2014-06-11Fix build on FreeBSD with libc++Baptiste Daroussin2-0/+39
2014-06-10Filter out OS not needing -ldlBaptiste Daroussin1-1/+1
2014-06-05bridges: remove SAL_THROW macroNoel Grandin38-220/+209
2014-05-29remove more unnecesary OUString constructor useNoel Grandin16-95/+32
2014-05-23Fix undefined misaligned writesStephan Bergmann1-2/+7
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin20-195/+92
2014-05-21Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin4-4/+4
2014-05-18fix some header guardsThomas Arnhold1-2/+2
2014-05-15Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold18-39/+39
2014-05-13Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann1-4/+0
2014-05-12Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann1-0/+6
2014-05-11coverity#707667 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-07Avoid inlining of bridge functions on Solaris / Intel.Apostolos Syropoulos2-13/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-25coverity#707667 Uninitialized pointer fieldCaolán McNamara1-0/+5
2014-04-21blind fix for hppa bridgesRene Engelhard1-2/+1
2014-04-15whitespace for include statementsThomas Arnhold1-2/+2
2014-04-10Clean up function declarationsStephan Bergmann4-6/+56
2014-04-08Clean up function declarationsStephan Bergmann4-7/+42
2014-04-01WaE: unused parameter 'nGPR' and 'nFPR'Tor Lillqvist1-8/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski22-0/+68
2014-03-11"overflow" is one wordTor Lillqvist6-108/+108
2014-03-01Remove visual noise from bridgesAlexander Wilms102-388/+87
2014-02-24fix "fix gcc inline assembler operands usage"Rene Engelhard1-1/+1
2014-02-24Restore abandoned lines in bridges/Library_cpp_uno.mkDouglas Mencken1-0/+6
2014-02-23Remove unneccessary commentsAlexander Wilms31-150/+150
2014-02-21loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann1-3/+3
2014-02-14Resolves: #i124086# preserve 16byte stack alignment...Herbert Dürr1-1/+16
2014-02-14Adapt gcc3_linux_intel to Clang 3.4Stephan Bergmann3-24/+42