summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_x86-64
Commit message (Expand)AuthorAgeFilesLines
* More loplugin:cstylecast: bridgesStephan Bergmann2018-01-121-1/+1
* new loplugin: convertlongNoel Grandin2017-12-211-1/+1
* Fix ASan "alloc-dealloc-mismatch (operator new [] vs operator delete)"Stephan Bergmann2017-11-141-24/+64
* ofz: Direct-leakCaolán McNamara2017-11-131-5/+11
* Clean up m_generatedRttis at exitStephan Bergmann2017-11-091-16/+24
* loplugin:includeform: bridgesStephan Bergmann2017-10-238-26/+26
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* Fix typosAndrea Gelmini2017-09-071-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-2/+0
* loplugin:comparisonwithconstant in bridgesNoel Grandin2017-05-232-6/+6
* Revert "Fix typos"Stephan Bergmann2017-05-182-2/+2
* Fix typosAndrea Gelmini2017-05-182-2/+2
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-1/+1
* Fix typosAndrea Gelmini2017-03-032-2/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-231-15/+4
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* Revert "hack for now"Caolán McNamara2016-07-193-86/+100
* hack for nowCaolán McNamara2016-07-193-100/+86
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-272-8/+8
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-2/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-4/+4
* Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann2016-02-261-14/+61
* Adapt __cxxabiv1 for libc++abiStephan Bergmann2016-02-261-1/+7
* Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSIONStephan Bergmann2016-02-261-8/+1
* Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann2016-02-263-52/+27
* cxxabi.h is not specific to GCCStephan Bergmann2016-02-261-4/+4
* Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann2016-02-261-9/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* Kill check for ancient FreeBSD versionCaolán McNamara2015-12-191-4/+0
* Kill check for ancient FreeBSD versionBaptiste Daroussin2015-12-111-4/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-105-36/+36
* Remove spurious vertical whitespaceStephan Bergmann2015-11-021-1/+0
* Don't rely on __builtin_alloca when creating a call stackStephan Bergmann2015-11-021-19/+31
* Revert "Typo: iff->if"Julien Nabet2015-06-232-2/+2
* Typo: iff->ifJulien Nabet2015-06-232-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-222-0/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* Use OUString::unacquiredStephan Bergmann2015-03-311-3/+3
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-314-10/+10
* Turn macros into functionsStephan Bergmann2015-03-301-31/+45
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-285-11/+11
* Fix MI RTTI (as needed by -fsanitize=vptr)Stephan Bergmann2015-02-241-3/+26
* fix enable-assert-always-abort buildCaolán McNamara2015-01-281-5/+2
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-282-3/+3
* Some more loplugin:cstylecast: bridgesStephan Bergmann2015-01-202-9/+9
* loplugin:cstylecast: bridgesStephan Bergmann2015-01-072-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-042-5/+3
* bridges: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-214-31/+19