summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke3-11/+23
2016-03-10Avoid reserved identifiersStephan Bergmann4-14/+14
2016-03-04-Werror,-WshadowStephan Bergmann1-2/+1
2016-02-26Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann1-14/+61
2016-02-26Adapt __cxxabiv1 for libc++abiStephan Bergmann1-1/+7
2016-02-26Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSIONStephan Bergmann1-8/+1
2016-02-26Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann3-52/+27
2016-02-26cxxabi.h is not specific to GCCStephan Bergmann2-8/+8
2016-02-26Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann2-18/+4
2016-02-26Add missing includeDavid Ostrovsky1-0/+1
2016-02-22WaE: vs2015 shadow localNorbert Thiebaud1-7/+7
2016-02-09Remove excess newlinesChris Sherlock11-15/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-138/+136
2016-02-01Fix loop to actually get executedStephan Bergmann1-4/+2
2016-02-01boost::unordered_map->std::unordered_map in bridgesNoel Grandin1-2/+2
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-19Kill check for ancient FreeBSD versionCaolán McNamara1-4/+0
2015-12-15tdf#95903: Fix return value handling in msvc_win32_x86-64 bridgeStephan Bergmann1-14/+30
2015-12-11Kill check for ancient FreeBSD versionBaptiste Daroussin2-12/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
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-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann6-40/+40
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-389/+389
2015-11-02Remove spurious vertical whitespaceStephan Bergmann1-1/+0
2015-11-02Don't rely on __builtin_alloca when creating a call stackStephan Bergmann1-19/+31
2015-10-30bridges: loplugin:cstylecastMichael Stahl2-8/+8
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot2-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-13/+13
2015-10-02Fix typosAndrea Gelmini2-2/+2
2015-09-30bridges: fix build with --enable-assert-always-abortMichael Stahl2-5/+3
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-11/+12
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 Ostrovsky2-8/+12
2015-09-02Fix x86-64 bridge on MSVC 14.0David Ostrovsky1-1/+2
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara2-7/+7
2015-08-17cppcheck: various msvc_win32_intel fixesCaolán McNamara1-9/+18
2015-07-16loplugin:simplifyboolStephan Bergmann2-4/+4
2015-07-13bridges: mips64: Fix build failure in new codes.Heiher2-3/+3