summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/msvc_win32_intel
Commit message (Expand)AuthorAgeFilesLines
* compact namespace in avmedia..bridgesNoel Grandin2020-05-081-2/+2
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann2019-12-181-49/+0
* typeinfo fix for x86Tomoyuki Kubota2019-11-051-1/+1
* Replace 0 in nullptrJuergen Funk2019-05-312-3/+3
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-031-2/+2
* add more append methods to *StringBufferNoel Grandin2019-04-031-2/+2
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-161-6/+4
* tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Salih Sariyar2019-02-191-9/+5
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-18/+2
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-6/+6
* -Werror,-Wmultichar (clang-cl)Stephan Bergmann2018-08-161-1/+1
* loplugin:reservedid (clang-cl)Stephan Bergmann2018-08-161-3/+3
* Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski2018-08-091-6/+60
* bridges (win32/64): Log method callsSamuel Mehrbrodt2018-05-071-0/+9
* bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-313-5/+0
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-182-0/+6
* bridges: [loplugin:stringconstant]Michael Stahl2017-09-181-1/+1
* UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-03-031-15/+1
* LEAK_STATIC_DATA is always defined for WNTStephan Bergmann2017-02-121-10/+0
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* Revert "hack for now"Caolán McNamara2016-07-191-0/+1
* hack for nowCaolán McNamara2016-07-191-1/+0
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-273-9/+9
* tdf#97499 Fixed containers parameters clearing #6tymyjan2016-04-281-1/+1
* Add missing includeDavid Ostrovsky2016-02-261-0/+1
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* bridges: fix build with --enable-assert-always-abortMichael Stahl2015-09-301-3/+2
* Actually fix uno bridge on MSVC 14.0David Ostrovsky2015-09-121-1/+6
* cppcheck: various msvc_win32_intel fixesCaolán McNamara2015-08-171-9/+18
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* bridges: acquire is not a member of rtl::OUStringMichael Stahl2015-03-311-1/+1
* Use OUString::unacquiredStephan Bergmann2015-03-311-1/+1
* Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2015-01-071-3/+2
* Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2015-01-061-2/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-051-3/+2
* bridges: oops, static_assert requires 2nd string parameterMichael Stahl2014-11-212-2/+2
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-213-28/+21
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-0/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-2/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* Improve debug outputStephan Bergmann2014-09-291-4/+10
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-071-1/+2
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-5/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-6/+3
* fdo#68849 Add header guards to bridges/* files.Jason Gerlowski2014-03-121-0/+3