summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_macosx_x86-64
AgeCommit message (Expand)AuthorFilesLines
2018-09-18loplugin:external (macOS)Stephan Bergmann1-1/+1
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara3-8/+10
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-1/+1
2017-12-05std::unexpected_handler is gone at least from recent libc++ in C++17 modeStephan Bergmann1-1/+1
2017-10-24loplugin:includeform: bridges (macOS)Stephan Bergmann8-29/+29
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-05Fix --enable-assert-always-abort (but not --enable-debug) buildTor Lillqvist1-1/+1
2017-09-07Fix typosAndrea Gelmini1-1/+1
2017-06-19Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann1-0/+20
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-18Revert "Fix typos"Stephan Bergmann2-2/+2
2017-05-18Fix typosAndrea Gelmini2-2/+2
2017-03-23loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-03Fix typosAndrea Gelmini2-2/+2
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann1-4/+0
2017-02-01loplugin:stringconstantStephan Bergmann1-1/+1
2016-12-16Fix undefined misaligned writesStephan Bergmann1-2/+7
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann1-15/+3
2016-11-07Don't rely on __builtin_alloca when creating a call stackStephan Bergmann1-16/+29
2016-11-07Drop unnecessary nFPR parameterStephan Bergmann3-17/+7
2016-11-07Drop unused nGPR parameterStephan Bergmann3-7/+5
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:overrideStephan Bergmann1-2/+2
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2-8/+8
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann2-2/+4
2016-04-22loplugin:salboolStephan Bergmann2-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann4-38/+38
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-06-26Use declarations from cxxabi.hStephan Bergmann2-7/+3
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann1-8/+0
2015-06-23Revert "Typo: iff->if"Julien Nabet2-2/+2
2015-06-23Typo: iff->ifJulien Nabet2-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-02loplugin:redundantcastStephan Bergmann4-41/+55
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-3/+3
2015-03-31Use OUString::unacquiredStephan Bergmann1-3/+3
2015-03-29loplugin:cstylecastStephan Bergmann4-11/+11
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-1/+0
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann1-2/+2
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann2-10/+10
2015-01-21loplugin:cstylecastStephan Bergmann1-1/+1
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2-4/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2-2/+4
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+2
2015-01-02No need for USE_DOUBLE_MMAP on OS XTor Lillqvist1-1/+2
2014-12-16bridges: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-10Typo: nuber=>numberJulien Nabet1-1/+1
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl4-31/+20