- 16 Apr, 2015 5 commits
-
-
Miro Knejp authored
This option exists for the JNI support library, so it is only logical to also provide it for the Obj-C part.
-
Jacob Potter authored
(7b384fa7 changed the default to djinni_generated)
-
Miro Knejp authored
Now it matches the JNI setting. This was probably not supposed to be there...
-
Miro Knejp authored
-
Kannan Goundan authored
That option is deprecated in JDK 1.8 and causes a warning message. Closes #75
-
- 15 Apr, 2015 1 commit
-
-
Jacob Potter authored
-
- 14 Apr, 2015 1 commit
-
-
Andrew Twyman authored
-
- 13 Apr, 2015 3 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
- 09 Apr, 2015 4 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
- 08 Apr, 2015 8 commits
-
-
j4cbo authored
Include cpp prefix in Objective-C C++ includes
-
j4cbo authored
Properly handle namespaces in +o proxy code generation
-
j4cbo authored
Work-arounds to make Djinni build on Windows with MSVC >=2013
-
j4cbo authored
Prepend djinni_support.hpp with --jni-base-lib-include-prefix
-
j4cbo authored
Correct namespace for ObjcProxy return types
-
Alan Rogers authored
A previous solution to this was to simply return a `-copy`'ed version of the mutable collections we had constructed. But that comes with a slight cost. This diff, makes use of `+[NSArray arrayWithObjects:count:]`, `+[NSSet setWithObjects:count:]` and `+[NSDictionary dictionaryWithObjects:forKeys:count:]` to construct the collections from `std::vector`s of the appropriate ObjC classes. The only additional allocation we're doing now is of a single (2 for MMap) std::vector. We're also making use of `reserve()` to ensure we're not reallocating as the vectors are populated.
-
j4cbo authored
Don't apply cppHeaderExt to JNI base libs
-
Karl Bode authored
-
- 06 Apr, 2015 2 commits
-
-
Steven Kabbes authored
This uses NSDate on iOS and java.util.Date on Android
-
Jacob Potter authored
-
- 18 Mar, 2015 1 commit
-
-
Steven Dee authored
-
- 19 Feb, 2015 1 commit
-
-
j4cbo authored
Avoid unnecessary conversion and temporaries
-
- 11 Feb, 2015 1 commit
-
-
Marco Magdy authored
Passing the result of c_str() to a function that takes std::string as argument no. 2 is slow and redundant.
-
- 06 Feb, 2015 1 commit
-
-
Steven Dee authored
-
- 05 Feb, 2015 1 commit
-
-
Steven Dee authored
-
- 23 Jan, 2015 2 commits
-
-
j4cbo authored
Add sample file and documentation for NDK path specification
-
Marius Bergmann authored
-
- 22 Jan, 2015 3 commits
-
-
Jacob Potter authored
-
Damien DeVille authored
-
Damien DeVille authored
-
- 14 Jan, 2015 2 commits
-
-
j4cbo authored
Make glob.py work with python3
-
Steven Dee authored
-
- 15 Dec, 2014 1 commit
-
-
Jacob Potter authored
This prevents a race condition against the garbage collector.
-
- 12 Dec, 2014 2 commits
-
-
Miro Knejp authored
Nested namespaces were copied verbatim instead of applying namespaces nested as is done in the JNI generator.
-
Miro Knejp authored
Since this header and all the other support files are located in the same folder this prefix should probably be applied to djinni_support.hpp as well.
-
- 03 Dec, 2014 1 commit
-
-
j4cbo authored
Pass primitive types by value
-