summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_intel
AgeCommit message (Expand)Author
2018-12-13Add missing "!"Stephan Bergmann
2018-12-13Fix getRTTI for Android x86Stephan Bergmann
2018-12-11-Werror,-Wunused-variableStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara
2018-04-10Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann
2018-01-18enable c++17 for android again after boost auto_ptr has a workaroundChristian Lohmaier
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2017-12-08bridges: [loplugin:includeform] gcc3_linux_intelMichael Stahl
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-19Revert "hack for now"Caolán McNamara
2016-07-19hack for nowCaolán McNamara
2016-06-21bridges: [loplugin:staticanonymous]Michael Stahl
2016-06-21bridges: [loplugin:nullptr]Michael Stahl
2016-06-21bridges: [loplugin:salbool]Michael Stahl
2016-06-21bridges: -Werror,-Wimplicit-fallthroughMichael Stahl
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-02-26cxxabi.h is not specific to GCCStephan Bergmann
2016-02-26Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann
2015-12-11Kill check for ancient FreeBSD versionBaptiste Daroussin
2015-10-30bridges: loplugin:cstylecastMichael Stahl
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-07loplugin:cstylecast, loplugin:redundantcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-13loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann
2015-01-08loplugin:cstylecast,stringconstantStephan 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
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-17bridges: get at least the x86 bridge to buildMichael Stahl
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-29Improve debug outputStephan Bergmann
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann
2014-08-05loplugin:unreffunStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-03-01Remove visual noise from bridgesAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-14Adapt gcc3_linux_intel to Clang 3.4Stephan Bergmann