summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm64.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
... except in include/rtl, include/sal, include/uno, where sal_Size is retained for compatibility, and where callers of rtl functions pass in pointers that are incompatible on MSVC. Change-Id: I8344453780689f5120ba0870e44965b6d292450c
2016-08-20SAL_FALLTHROUGHTor Lillqvist1-0/+1
Change-Id: I9b13e20b873e919aef93e5c7548112c47f57612e
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-4/+4
Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48 Reviewed-on: https://gerrit.libreoffice.org/25532 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it. Cleaned up some, but something like grep -FwL sal/log.hxx $(git grep -Elw \ 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx) shows lots more files that potentially need fixing before the include can be removed from rtl/string.hxx and rtl/ustring.hxx. Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl1-2/+2
Change-Id: I4e78fac76b6bb4923e3b680d910afe5bb9640c33
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-1/+2
...though only on gcc3_linux_x86-64 for now. Change-Id: Id90554425e78b38a5a97149f2a7d3ac04cbe0c9b
2014-03-01Remove visual noise from bridgesAlexander Wilms1-2/+0
Change-Id: I53fa23d335ff62795f09f9838d4064cea71aeb65 Reviewed-on: https://gerrit.libreoffice.org/8237 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27cppcheck: fix consecutive breakJulien Nabet1-1/+0
Change-Id: I028543f751ed8759f694cc4901d8c89d76867596
2013-12-24More informative logging in codeSnippet()Tor Lillqvist1-5/+7
Change-Id: I51bceba0918928812daca3a2c92633b6998b380c
2013-12-22iOS arm64 C++/UNO bridge WIPTor Lillqvist1-90/+99
Change-Id: I786cc64fc814c755ba215898026365af26b56205
2013-12-21iOS arm64 C++/UNO bridge WIPTor Lillqvist1-43/+26
Change-Id: I5eb994e4a48b043f463940d1c34ad7a9459b83cd
2013-12-08Intermediate work in progress commit on the arm64 C++/UNO bridgeTor Lillqvist1-0/+566
Note that the arm64 code is not even close to "working" yet. Change-Id: I261d09f7e797cded26396ed0d4b8b3021f712ebf