- 05 Jul, 2016 2 commits
-
-
Romain Gilles authored
-
Romain Gilles authored
Revert "Create a maven like project structure for java development. Make it OSGi compliant. Generate the flatbuffers code for testing (example)." This reverts commit 9875b0e0.
-
- 01 Jul, 2016 5 commits
-
-
Wouter van Oortmerssen authored
Fixed typo
-
Wouter van Oortmerssen authored
Fix mac build error
-
Louis Cognault authored
is => it
-
吴凡 authored
-
吴凡 authored
-
- 29 Jun, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Also added simple (in-process) test. Change-Id: I38580d554dd52f590e3396ec4846e07546dcf07d Tested: on Linux.
-
- 27 Jun, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Added new constants
-
- 23 Jun, 2016 3 commits
-
-
Yury Bandarchuk authored
-
Yury Bandarchuk authored
Add new constants in Constants.java All single ints int FlatBufferBuilder.java were replaced by constants from Constants.java
-
Wouter van Oortmerssen authored
pulling methods inside the class... so as to share wrapInNamespace later
-
- 22 Jun, 2016 10 commits
-
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
lakedaemon authored
-
- 20 Jun, 2016 3 commits
-
-
-
Wouter van Oortmerssen authored
This is useful because many JSON generators will sort the fields, cause X_type to follow X. Change-Id: I00ef3ac05418224fc05aee93e6b3b3597e73ffe3 Tested: on Linux. Bug: 29221752
-
Wouter van Oortmerssen authored
Also fixed most codegenerators using the wrong namespace when multiple namespace were used in a file, with some files not being generated. Change-Id: Ib42969221239d7244e431cbd667ef69200fc415f Tested: on Linux. Bug: 29338474
-
- 18 Jun, 2016 3 commits
- 15 Jun, 2016 2 commits
-
-
Wouter van Oortmerssen authored
e.g.: { myfield: cos(rad(180)) } is equivalent to writing { myfield: -1.0 } Bug: 29338398 Change-Id: I6fc4ef1fd10bda3ba78cba464414dd071a2f50ca Tested: on Linux.
-
Wouter van Oortmerssen authored
Bug: 29337887, 29336299 Change-Id: Iad8b3b2263f6cea7ee7e45994369194960df293b Tested: on Linux.
-
- 13 Jun, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Namespace work
-
Wouter van Oortmerssen authored
Add env var for flatc schema compiler cmake module
-
- 10 Jun, 2016 1 commit
-
-
Alexander Gallego authored
-
- 08 Jun, 2016 1 commit
-
-
- 07 Jun, 2016 3 commits
-
-
lakedaemon authored
-
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.
-
Wouter van Oortmerssen authored
Change-Id: I8f9ef1d14f86671ced929c7a159115b1d8510327 Tested: on Linux.
-
- 06 Jun, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I737f6fd0bb1302ab7cfa6ab8b06108e221ebb63c Tested: on Linux.
-
- 02 Jun, 2016 2 commits
-
-
Wouter van Oortmerssen authored
-
lakedaemon authored
-