summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2017-06-13iOS, adding x86_64 to gcc_iosjan Iversen1-1/+98
2017-05-30remove duplicate 'using namespace'Jochen Nitschke2-4/+0
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin11-170/+170
2017-05-18Revert "Fix typos"Stephan Bergmann4-4/+4
2017-05-18Fix typosAndrea Gelmini4-4/+4
2017-05-03remove empty namespacesJochen Nitschke1-3/+0
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-05fix shadow warning with latest clangNoel Grandin1-4/+2
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann1-3/+3
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-03-24loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-23loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-15/+15
2017-03-03UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky3-32/+2
2017-03-03Fix typosAndrea Gelmini7-7/+7
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny1-2/+0
2017-02-16ios update to make TiledLibreOffice compile/linkjan Iversen2-0/+6
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist20-55/+55
2017-02-15Support MSVC 15.0David Ostrovsky2-2/+2
2017-02-12LEAK_STATIC_DATA is always defined for WNTStephan Bergmann3-89/+0
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann19-76/+0
2017-02-10Remove MinGW supportStephan Bergmann25-4003/+3
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+4
2017-02-01loplugin:stringconstantStephan Bergmann1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-13iOS bridge: Log function names, not string pointersSamuel Mehrbrodt1-2/+2
2016-12-16Fix undefined misaligned writesStephan Bergmann1-2/+7
2016-11-27fix sparc64 bridges buildRene Engelhard2-8/+8
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2-30/+7
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