summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_x86-64
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Simplify assertion codeStephan Bergmann1-13/+8
2018-09-18Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara3-7/+13
2018-01-12More loplugin:cstylecast: bridgesStephan Bergmann1-1/+1
2017-12-21new loplugin: convertlongNoel Grandin1-1/+1
2017-11-14Fix ASan "alloc-dealloc-mismatch (operator new [] vs operator delete)"Stephan Bergmann1-24/+64
2017-11-13ofz: Direct-leakCaolán McNamara1-5/+11
2017-11-09Clean up m_generatedRttis at exitStephan Bergmann1-16/+24
2017-10-23loplugin:includeform: bridgesStephan Bergmann8-26/+26
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-07Fix typosAndrea Gelmini1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin2-6/+6
2017-05-18Revert "Fix typos"Stephan Bergmann2-2/+2
2017-05-18Fix typosAndrea Gelmini2-2/+2
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-03Fix typosAndrea Gelmini2-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann1-15/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-07-19Revert "hack for now"Caolán McNamara3-86/+100
2016-07-19hack for nowCaolán McNamara3-100/+86
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2-8/+8
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-4/+4
2016-02-26Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann1-14/+61
2016-02-26Adapt __cxxabiv1 for libc++abiStephan Bergmann1-1/+7
2016-02-26Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSIONStephan Bergmann1-8/+1
2016-02-26Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann3-52/+27
2016-02-26cxxabi.h is not specific to GCCStephan Bergmann1-4/+4
2016-02-26Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann1-9/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-19Kill check for ancient FreeBSD versionCaolán McNamara1-4/+0
2015-12-11Kill check for ancient FreeBSD versionBaptiste Daroussin1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-36/+36
2015-11-02Remove spurious vertical whitespaceStephan Bergmann1-1/+0
2015-11-02Don't rely on __builtin_alloca when creating a call stackStephan Bergmann1-19/+31
2015-06-23Revert "Typo: iff->if"Julien Nabet2-2/+2
2015-06-23Typo: iff->ifJulien Nabet2-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-3/+3
2015-03-31Use OUString::unacquiredStephan Bergmann1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann4-10/+10
2015-03-30Turn macros into functionsStephan Bergmann1-31/+45
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-11/+11
2015-02-24Fix MI RTTI (as needed by -fsanitize=vptr)Stephan Bergmann1-3/+26
2015-01-28fix enable-assert-always-abort buildCaolán McNamara1-5/+2
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-3/+3
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann2-9/+9