summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-39/+16
2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi1-11/+3
2014-02-05static assert is enoughStephan Bergmann1-45/+34
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-39/+2
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann3-6/+0
2014-01-28bool improvementsStephan Bergmann2-4/+4
2014-01-10Use proper bool operationsStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin25-30/+30
2013-12-27cppcheck: fix consecutive breakJulien Nabet1-1/+0
2013-12-27Using pre-cached type_infos provided by the typeid operator seems to work nowTor Lillqvist1-3/+13
2013-12-27Add .cfi_startproc and endproc markersTor Lillqvist1-0/+2
2013-12-26Add static assertion that our Fake_type_info is the same size as the real oneTor Lillqvist1-0/+3
2013-12-26Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, tooTor Lillqvist1-0/+3
2013-12-24Minor logging changeTor Lillqvist1-2/+4
2013-12-24More informative logging in codeSnippet()Tor Lillqvist1-5/+7