summaryrefslogtreecommitdiff
path: root/bridges/inc
AgeCommit message (Expand)AuthorFilesLines
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: bridgesStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-11bridges: consistently use "" and <> in include directivesMike Kaganski6-24/+24
2017-08-28Replace use of oslInterlockedCount with std::atomic in bridgesStephan Bergmann3-6/+18
2017-08-19Removed ignored includesAndrea Gelmini1-49/+0
2017-03-03UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky1-2/+0
2017-02-15Support MSVC 15.0David Ostrovsky1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2016-10-16clang-cl loplugin: bridgesStephan Bergmann1-0/+5
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 Lillqvist8-17/+17
2016-04-25bridges/inc/bridges/cpp_uno/bridge.hxx appears unusedStephan Bergmann1-462/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-16/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky1-0/+41
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann4-8/+8
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann1-2/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara1-2/+2
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2015-01-02No need for USE_DOUBLE_MMAP on OS XTor Lillqvist1-2/+1
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-3/+11
2014-06-05bridges: remove SAL_THROW macroNoel Grandin4-35/+35
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin4-4/+4
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold8-16/+16
2014-04-25coverity#707667 Uninitialized pointer fieldCaolán McNamara1-0/+5
2014-03-01Remove visual noise from bridgesAlexander Wilms1-33/+33
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+1
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-10/+0
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-8/+1
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith1-1/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-11-07::rtl::OUString -> OUString in bridgesRicardo Montania4-19/+19
2012-09-27First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist1-1/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-6/+6
2012-09-22switch bridges to gbuildDavid Tardon1-40/+0
2012-07-20android: x86 porting work.Michael Meeks1-1/+1
2012-06-27Remove unused include filesThomas Arnhold1-123/+0
2012-06-19re-base on ALv2 code.Michael Meeks7-164/+101
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann2-27/+27
2011-11-30catch by constant referenceTakeshi Abe1-2/+2
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-180/+0
2011-11-27remove include of pch header in bridgeNorbert Thiebaud2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-7/+0
2011-11-21Don't use USE_DOUBLE_MMAP on AndroidTor Lillqvist1-2/+1