1. 04 Jan, 2018 1 commit
    • Xianwen Chen's avatar
      Separate `flags` to `enum_flags.djinni` (#346) · 86ba6b5d
      Xianwen Chen authored
      Separate `flags` to `enum_flags.djinni`, to exclude it from
      `common.djinni`, so that it wouldn’t be picked up by Python  in
      `python` branch.
      
      Otherwise it causes failure in `python` branch since flags feature is
      not implemented.
      86ba6b5d
  2. 03 Jan, 2018 1 commit
    • Yannick Heinrich's avatar
      Add a script to build static fat binary lib. (#341) · ddbe4d94
      Yannick Heinrich authored
      * Add a script to build static fat  binary lib.
      
      Based on the platform file provided by the
      [ios-cmake](https://github.com/leetal/ios-cmake) repository,
      the script generates a fat static library based on the architectures
      specified by the `BUILD_ARCHITECTURES` variable.
      
      * Update according to the discussion
      
      - Rename the name of the script
      - Clarify what does the script
      
      * Move the build script.
      
      * Move script to support lib directory
      ddbe4d94
  3. 11 Oct, 2017 1 commit
    • Sebastian Schuberth's avatar
      Upgrade the example to Gradle 4.2 and Android plugin 2.3.3 (#329) · e675e319
      Sebastian Schuberth authored
      * Upgrade the example to Gradle 4.2 and Android plugin 2.3.3
      
      Along with the necessary build system adjustments.
      
      * Move the NDK checks to Gradle execution phase
      
      Do not check for the NDK during Gradle configurion phase, otherwise a
      simple "gradle tasks" would fail if no NDK is configured. Do the checks
      later when the ndkBuild task is actually executed.
      e675e319
  4. 04 Oct, 2017 2 commits
  5. 28 Sep, 2017 1 commit
  6. 26 Sep, 2017 2 commits
  7. 06 Sep, 2017 1 commit
  8. 17 Aug, 2017 1 commit
  9. 16 Aug, 2017 1 commit
  10. 28 Jun, 2017 1 commit
    • Guillaume Giraud's avatar
      [Android] Fix Djinni initialization crash in multi shared library case (#310) · b55ac101
      Guillaume Giraud authored
      Fix Djinni initialization crash in multi shared library case on Android (i.e. djinni_support_lib is a shared library used by other shared libraries).
      
      Replaced generic static_registration class with non-templatized helpers in JniClassInitializer, which simplifies the code and avoids the issues of multiple instantiations of the same static data.
      b55ac101
  11. 10 Jun, 2017 1 commit
  12. 18 May, 2017 1 commit
  13. 11 Apr, 2017 1 commit
  14. 07 Apr, 2017 3 commits
  15. 06 Apr, 2017 2 commits
  16. 05 Apr, 2017 1 commit
  17. 04 Apr, 2017 4 commits
  18. 03 Apr, 2017 2 commits
  19. 31 Mar, 2017 2 commits
  20. 16 Mar, 2017 1 commit
  21. 14 Mar, 2017 1 commit
  22. 10 Mar, 2017 1 commit
  23. 01 Feb, 2017 1 commit
  24. 22 Jan, 2017 1 commit
  25. 20 Jan, 2017 1 commit
  26. 19 Jan, 2017 1 commit
  27. 14 Jan, 2017 1 commit
  28. 12 Jan, 2017 2 commits
  29. 06 Jan, 2017 1 commit