summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/mingw_intel
Commit message (Expand)AuthorAgeFilesLines
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* Use OUString::unacquiredStephan Bergmann2015-03-311-3/+3
* Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2015-01-071-4/+2
* Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2015-01-061-2/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-051-4/+2
* bridges: oops, static_assert requires 2nd string parameterMichael Stahl2014-11-211-1/+1
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-214-28/+21
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* Improve debug outputStephan Bergmann2014-09-291-2/+10
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-071-1/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-6/+7
* bridges: remove SAL_THROW macroNoel Grandin2014-06-051-7/+7
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-6/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-10/+4
* fdo#68849 Add header guards to bridges/* files.Jason Gerlowski2014-03-122-0/+6
* Remove visual noise from bridgesAlexander Wilms2014-03-013-10/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-1/+1
* Spell "indices" correctlyTor Lillqvist2013-10-022-28/+28
* fix gcc inline assembler operands usageLuboš Luňák2013-06-051-12/+11
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-2/+2
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-021-1/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-7/+7
* re-base on ALv2 code. Includes:Michael Meeks2012-11-156-141/+87
* Revert "sb140: #i117295# use rtl::Static"Michael Meeks2012-11-151-4/+16
* switch bridges to gbuildDavid Tardon2012-09-221-95/+0
* re-base on ALv2 code.Michael Meeks2012-06-194-75/+66
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-3/+0
* Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann2012-03-301-4/+8
* MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64Stephan Bergmann2012-03-305-115/+203
* 2nd param of __cxa_throw is void* in GCC <= 4.6Stephan Bergmann2012-03-271-1/+1
* MinGW: Adapted cpp_uno bridge to GCC 4.7Stephan Bergmann2012-03-273-7/+23
* WaE: 'exec' may be used uninitialized in this functionDavid Tardon2012-03-121-1/+1
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-7/+7
* remove include of pch header in bridgeNorbert Thiebaud2011-11-275-10/+0
* Mark ecx register as clobberedKristian Rietveld2011-10-171-1/+1
* sb140: #i117295# removed obsolete LEAK_STATIC_DATA definesStephan Bergmann2011-09-121-3/+0
* sb140: #i117295# use rtl::StaticStephan Bergmann2011-09-091-16/+4
* YES->TRUECaolán McNamara2011-08-041-1/+1
* Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal2011-08-041-0/+6
* Revert adding -mno-avx to CXXFLAGS, not universally supportedCaolán McNamara2011-08-031-1/+1
* Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal2011-08-031-1/+1
* Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-2/+2
* move bridges to boost::unordered_mapFridrich Strba2011-02-041-2/+2
* Replace all occured, occurance etc.Takeshi Abe2010-12-063-5/+5
* RTL macro converted from createFromAsciiKevin Hunter2010-11-091-2/+2