summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_macosx_x86-64
AgeCommit message (Expand)Author
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann
2021-07-28Clean up bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxxStephan Bergmann
2021-07-27Revert "osl::Mutex->std::mutex in bridges/except"Stephan Bergmann
2021-07-19osl::Mutex->std::mutex in bridges/exceptNoel Grandin
2021-05-07loplugin:noexcept (macOS)Stephan Bergmann
2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman
2020-08-13Document that the deleteException hack is only relevant for LLVM 5, not laterStephan Bergmann
2020-08-12The __cxa_exception::reserve member has been backported to LLVM 10 libcxxabiStephan Bergmann
2020-05-08compact namespace in avmedia..bridgesNoel Grandin
2020-02-13Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparenStephan Bergmann
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2017-12-05std::unexpected_handler is gone at least from recent libc++ in C++17 modeStephan Bergmann
2017-10-24loplugin:includeform: bridges (macOS)Stephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-05Fix --enable-assert-always-abort (but not --enable-debug) buildTor Lillqvist
2017-09-07Fix typosAndrea Gelmini
2017-06-19Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-03-23loplugin:redundantcastStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann
2017-02-01loplugin:stringconstantStephan Bergmann
2016-12-16Fix undefined misaligned writesStephan Bergmann
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann
2016-11-07Don't rely on __builtin_alloca when creating a call stackStephan Bergmann
2016-11-07Drop unnecessary nFPR parameterStephan Bergmann
2016-11-07Drop unused nGPR parameterStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:overrideStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann
2016-04-22loplugin:salboolStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-26Use declarations from cxxabi.hStephan Bergmann
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann