- 04 Aug, 2016 2 commits
-
-
Andrew Twyman authored
Build java tests on mac workaround
-
Aleksey Konovalov authored
-
- 03 Aug, 2016 3 commits
-
-
Andrew Twyman authored
-
Andrew Twyman authored
Cpp wide strings support
-
Aleksey Konovalov authored
Conflicts: test-suite/objc/DjinniObjcTest.xcodeproj/project.pbxproj
-
- 02 Aug, 2016 5 commits
-
-
Aleksey Konovalov authored
Merge branch 'cpp_wide_strings_support' of https://github.com/konovalov-aleks/djinni into cpp_wide_strings_support
-
Aleksey Konovalov authored
Improved wchar <-> NSString codec in the objective-c implementation. Added static_assert to verify assumptions
-
Aleksey Konovalov authored
-
Aleksey Konovalov authored
-
Aleksey Konovalov authored
-
- 01 Aug, 2016 1 commit
-
-
Andrew Twyman authored
-
- 28 Jul, 2016 2 commits
-
-
Aleksey Konovalov authored
-
Aleksey Konovalov authored
-
- 27 Jul, 2016 3 commits
-
-
Andrew Twyman authored
-
Andrew Twyman authored
-
Andrew Twyman authored
created docker image with GCC6 (fedora 24)
-
- 19 Jul, 2016 1 commit
-
-
Aleksey Konovalov authored
-
- 18 Jul, 2016 3 commits
-
-
Aleksey Konovalov authored
-
Aleksey Konovalov authored
-
Aleksey Konovalov authored
-
- 15 Jul, 2016 1 commit
-
-
Aleksey Konovalov authored
-
- 14 Jul, 2016 1 commit
-
-
Aleksey Konovalov authored
-
- 22 Jun, 2016 2 commits
-
-
Danny Weinberg authored
Add an argument to JNI generation to allow for C++ headers for extended records to be in a separate location.
-
Andrew Twyman authored
-
- 10 Jun, 2016 2 commits
-
-
Andrew Twyman authored
clean up narrowing conversion warnings in x86_64
-
Jeff Trull authored
-
- 17 May, 2016 2 commits
-
-
Andrew Twyman authored
Don't leak local refs when creating WeakReference objects.
-
Jacob Potter authored
Fixes #218
-
- 11 May, 2016 1 commit
-
-
j4cbo authored
Cleaner fix for VS2015
-
- 25 Apr, 2016 1 commit
-
-
Pascal Menuet authored
-
- 22 Apr, 2016 5 commits
-
-
Andrew Twyman authored
-
Andrew Twyman authored
Fix shadowing of C++ type names by similar method names.
-
Xianwen Chen authored
Fixes #171. Djinni constants which are not primitives, enums, or strings must now be accessed in Objective-C class members, rather than constant variables. This avoids unsafe ordering of initialization of constant objects.
-
Andrew Twyman authored
Added a test to prove that const methods for C++ work, and documented rules for const & static methods.
-
Andrew Twyman authored
Fixes #223 Turns out eq and ord were never implemented for dates in Java or ObjC. I implemented, and added that type to the record_with_derivings test.
-
- 15 Apr, 2016 2 commits
-
-
Andrew Twyman authored
Changed Namespace for CppProxy to global ::djinni in JNIGenerator
-
Jakob Schweisshelm authored
-
- 14 Apr, 2016 1 commit
-
-
Jakob Schweisshelm authored
-
- 12 Apr, 2016 1 commit
-
-
Andrew Twyman authored
Fixes #221
-
- 09 Apr, 2016 1 commit
-
-
Xianwen Chen authored
-