summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-158-14/+14
* loplugin:cstylecast, loplugin:redundantcastStephan Bergmann2015-04-073-16/+16
* loplugin:redundantcastStephan Bergmann2015-04-024-41/+55
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0144-85/+74
* bridges: acquire is not a member of rtl::OUStringMichael Stahl2015-03-312-2/+2
* Use OUString::unacquiredStephan Bergmann2015-03-3116-42/+42
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-319-23/+23
* Turn macros into functionsStephan Bergmann2015-03-301-31/+45
* loplugin:cstylecastStephan Bergmann2015-03-294-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2810-156/+156
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-2/+2
* loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann2015-03-133-26/+26
* Fix MI RTTI (as needed by -fsanitize=vptr)Stephan Bergmann2015-02-241-3/+26
* Adapt gcc3_solaris_intel bridge to GCC 4.7Gabriele Bulfon2015-02-194-85/+171
* loplugin:deletedspecialStephan Bergmann2015-02-076-16/+16
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-053-17/+14
* add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)Andras Timar2015-02-021-1/+1
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-3/+3
* loplugin:cstylecast (Mac OS X)Stephan Bergmann2015-01-291-2/+2
* rhbz#1186897: bridges: oops, fix s390 bridge buildMichael Stahl2015-01-292-2/+2
* fix enable-assert-always-abort buildCaolán McNamara2015-01-281-5/+2
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-284-8/+8
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* loplugin:cstylecast (MACOSX)Stephan Bergmann2015-01-222-10/+10
* loplugin:cstylecastStephan Bergmann2015-01-211-1/+1
* Some more loplugin:cstylecast: bridgesStephan Bergmann2015-01-2013-104/+97
* fdo#72755: Only use double mmap as fallbackStephan Bergmann2015-01-161-7/+6
* loplugin:cstylecast,stringconstantStephan Bergmann2015-01-081-4/+4
* loplugin:cstylecast: bridgesStephan Bergmann2015-01-077-178/+178
* Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2015-01-0729-91/+48
* Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann2015-01-061-1/+1
* Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2015-01-0629-48/+91
* Fix build error with libstdc++ 4.7 and ClangTor Lillqvist2015-01-051-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0530-93/+50
* java: unnecessary importsNoel Grandin2015-01-051-4/+0
* java: remove more dead codeNoel Grandin2015-01-052-6/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-042-5/+3
* No need for USE_DOUBLE_MMAP on OS XTor Lillqvist2015-01-022-3/+3
* Uno bridge msvc-x86_64: Fix EH memory and addressing issuesMark Williams2014-12-251-53/+185
* java: unused importsNoel Grandin2014-12-191-1/+0
* bridges: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* bridges: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-3/+3
* java: remove some unused fields and variablesNoel Grandin2014-12-154-23/+3
* add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara2014-12-151-0/+1
* Fix JNI calls to AsynchronousFinalizerStephan Bergmann2014-12-113-56/+39
* Store JNI_info in JniUnoEnvironmentData instead of BridgeStephan Bergmann2014-12-116-199/+222
* better documentationStephan Bergmann2014-12-111-0/+4
* Move JniUnoEnvironmentData into its own include fileStephan Bergmann2014-12-115-11/+53
* Rename Context -> JniUnoEnvironmentDataStephan Bergmann2014-12-114-28/+33