summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann2-2/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-3/+5
2016-04-28tdf#97499 Fixed containers parameters clearing #7tymyjan1-1/+1
2016-04-28tdf#97499 Fixed containers parameters clearing #6tymyjan1-1/+1
2016-04-25bridges/inc/bridges/cpp_uno/bridge.hxx appears unusedStephan Bergmann1-462/+0
2016-04-22loplugin:salboolStephan Bergmann2-4/+4
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-10/+10
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke5-15/+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 Sherlock12-31/+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-09this dir has lain unused for years nowCaolán McNamara59-10973/+0
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara4-11/+11
2016-01-05Fix typosAndrea Gelmini1-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-26default to trying the linux bridge for all linuxy like thingsCaolán McNamara1-24/+40
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-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann6-40/+40
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-390/+390
2015-11-05java:no need to explicitly create these constructorsNoel Grandin1-6/+0
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-11-02Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicableDavid Ostrovsky1-1/+1