summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Again, no -fstack-protector-strong for gcc3_linux_aarch64/cpp2uno.cxxStephan Bergmann2017-10-191-3/+2
* remove empty namespacesJochen Nitschke2017-05-031-3/+0
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* fix shadow warning with latest clangNoel Grandin2017-04-051-4/+2
* loplugin:redundantinline (clang-cl)Stephan Bergmann2017-04-041-3/+3
* Fix typosAndrea Gelmini2017-03-261-1/+1
* loplugin:redundantcastStephan Bergmann2017-03-241-1/+1
* loplugin:redundantcastStephan Bergmann2017-03-231-1/+1
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-15/+15
* UNO bridges: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-03-033-32/+2
* Fix typosAndrea Gelmini2017-03-037-7/+7
* Kill bitrot Emscripten experimentKhaled Hosny2017-02-211-2/+0
* ios update to make TiledLibreOffice compile/linkjan Iversen2017-02-162-0/+6
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-1520-55/+55
* Support MSVC 15.0David Ostrovsky2017-02-152-2/+2
* LEAK_STATIC_DATA is always defined for WNTStephan Bergmann2017-02-123-89/+0
* LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann2017-02-1119-76/+0
* Remove MinGW supportStephan Bergmann2017-02-1025-4003/+3
* loplugin:useuniqueptrStephan Bergmann2017-02-021-4/+4
* loplugin:stringconstantStephan Bergmann2017-02-011-1/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* iOS bridge: Log function names, not string pointersSamuel Mehrbrodt2017-01-131-2/+2
* Fix undefined misaligned writesStephan Bergmann2016-12-161-2/+7
* fix sparc64 bridges buildRene Engelhard2016-11-272-8/+8
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-232-30/+7
* 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