summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno
AgeCommit message (Expand)Author
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31bridges: acquire is not a member of rtl::OUStringMichael Stahl
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Turn macros into functionsStephan Bergmann
2015-03-29loplugin:cstylecastStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-13loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann
2015-02-24Fix MI RTTI (as needed by -fsanitize=vptr)Stephan Bergmann
2015-02-19Adapt gcc3_solaris_intel bridge to GCC 4.7Gabriele Bulfon
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-02add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)Andras Timar
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann
2015-01-29rhbz#1186897: bridges: oops, fix s390 bridge buildMichael Stahl
2015-01-28fix enable-assert-always-abort buildCaolán McNamara
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-28remove unused typedefsNoel Grandin
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-21loplugin:cstylecastStephan Bergmann
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann
2015-01-16fdo#72755: Only use double mmap as fallbackStephan Bergmann
2015-01-08loplugin:cstylecast,stringconstantStephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02No need for USE_DOUBLE_MMAP on OS XTor Lillqvist
2014-12-25Uno bridge msvc-x86_64: Fix EH memory and addressing issuesMark Williams
2014-12-18bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-16bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara
2014-12-11bridges: fix gcc3_linux_arm buildMiklos Vajna
2014-12-11reduce scope of local variablesMichael Weghorn
2014-12-10Typo: nuber=>numberJulien Nabet
2014-12-09Fix base+offset pointer calculations when synthesizing exception dataStephan Bergmann
2014-12-09Fix mscx_filterCppException base+offset pointer calculationsStephan Bergmann
2014-12-02except.cxx: Fix pTypeDescr is unknown in this context errorDavid Ostrovsky
2014-12-02MSVC 2013: Compute uno bridge exception offset for X64David Ostrovsky
2014-11-23gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard
2014-11-23aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard
2014-11-21bridges: oops some semicolons got lostMichael Stahl
2014-11-21bridges: oops, static_assert requires 2nd string parameterMichael Stahl
2014-11-21bridges: forgot to remove some include diagnose.hMichael Stahl
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-20Include <osl/diagnose.h>Tor Lillqvist
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist