summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_intel
AgeCommit message (Expand)AuthorFilesLines
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-6/+6
2018-08-16-Werror,-Wmultichar (clang-cl)Stephan Bergmann1-1/+1
2018-08-16loplugin:reservedid (clang-cl)Stephan Bergmann1-3/+3
2018-08-09Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski1-6/+60
2018-05-07bridges (win32/64): Log method callsSamuel Mehrbrodt1-0/+9
2018-01-31bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-5/+0
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski2-0/+6
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl1-1/+1
2017-03-03UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky1-15/+1
2017-02-12LEAK_STATIC_DATA is always defined for WNTStephan Bergmann1-10/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-07-19Revert "hack for now"Caolán McNamara1-0/+1
2016-07-19hack for nowCaolán McNamara1-1/+0
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist3-9/+9
2016-04-28tdf#97499 Fixed containers parameters clearing #6tymyjan1-1/+1
2016-02-26Add missing includeDavid Ostrovsky1-0/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30bridges: fix build with --enable-assert-always-abortMichael Stahl1-3/+2
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky1-1/+6
2015-08-17cppcheck: various msvc_win32_intel fixesCaolán McNamara1-9/+18
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-3/+3
2015-03-31bridges: acquire is not a member of rtl::OUStringMichael Stahl1-1/+1
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann1-3/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara1-2/+3
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+2
2014-11-21bridges: oops, static_assert requires 2nd string parameterMichael Stahl2-2/+2
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl3-28/+21
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-09-29Improve debug outputStephan Bergmann1-4/+10
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-1/+2
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-5/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-6/+3
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski1-0/+3
2014-03-01Remove visual noise from bridgesAlexander Wilms4-30/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-3/+3
2013-10-02Spell "indices" correctlyTor Lillqvist2-28/+28
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-08the header file new.h is obsolete on our platformsHerbert Dürr1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-4/+4
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith1-10/+7
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1