summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-08jboolean-related clean-upStephan Bergmann3-8/+7
2015-04-28ppc64: do not use asm block to retrieve argsDavid Tardon1-36/+29
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann28-0/+28
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-14/+14
2015-04-07loplugin:cstylecast, loplugin:redundantcastStephan Bergmann3-16/+16
2015-04-02loplugin:redundantcastStephan Bergmann4-41/+55
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann41-65/+62
2015-03-31bridges: acquire is not a member of rtl::OUStringMichael Stahl2-2/+2
2015-03-31Use OUString::unacquiredStephan Bergmann15-41/+41
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann9-23/+23
2015-03-30Turn macros into functionsStephan Bergmann1-31/+45
2015-03-29loplugin:cstylecastStephan Bergmann4-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann10-156/+156
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-2/+2
2015-03-13loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann3-26/+26
2015-02-24Fix MI RTTI (as needed by -fsanitize=vptr)Stephan Bergmann1-3/+26
2015-02-19Adapt gcc3_solaris_intel bridge to GCC 4.7Gabriele Bulfon3-85/+170
2015-02-07loplugin:deletedspecialStephan Bergmann2-8/+8
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara3-17/+14
2015-02-02add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)Andras Timar1-1/+1
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann1-3/+3
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann1-2/+2
2015-01-29rhbz#1186897: bridges: oops, fix s390 bridge buildMichael Stahl2-2/+2
2015-01-28fix enable-assert-always-abort buildCaolán McNamara1-5/+2
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann4-8/+8
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann2-10/+10
2015-01-21loplugin:cstylecastStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann13-104/+97
2015-01-16fdo#72755: Only use double mmap as fallbackStephan Bergmann1-7/+6
2015-01-08loplugin:cstylecast,stringconstantStephan Bergmann1-4/+4
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann7-178/+178
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann28-89/+46
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara28-46/+89
2015-01-05Fix build error with libstdc++ 4.7 and ClangTor Lillqvist1-2/+2
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara29-91/+48
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+3
2015-01-02No need for USE_DOUBLE_MMAP on OS XTor Lillqvist1-1/+2
2014-12-25Uno bridge msvc-x86_64: Fix EH memory and addressing issuesMark Williams1-53/+185
2014-12-18bridges: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-16bridges: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara1-0/+1
2014-12-11Fix JNI calls to AsynchronousFinalizerStephan Bergmann3-56/+39
2014-12-11Store JNI_info in JniUnoEnvironmentData instead of BridgeStephan Bergmann6-199/+222
2014-12-11better documentationStephan Bergmann1-0/+4
2014-12-11Move JniUnoEnvironmentData into its own include fileStephan Bergmann5-11/+53
2014-12-11Rename Context -> JniUnoEnvironmentDataStephan Bergmann4-28/+33