summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_intel
AgeCommit message (Expand)Author
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
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski
2014-03-01Remove visual noise from bridgesAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-08the header file new.h is obsolete on our platformsHerbert Dürr
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold