- 05 Oct, 2015 1 commit
-
-
j4cbo authored
updated Makefile
-
- 02 Oct, 2015 1 commit
-
-
Michele Caini authored
-
- 01 Oct, 2015 3 commits
-
-
j4cbo authored
djinni for linux
-
https://github.com/dropbox/djinni/pull/140Paul Wais authored
Major changes: * The tests and example run in (Dockerized) Linux (as well as Mac OS X). * The (jni) tests now require CMake to support cross-platform builds. In particular, we leverage CMake's FindJNI to make JNI setup easy. * Docs are edited throughout to include pointers to the new features. * Includes a few small code changes to the example / test code to fix things that weren't portable. * Includes a new NativeLibLoader support class to help load jar-packaged native libraries.
-
Jacob Potter authored
-
- 30 Sep, 2015 3 commits
-
-
Andrew Twyman authored
-
Jacob Potter authored
-
Jacob Potter authored
-
- 29 Sep, 2015 2 commits
- 28 Sep, 2015 7 commits
-
-
Peter Steinberger authored
Clang emits “Declaration shadows a field of …” when using the same variable name in the constructor. This commit resolves the warning.
-
j4cbo authored
Adds `toString()` for the Java generator
-
Peter Steinberger authored
Update test suite
-
Peter Steinberger authored
-
j4cbo authored
Improve Objective-C debug descriptions for record types
-
Peter Steinberger authored
-
Jacob Potter authored
Fixes #146
-
- 25 Sep, 2015 1 commit
-
-
Jacob Potter authored
Fixes #144
-
- 23 Sep, 2015 7 commits
-
-
Stephan Jaetzold authored
This plugin adds support for some basic navigation, code-completion and error highlighting in .djinni files to the [jetbrains](http://www.jetbrains.com) family of IDE's.
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
Andrew Twyman authored
-
Jacob Potter authored
-
Jacob Potter authored
-
- 22 Sep, 2015 3 commits
-
-
Jacob Potter authored
-
Andrew Twyman authored
-
Jacob Potter authored
This enables use of Djinni with statically-checked non-nullable pointers, like https://github.com/dropbox/nn
-
- 17 Sep, 2015 2 commits
-
-
Andrew Twyman authored
-
Jacob Potter authored
-
- 15 Sep, 2015 4 commits
-
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
Jacob Potter authored
-
- 29 Jul, 2015 4 commits
-
-
j4cbo authored
Add a makefile rule to _only_ build djinni proper
-
Don Goodman-Wilson authored
-
Don Goodman-Wilson authored
-
Jacob Potter authored
Fixes #121
-
- 27 Jul, 2015 1 commit
-
-
j4cbo authored
Generate convenience initializers for Objective-C records
-
- 20 Jul, 2015 1 commit
-
-
Miro Knejp authored
This provides a consistent pair of initializers for all records: - (nonnull instancetype)initWithArg:(A*)arg; + (nonnull instancetype)myRecordWithArg:(A*)arg; The static convenience initializer is only created for records *without* the +o extension. This also applies to records with no members. Now even empty records have a designated initializer.
-