1. 07 Jun, 2016 1 commit
    • Romain Gilles's avatar
      Create a maven like project structure for java development. Make it OSGi… · 9875b0e0
      Romain Gilles authored
      Create a maven like project structure for java development. Make it OSGi compliant. Generate the flatbuffers code for testing (example).
      
      Java developer are mostly comfortable with maven project structure. One one the main concept behind maven is convention. If you follow the maven project convention then your development team will get more effective as they now this project structure and can easily find the production code versus the test code.
       In this pull request I have structured the java project around 2 main parts:
        * the `flatbuffers` project. This project is the api / lib project and contains the test code structure + an example of code generation for testing. This avoid to commit generated code. Pre-configure JUnit for test driven development and make this project OSGi compliant.
        * the `jmh` project. This project aims to provide a placeholder for micro-benchmarking. JMH is a 'de facto' standard for micro benchmarking you can find more details here: http://openjdk.java.net/projects/code-tools/jmh/
      
      For now I didn't move the JavaTest class but it could be a next step with a migration to the JUnit framework.
      The only impacts are the move of the class and the project structure => no code change.
      9875b0e0
  2. 02 Jun, 2016 4 commits
  3. 01 Jun, 2016 5 commits
  4. 31 May, 2016 2 commits
  5. 30 May, 2016 1 commit
  6. 28 May, 2016 1 commit
  7. 26 May, 2016 1 commit
  8. 25 May, 2016 2 commits
  9. 24 May, 2016 1 commit
  10. 23 May, 2016 10 commits
  11. 21 May, 2016 1 commit
  12. 20 May, 2016 2 commits
  13. 19 May, 2016 2 commits
  14. 18 May, 2016 2 commits
  15. 03 May, 2016 1 commit
    • Martin Ankerl's avatar
      Added helpers to access objects while creating the flatbuffer. · 023fec62
      Martin Ankerl authored
      GetObject and GetMutableObject are similar to GetRoot and GetMutableRoot,
      and can be useful when wanting to access data that has just been created.
      Unfortunately there is a danger in using these methods, as it is possible
      that the buffer reallocates which will invalidate the pointers.
      023fec62
  16. 01 May, 2016 1 commit
  17. 29 Apr, 2016 1 commit
  18. 28 Apr, 2016 2 commits