summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2016-11-27fix sparc64 bridges buildRene Engelhard2-8/+8
2016-11-07Don't rely on __builtin_alloca when creating a call stackStephan Bergmann1-16/+29
2016-11-07Drop unnecessary nFPR parameterStephan Bergmann3-17/+7
2016-11-07Drop unused nGPR parameterStephan Bergmann3-7/+5
2016-10-16clang-cl loplugin: bridgesStephan Bergmann7-134/+143
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl29-32/+32
2016-09-13loplugin:overrideStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-20SAL_FALLTHROUGHTor Lillqvist2-1/+3
2016-08-10SAL_FALLTHROUGHTor Lillqvist2-0/+3
2016-08-05(initial) sparc64 portJames Clarke6-0/+2067
2016-07-19Revert "hack for now"Caolán McNamara5-99/+107
2016-07-19hack for nowCaolán McNamara5-107/+99
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2-18/+18
2016-07-11Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann1-1/+1
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-1/+1
2016-06-21bridges: [loplugin:staticanonymous]Michael Stahl1-1/+1
2016-06-21bridges: [loplugin:nullptr]Michael Stahl3-37/+37
2016-06-21bridges: [loplugin:salbool]Michael Stahl2-4/+4
2016-06-21bridges: -Werror,-Wimplicit-fallthroughMichael Stahl3-2/+5
2016-06-08tdf#39440 Reduced the scope of the variable cGökhan Gurbetoğlu1-2/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist75-255/+255
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-2/+4
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