summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2016-11-27fix sparc64 bridges buildRene Engelhard
2016-11-07Don't rely on __builtin_alloca when creating a call stackStephan Bergmann
2016-11-07Drop unnecessary nFPR parameterStephan Bergmann
2016-11-07Drop unused nGPR parameterStephan Bergmann
2016-10-16clang-cl loplugin: bridgesStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:overrideStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-20SAL_FALLTHROUGHTor Lillqvist
2016-08-10SAL_FALLTHROUGHTor Lillqvist
2016-08-05(initial) sparc64 portJames Clarke
2016-07-19Revert "hack for now"Caolán McNamara
2016-07-19hack for nowCaolán McNamara
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-11Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara
2016-06-21bridges: [loplugin:staticanonymous]Michael Stahl
2016-06-21bridges: [loplugin:nullptr]Michael Stahl
2016-06-21bridges: [loplugin:salbool]Michael Stahl
2016-06-21bridges: -Werror,-Wimplicit-fallthroughMichael Stahl
2016-06-08tdf#39440 Reduced the scope of the variable cGökhan Gurbetoğlu
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-28tdf#97499 Fixed containers parameters clearing #7tymyjan
2016-04-28tdf#97499 Fixed containers parameters clearing #6tymyjan
2016-04-25bridges/inc/bridges/cpp_uno/bridge.hxx appears unusedStephan Bergmann
2016-04-22loplugin:salboolStephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-04-Werror,-WshadowStephan Bergmann
2016-02-26Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann
2016-02-26Adapt __cxxabiv1 for libc++abiStephan Bergmann
2016-02-26Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSIONStephan Bergmann
2016-02-26Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann
2016-02-26cxxabi.h is not specific to GCCStephan Bergmann
2016-02-26Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann
2016-02-26Add missing includeDavid Ostrovsky
2016-02-22WaE: vs2015 shadow localNorbert Thiebaud
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-01Fix loop to actually get executedStephan Bergmann
2016-02-01boost::unordered_map->std::unordered_map in bridgesNoel Grandin
2016-01-27Quickfix for Win 64-bit C++ UNO bridge (more than 20 params)Stephan Bergmann
2016-01-09this dir has lain unused for years nowCaolán McNamara
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara