1. 13 Feb, 2016 1 commit
    • Andrew Twyman's avatar
      Merge pull request #203 from guycnicholas/feature_184_take_3 · a656d150
      Andrew Twyman authored
      Configurable paths for extended record headers.
      *** POTENTIAL BREAKING CHANGE ***
      If you're using extended records, you may need to pass these two command-line arguments to Djinni to maintain the old behavior:
      --cpp-extended-record-include-prefix "../"
      --objc-extended-record-include-prefix "../"
      a656d150
  2. 10 Feb, 2016 1 commit
  3. 09 Feb, 2016 7 commits
  4. 07 Feb, 2016 1 commit
  5. 06 Feb, 2016 3 commits
  6. 30 Jan, 2016 1 commit
  7. 16 Jan, 2016 1 commit
  8. 15 Jan, 2016 2 commits
  9. 14 Jan, 2016 2 commits
  10. 13 Jan, 2016 4 commits
  11. 12 Jan, 2016 1 commit
  12. 10 Jan, 2016 1 commit
  13. 09 Jan, 2016 1 commit
  14. 08 Jan, 2016 2 commits
  15. 06 Jan, 2016 1 commit
  16. 04 Jan, 2016 1 commit
  17. 21 Dec, 2015 1 commit
  18. 15 Dec, 2015 1 commit
  19. 01 Dec, 2015 4 commits
  20. 28 Nov, 2015 1 commit
  21. 27 Nov, 2015 1 commit
    • Vitaly _Vi Shukela's avatar
      Forward declare enums and records in C++ instead of #include (#165) · 02cae9d1
      Vitaly _Vi Shukela authored
      This is a combination of 8 commits.
      
      * Initial implementation
      * Minor fixes
      * Forward declare enums as "enum class" instead of "class"
      * Fix test_helpers.cpp: explicitly include what is used
      * rename: s/dontIncludeRecordsAndEnums/forwardDeclareOnly/
      * Stage generated files
      * Fixed class/struct mismatch in generated files
      * Fix generated files
      02cae9d1
  22. 17 Nov, 2015 2 commits