- 10 Jul, 2015 3 commits
-
-
Miro Knejp authored
fixes #107
-
j4cbo authored
Adding more Android error troubleshooting to example readme
-
Jacob Potter authored
-
- 08 Jul, 2015 1 commit
-
-
Stephen Spann authored
-
- 26 Jun, 2015 6 commits
-
-
Andrew Twyman authored
failonerror defaults to false on exec and java rules in ant.
-
Andrew Twyman authored
Add Date type (pointed out by Iulia). Correctly state that our sets are also unordered (pointed out by Josh G).
-
Andrew Twyman authored
Comment in shell script explains why.
-
Andrew Twyman authored
Makes things more convenient for scripts to use.
-
Iulia Tamas authored
Added support for command line arguments that request that the input (dependencies) files are printed out, or that the output (to-be-generated) files are printed out.
-
Danny Weinberg authored
Add a hashCode implementation in Java when deriving the eq function. This is also good practice in general. Avoid referencing rawtypes when deriving the ord function. Fix nullity annotation of parameter to compareTo method.
-
- 24 Jun, 2015 1 commit
-
-
j4cbo authored
Cast handle
-
- 21 Jun, 2015 2 commits
-
-
Steven Dee authored
-
Steven Dee authored
This prevents Djinni-generated code from causing warnings when compiled with -Wstrict-selector-match.
-
- 10 Jun, 2015 2 commits
-
-
j4cbo authored
Add missing float suffix to cpp constants
-
Miro Knejp authored
-
- 09 Jun, 2015 4 commits
-
-
Jacob Potter authored
-
Iulia Tamas authored
Summary: Changes in Java and Objc generators to differentiate between double and float. Added f32 as a djinni primitive and in the djinni namespace.
-
Jacob Potter authored
this was overcomplicated
-
Andrew Twyman authored
-
- 03 Jun, 2015 2 commits
-
-
j4cbo authored
Fixes to Java nullability annotations
-
Iulia Tamas authored
- Mark interfaces as nullable - Add missing annotations on static method arguments
-
- 02 Jun, 2015 1 commit
-
-
j4cbo authored
IntelliJ and Primitives Tests
-
- 29 May, 2015 2 commits
-
-
Andrew Twyman authored
-
Andrew Twyman authored
-
- 28 May, 2015 2 commits
-
-
j4cbo authored
objc: also implement `hash` when implementing `isEqual:`
-
Damien DeVille authored
Apple docs mention that one should always override `hash` when implementing equality and overriding `isEqual:`. This is not the smartest hashing but better than nothing.
-
- 27 May, 2015 4 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
https://github.com/FuegoFro/djinniJacob Potter authored
Merge branch 'java_nullity_annotations' of https://github.com/FuegoFro/djinni into FuegoFro-java_nullity_annotations
-
Jacob Potter authored
-
- 26 May, 2015 4 commits
-
-
Danny Weinberg authored
-
j4cbo authored
Enable NRVO in JNI's Binary::toCpp
-
Danny Weinberg authored
Add the ability to specify Java nullity annotations which are added to constants, return values, and parameters based on whether or not they're optional.
-
Miro Knejp authored
This optimization is usually disabled if not all paths return the same local object.
-
- 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
-
- 19 May, 2015 1 commit
-
-
Jacob Potter authored
-
- 18 May, 2015 1 commit
-
-
Jacob Potter authored
-