summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_intel
AgeCommit message (Expand)Author
2020-09-17WIN bridges: unify cpp2uno common codeJan-Marek Glogowski
2020-09-17WIN bridges: unify exception handlingJan-Marek Glogowski
2020-09-17WIN bridges: unify bridge code layoutJan-Marek Glogowski
2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman
2020-05-08compact namespace in avmedia..bridgesNoel Grandin
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann
2019-11-05typeinfo fix for x86Tomoyuki Kubota
2019-05-31Replace 0 in nullptrJuergen Funk
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-02-19tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Salih Sariyar
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-16-Werror,-Wmultichar (clang-cl)Stephan Bergmann
2018-08-16loplugin:reservedid (clang-cl)Stephan Bergmann
2018-08-09Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski
2018-05-07bridges (win32/64): Log method callsSamuel Mehrbrodt
2018-01-31bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl
2017-03-03UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-02-12LEAK_STATIC_DATA is always defined for WNTStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-19Revert "hack for now"Caolán McNamara
2016-07-19hack for nowCaolán McNamara
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-28tdf#97499 Fixed containers parameters clearing #6tymyjan
2016-02-26Add missing includeDavid Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30bridges: fix build with --enable-assert-always-abortMichael Stahl
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky
2015-08-17cppcheck: various msvc_win32_intel fixesCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31bridges: acquire is not a member of rtl::OUStringMichael Stahl
2015-03-31Use OUString::unacquiredStephan 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
2014-11-21bridges: oops, static_assert requires 2nd string parameterMichael Stahl
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-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-29Improve debug outputStephan Bergmann