summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_macosx_x86-64
AgeCommit message (Expand)Author
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
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-02loplugin:redundantcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-29loplugin:cstylecastStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-21loplugin:cstylecastStephan Bergmann
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02No need for USE_DOUBLE_MMAP on OS XTor Lillqvist
2014-12-16bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10Typo: nuber=>numberJulien Nabet
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-09-29Improve debug outputStephan Bergmann
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud