summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_x86-64
AgeCommit message (Expand)AuthorFilesLines
2018-09-24loplugin:external (clang-cl)Stephan Bergmann3-6/+39
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-2/+2
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 Kaganski2-7/+56
2018-05-15loplugin:stringconcat, loplugin:sallogareas (clang-cl)Stephan Bergmann1-5/+5
2018-05-07bridges (win32/64): Log method callsSamuel Mehrbrodt1-0/+8
2018-01-31bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-5/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-2/+2
2017-10-27loplugin:includeform: bridges (Windows)Stephan Bergmann4-14/+14
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+2
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann1-3/+3
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-03-24loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-03UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky1-15/+1
2017-02-15Support MSVC 15.0David Ostrovsky1-1/+1
2017-02-12LEAK_STATIC_DATA is always defined for WNTStephan Bergmann1-72/+0
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+4
2016-10-16clang-cl loplugin: bridgesStephan Bergmann5-133/+137
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist3-9/+9
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-2/+4
2016-04-28tdf#97499 Fixed containers parameters clearing #7tymyjan1-1/+1
2016-03-04-Werror,-WshadowStephan Bergmann1-2/+1
2016-02-22WaE: vs2015 shadow localNorbert Thiebaud1-7/+7
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-27Quickfix for Win 64-bit C++ UNO bridge (more than 20 params)Stephan Bergmann1-3/+9
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-15tdf#95903: Fix return value handling in msvc_win32_x86-64 bridgeStephan Bergmann1-14/+30
2015-12-02Work around missing __CxxDetectRethrow in clang-clStephan Bergmann1-0/+6
2015-11-19missing namespaceStephan Bergmann1-2/+2
2015-11-19...and make it clear that RegParamKind /is/ usedStephan Bergmann1-2/+2
2015-11-19REGPARAM_INT/FLT /are/ usedStephan Bergmann1-0/+1
2015-11-18-Werror,-Wunused-private-fieldStephan Bergmann1-0/+1
2015-11-18-Werror,-Wdynamic-class-memaccessStephan Bergmann1-1/+1
2015-11-18-Wmicrosoft-castStephan Bergmann1-2/+2
2015-11-18-Werror,-Wmicrosoft-exception-specStephan Bergmann1-2/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-09-30bridges: fix build with --enable-assert-always-abortMichael Stahl1-2/+1
2015-09-13Fix typoMatteo Casalin1-1/+1
2015-09-13cppcheck: Mismatching allocation and deallocationJulien Nabet1-5/+5
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky1-7/+6
2015-09-02Fix x86-64 bridge on MSVC 14.0David Ostrovsky1-1/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-22MSVC 64-bit: In queryInterface optimization, copy hidden ret val addrStephan Bergmann1-0/+1
2015-06-16Fix 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 Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4