Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
88bced77
Commit
88bced77
authored
Apr 15, 2016
by
Jakob Schweisshelm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
executed 'make all' to generate new cpp and header files for examples and test-suite
parent
87707fc0
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
example/generated-src/jni/NativeSortItems.cpp
example/generated-src/jni/NativeSortItems.cpp
+1
-1
test-suite/generated-src/jni/NativeConstantsInterface.cpp
test-suite/generated-src/jni/NativeConstantsInterface.cpp
+1
-1
test-suite/generated-src/jni/NativeCppException.cpp
test-suite/generated-src/jni/NativeCppException.cpp
+1
-1
test-suite/generated-src/jni/NativeExternInterface1.cpp
test-suite/generated-src/jni/NativeExternInterface1.cpp
+1
-1
test-suite/generated-src/jni/NativeListenerCaller.cpp
test-suite/generated-src/jni/NativeListenerCaller.cpp
+1
-1
test-suite/generated-src/jni/NativeReturnOne.cpp
test-suite/generated-src/jni/NativeReturnOne.cpp
+1
-1
test-suite/generated-src/jni/NativeReturnTwo.cpp
test-suite/generated-src/jni/NativeReturnTwo.cpp
+1
-1
test-suite/generated-src/jni/NativeReverseClientInterface.cpp
...-suite/generated-src/jni/NativeReverseClientInterface.cpp
+1
-1
test-suite/generated-src/jni/NativeTestDuration.cpp
test-suite/generated-src/jni/NativeTestDuration.cpp
+1
-1
test-suite/generated-src/jni/NativeTestHelpers.cpp
test-suite/generated-src/jni/NativeTestHelpers.cpp
+1
-1
test-suite/generated-src/jni/NativeUserToken.cpp
test-suite/generated-src/jni/NativeUserToken.cpp
+1
-1
test-suite/generated-src/jni/NativeUsesSingleLanguageListeners.cpp
...e/generated-src/jni/NativeUsesSingleLanguageListeners.cpp
+1
-1
No files found.
example/generated-src/jni/NativeSortItems.cpp
View file @
88bced77
...
@@ -18,7 +18,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_textsort_SortItems_00024CppProxy_native
...
@@ -18,7 +18,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_textsort_SortItems_00024CppProxy_native
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
textsort
::
SortItems
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
textsort
::
SortItems
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeConstantsInterface.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ConstantsInterface_00024Cpp
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ConstantsInterface_00024Cpp
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
ConstantsInterface
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
ConstantsInterface
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeCppException.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_CppException_00024CppProxy_
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_CppException_00024CppProxy_
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
CppException
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
CppException
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeExternInterface1.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ExternInterface1_00024CppPr
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ExternInterface1_00024CppPr
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
ExternInterface1
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
ExternInterface1
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeListenerCaller.cpp
View file @
88bced77
...
@@ -17,7 +17,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ListenerCaller_00024CppProx
...
@@ -17,7 +17,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ListenerCaller_00024CppProx
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
ListenerCaller
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
ListenerCaller
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeReturnOne.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ReturnOne_00024CppProxy_nat
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ReturnOne_00024CppProxy_nat
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
ReturnOne
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
ReturnOne
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeReturnTwo.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ReturnTwo_00024CppProxy_nat
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ReturnTwo_00024CppProxy_nat
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
ReturnTwo
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
ReturnTwo
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeReverseClientInterface.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ReverseClientInterface_0002
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_ReverseClientInterface_0002
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
ReverseClientInterface
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
ReverseClientInterface
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeTestDuration.cpp
View file @
88bced77
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_TestDuration_00024CppProxy_
...
@@ -16,7 +16,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_TestDuration_00024CppProxy_
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
TestDuration
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
TestDuration
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeTestHelpers.cpp
View file @
88bced77
...
@@ -23,7 +23,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_TestHelpers_00024CppProxy_n
...
@@ -23,7 +23,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_TestHelpers_00024CppProxy_n
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
TestHelpers
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
TestHelpers
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeUserToken.cpp
View file @
88bced77
...
@@ -27,7 +27,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_UserToken_00024CppProxy_nat
...
@@ -27,7 +27,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_UserToken_00024CppProxy_nat
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
UserToken
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
UserToken
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
test-suite/generated-src/jni/NativeUsesSingleLanguageListeners.cpp
View file @
88bced77
...
@@ -36,7 +36,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_UsesSingleLanguageListeners
...
@@ -36,7 +36,7 @@ CJNIEXPORT void JNICALL Java_com_dropbox_djinni_test_UsesSingleLanguageListeners
{
{
try
{
try
{
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
DJINNI_FUNCTION_PROLOGUE1
(
jniEnv
,
nativeRef
);
delete
reinterpret_cast
<
djinni
::
CppProxyHandle
<::
testsuite
::
UsesSingleLanguageListeners
>*>
(
nativeRef
);
delete
reinterpret_cast
<
::
djinni
::
CppProxyHandle
<::
testsuite
::
UsesSingleLanguageListeners
>*>
(
nativeRef
);
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
JNI_TRANSLATE_EXCEPTIONS_RETURN
(
jniEnv
,
)
}
}
...
...
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