summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_x86-64
AgeCommit message (Expand)Author
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-03ofz#11611 build failure with std::unexpected_handlerCaolán McNamara
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-09-24Simplify assertion codeStephan Bergmann
2018-09-18Fix for --enable-debug --disable-assert-always-abortStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara
2018-01-12More loplugin:cstylecast: bridgesStephan Bergmann
2017-12-21new loplugin: convertlongNoel Grandin
2017-11-14Fix ASan "alloc-dealloc-mismatch (operator new [] vs operator delete)"Stephan Bergmann
2017-11-13ofz: Direct-leakCaolán McNamara
2017-11-09Clean up m_generatedRttis at exitStephan Bergmann
2017-10-23loplugin:includeform: bridgesStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-07Fix typosAndrea Gelmini
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-03Fix typosAndrea Gelmini
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan 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-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-26Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann
2016-02-26Adapt __cxxabiv1 for libc++abiStephan Bergmann
2016-02-26Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSIONStephan Bergmann
2016-02-26Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann
2016-02-26cxxabi.h is not specific to GCCStephan Bergmann
2016-02-26Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-12-19Kill check for ancient FreeBSD versionCaolán McNamara
2015-12-11Kill check for ancient FreeBSD versionBaptiste Daroussin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02Remove spurious vertical whitespaceStephan Bergmann
2015-11-02Don't rely on __builtin_alloca when creating a call stackStephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
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