summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* fix sparc64 bridges buildRene Engelhard2016-11-272-8/+8
* Don't rely on __builtin_alloca when creating a call stackStephan Bergmann2016-11-071-16/+29
* Drop unnecessary nFPR parameterStephan Bergmann2016-11-073-17/+7
* Drop unused nGPR parameterStephan Bergmann2016-11-073-7/+5
* clang-cl loplugin: bridgesStephan Bergmann2016-10-167-134/+143
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-1529-32/+32
* loplugin:overrideStephan Bergmann2016-09-131-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* SAL_FALLTHROUGHTor Lillqvist2016-08-202-1/+3
* SAL_FALLTHROUGHTor Lillqvist2016-08-102-0/+3
* (initial) sparc64 portJames Clarke2016-08-056-0/+2067
* Revert "hack for now"Caolán McNamara2016-07-195-99/+107
* hack for nowCaolán McNamara2016-07-195-107/+99
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-112-18/+18
* Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann2016-07-111-1/+1
* Clarify calculation precedence tdf#39440Muhammet Kara2016-07-051-1/+1
* bridges: [loplugin:staticanonymous]Michael Stahl2016-06-211-1/+1
* bridges: [loplugin:nullptr]Michael Stahl2016-06-213-37/+37
* bridges: [loplugin:salbool]Michael Stahl2016-06-212-4/+4
* bridges: -Werror,-Wimplicit-fallthroughMichael Stahl2016-06-213-2/+5
* tdf#39440 Reduced the scope of the variable cGökhan Gurbetoğlu2016-06-081-2/+1
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-2775-255/+255
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-252-2/+4
* Replace comment with SAL_FALLTHROUGHStephan Bergmann2016-05-122-2/+4
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-3/+5
* tdf#97499 Fixed containers parameters clearing #7tymyjan2016-04-281-1/+1
* tdf#97499 Fixed containers parameters clearing #6tymyjan2016-04-281-1/+1
* bridges/inc/bridges/cpp_uno/bridge.hxx appears unusedStephan Bergmann2016-04-251-462/+0
* loplugin:salboolStephan Bergmann2016-04-222-4/+4
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-205-10/+10
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable in ..Jochen Nitschke2016-04-045-15/+23
* Avoid reserved identifiersStephan Bergmann2016-03-104-14/+14
* -Werror,-WshadowStephan Bergmann2016-03-041-2/+1
* Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann2016-02-261-14/+61
* Adapt __cxxabiv1 for libc++abiStephan Bergmann2016-02-261-1/+7
* Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSIONStephan Bergmann2016-02-261-8/+1
* Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann2016-02-263-52/+27
* cxxabi.h is not specific to GCCStephan Bergmann2016-02-262-8/+8
* Expect _Unwind_Exception to be defined in the compilers' unwind.hStephan Bergmann2016-02-262-18/+4
* Add missing includeDavid Ostrovsky2016-02-261-0/+1
* WaE: vs2015 shadow localNorbert Thiebaud2016-02-221-7/+7
* Remove excess newlinesChris Sherlock2016-02-0912-31/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-138/+136
* Fix loop to actually get executedStephan Bergmann2016-02-011-4/+2
* boost::unordered_map->std::unordered_map in bridgesNoel Grandin2016-02-011-2/+2
* Quickfix for Win 64-bit C++ UNO bridge (more than 20 params)Stephan Bergmann2016-01-271-3/+9
* this dir has lain unused for years nowCaolán McNamara2016-01-0959-10973/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-074-11/+11