- 22 May, 2015 2 commits
-
-
j4cbo authored
Build script improvements for paths with spaces
-
Andrew Twyman authored
Everything works in a dir with spaces in the path, except for the Android NDK build of the example, which is a limitation of the NDK. I also made some cleanups to the Makefile along the way: Reordered the clean rule to clean up gyp artifacts after they’re regenerated (from inside NDK), and to directly access the test suite.
-
- 21 May, 2015 2 commits
-
-
j4cbo authored
Upgrade Android example to expect latest SDK
-
Andrew Twyman authored
-
- 18 May, 2015 5 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
j4cbo authored
Freeze gyp
-
Jacob Potter authored
-
- 16 May, 2015 2 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
- 15 May, 2015 1 commit
-
-
Marcin Kaszynski authored
-
- 14 May, 2015 6 commits
-
-
Marcin Kaszynski authored
-
Miro Knejp authored
-
Miro Knejp authored
-
Miro Knejp authored
The compiler doesn't care and this works with all types, pointers, refs.
-
Miro Knejp authored
-
Miro Knejp authored
Wrappers for +c interfaces end with +Private so this workaround is no longer necessary.
-
- 13 May, 2015 4 commits
-
-
Miro Knejp authored
-
Miro Knejp authored
-
Miro Knejp authored
- Renamed toJava/fromJava methods to fromCpp/toCpp for consistency among language generators - fromCpp methods return LocaLRef<JniType> instead of JniType for improved exception safety - Merged primitive converters into a single header file and fixed for LocalRef<T> changes - Avoiding local temporaries where feasible - Consistent call signatures - Proper support for templated JNI types
-
Miro Knejp authored
-
- 12 May, 2015 6 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
j4cbo authored
Command line arguments to control Obj-C++ generation
-
Miro Knejp authored
-
Miro Knejp authored
-
Miro Knejp authored
-
- 08 May, 2015 8 commits
-
-
Jacob Potter authored
-
j4cbo authored
Feature/no cpp14
-
Miro Knejp authored
-
Miro Knejp authored
-
Miro Knejp authored
- Remove all generated code from the primary Xcode project - Include generated .cpp files in libtextsort for records with derivings - Handwritten objc sources no longer need to be .mm - Rename main.m to .mm for C++ standard library linking - Add libdjinni to Xcode workspace for convenience
-
Miro Knejp authored
-
Miro Knejp authored
-
Jacob Potter authored
-
- 07 May, 2015 3 commits
-
-
Miro Knejp authored
- Follows the idiomatic way of std::tuple - Implement operator>, operator<= and operator>= only using operator<
-
Miro Knejp authored
-
Miro Knejp authored
-
- 06 May, 2015 1 commit
-
-
Miro Knejp authored
Also includes: - Use helper function for printing Objc function calls and signatures - Consistently apply "field" and "local" identifiery styles to Objc record parameters - Further imporvements to Objcpp generator - Separation of output format and semantics - Consistent printing of call signatures - Avoiding local temporaries where feasible - Fixed double "auto ret =" in +o methods with a return value Plus some additional fixes [written by mknejp, rebased/squashed/fixed up by j4cbo]
-