Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d52bfc91
Kaydet (Commit)
d52bfc91
authored
Kas 11, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add some more comments
Change-Id: I267cb424deee4d329a0860cf9c87f295fb8fc5bf
üst
89f00bdd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
cpp2uno-arm.cxx
bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx
+6
-1
uno2cpp-arm.cxx
bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-arm.cxx
+9
-0
uno2cpp-i386.cxx
bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-i386.cxx
+4
-0
No files found.
bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx
Dosyayı görüntüle @
d52bfc91
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#if defined(__arm) || defined(__arm64)
#if defined(__arm) || defined(__arm64)
// For iOS devices (ARM). Basically a copy of
n
// For iOS devices (ARM). Basically a copy of
// ../gcc3_linux_arm/cpp2uno.cxx with some cleanups and necessary
// ../gcc3_linux_arm/cpp2uno.cxx with some cleanups and necessary
// changes: No dynamic code generation as that is prohibited for apps
// changes: No dynamic code generation as that is prohibited for apps
// in the App Store. Instead we use a set of pre-generated snippets.
// in the App Store. Instead we use a set of pre-generated snippets.
...
@@ -29,6 +29,11 @@
...
@@ -29,6 +29,11 @@
// sad. But then the whole bridges/source/cpp_uno is full of
// sad. But then the whole bridges/source/cpp_uno is full of
// copy/paste. So I continue in that tradition...
// copy/paste. So I continue in that tradition...
// Note that for iOS, neither __ARM_EABI__ or __ARM_PCS_VFP are
// defined. The ifdefs for those have been left in place to keep this
// file as close to ../gcc3_linux_arm/cpp2uno.cxx as possible, to make
// future unification easier.
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <uno/data.h>
#include <uno/data.h>
#include <typelib/typedescription.hxx>
#include <typelib/typedescription.hxx>
...
...
bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-arm.cxx
Dosyayı görüntüle @
d52bfc91
...
@@ -19,6 +19,15 @@
...
@@ -19,6 +19,15 @@
#if defined(__arm) || defined(__arm64)
#if defined(__arm) || defined(__arm64)
// For iOS devices (ARM). Basically a copy of
// ../gcc3_linux_arm/cpp2uno.cxx with some cleanups and necessary
// changes.
// Note that for iOS, none of __ARM_EABI__, __ARM_ARCH_4T__ or
// __ARM_PCS_VFP are defined. The ifdefs for those have been left in
// place to keep this file as close to ../gcc3_linux_arm/uno2cpp.cxx
// as possible, to make future unification easier.
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include "bridges/cpp_uno/shared/bridge.hxx"
#include "bridges/cpp_uno/shared/bridge.hxx"
...
...
bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-i386.cxx
Dosyayı görüntüle @
d52bfc91
...
@@ -19,6 +19,10 @@
...
@@ -19,6 +19,10 @@
#ifdef __i386
#ifdef __i386
// For the iOS emulator (i386). Basically a copy of
// ../gcc3_macosx_intel/uno2cpp.cxx with some cleanups and necessary
// changes.
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include "bridges/cpp_uno/shared/bridge.hxx"
#include "bridges/cpp_uno/shared/bridge.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment