Wouter van Oortmerssen
a8d2eeee34
Merge pull request #3904 from devantoine/patch-1
...
Fix typo
2016-07-18 17:35:43 -07:00
Wouter van Oortmerssen
e21a61d458
Merge pull request #3902 from rgilles/master
...
Create a maven like project structure for java development + OSGi + generation for test
2016-07-18 14:13:36 -07:00
Wouter van Oortmerssen
410fb15a07
Merge pull request #3915 from Lakedaemon/clangFormat
...
clang formating header and code generators for cpp, general, js, php
2016-07-18 14:12:03 -07:00
Wouter van Oortmerssen
a69b19fa8f
Merge pull request #3948 from mortonfox/patch-1
...
Fix link to CONTRIBUTING
2016-07-18 11:12:43 -07:00
Morton Fox
58924538a3
Fix link to CONTRIBUTING
2016-07-16 00:26:50 -04:00
lakedaemon
e750268f0c
clang formating cpp code generator and add missing generated classes
2016-07-15 16:08:59 +02:00
lakedaemon
0328dedab5
clangFormating base class
2016-07-15 15:21:09 +02:00
Romain Gilles
9605dc5981
Added OSGi header generation for maven project.
...
This allow jar generated with maven to be used in OSGi environment.
2016-07-15 14:34:56 +02:00
Romain Gilles
00694d271e
Merge branch 'master' of github.com:google/flatbuffers
2016-07-15 14:27:31 +02:00
Wouter van Oortmerssen
b22db6e8eb
Merge pull request #3905 from bog-dan-ro/master
...
Verifier computes the buffersize, useful when streaming multiple flatbuffers
2016-07-14 10:55:22 -07:00
Wouter van Oortmerssen
14e7e8260e
Merge pull request #3939 from TGIshib/hex-bug
...
Fixed bug with negative hex constants (2).
2016-07-14 10:47:34 -07:00
BogDan Vatra
3a1f776132
Verify everything in one shot
2016-07-14 20:16:07 +03:00
BogDan Vatra
4b53762cf2
Verifier computes the buffersize, useful for streaming
...
Close #3898
2016-07-14 20:15:44 +03:00
Raman
0d56276102
Update test.cpp
2016-07-14 18:51:23 +02:00
Raman
98c7a0c169
Update test.cpp
2016-07-14 10:30:06 +02:00
Raman
676f0712fd
Update test.cpp
2016-07-14 10:01:08 +02:00
Wouter van Oortmerssen
7a3f1cf78e
Merge pull request #3943 from bog-dan-ro/crash
...
Don't crash if str is null
2016-07-13 11:17:12 -07:00
BogDan Vatra
49c10bc219
Don't crash if str is null
...
Is useful especially when we want to create a string from another message string that might be null.
2016-07-13 21:04:26 +03:00
Wouter van Oortmerssen
df9990acf5
Merge pull request #3940 from rushabhy/patch-1
...
Rename CONTRIBUTING to CONTRIBUTING.md
2016-07-13 10:00:56 -07:00
Rushabh Yapuram
3d7b1a32a3
Rename CONTRIBUTING to CONTRIBUTING.md
2016-07-13 07:57:36 +05:30
Raman
db99c1aa64
Update test.cpp
2016-07-12 19:55:35 +02:00
Raman
f6f88e567e
Update idl_parser.cpp
2016-07-12 19:47:53 +02:00
Wouter van Oortmerssen
e527b992f9
Merge pull request #3923 from daksenik/master
...
Fixed operator++. Added CreateXXX for vector types.
2016-07-11 10:55:17 -07:00
daksenik
aade31b263
Fixed spaces. Removed redundant == nullptr. Vectors pointers made const.
2016-07-11 20:27:38 +03:00
Wouter van Oortmerssen
e733d95e66
Merge pull request #3924 from TGIshib/master
...
Added --escape-proto-identifiers command-line option.
2016-07-11 09:47:31 -07:00
Wouter van Oortmerssen
14bdce41fe
Merge pull request #3931 from jonathantullett/java_public_access
...
Fix for issue #3922
2016-07-11 09:20:43 -07:00
Raman
df5575de17
Update idl_gen_fbs.cpp
2016-07-09 13:33:30 +02:00
Raman
f0b2cc8f6e
Update flatc.cpp
2016-07-09 13:32:45 +02:00
Raman
5f2b4e7872
Update idl_parser.cpp
2016-07-09 12:57:07 +02:00
Raman
22697722d9
Update test.cpp
2016-07-09 12:51:06 +02:00
Raman
ffbc93526e
Update flatc.cpp
2016-07-09 12:47:14 +02:00
Raman
d9d47a53bd
Update idl_gen_fbs.cpp
2016-07-09 12:40:50 +02:00
Raman
71d30d5c02
Update idl.h
2016-07-09 12:28:02 +02:00
daksenik
1661f3a2e8
Added function GenSimpleParam. Tests added.
2016-07-09 13:00:21 +03:00
Jonathan Tullett
d9767b8315
Fix for issue #3922
...
Also, clean up redundant ';' at end of java classes.
2016-07-09 09:16:26 +01:00
Wouter van Oortmerssen
193a631708
Merge pull request #3929 from Lakedaemon/fixForMake
...
same fix for general code generator
2016-07-08 14:24:08 -07:00
lakedaemon
a6764b9bf1
same fix for general code generator
2016-07-08 22:54:51 +02:00
Wouter van Oortmerssen
0f5dc152b8
Merge pull request #3928 from Lakedaemon/fixForMake
...
Fix for make
2016-07-08 13:37:05 -07:00
lakedaemon
8e1aae0fd6
fix missing space (clang format)
2016-07-08 22:02:47 +02:00
lakedaemon
084e5dbc4b
fixed initialization of member var for old make (hopefully)
2016-07-08 22:00:15 +02:00
daksenik
dfbda986d7
New CreateXXX (with vectors and strings) calls old CreateXXX (with offsets).
2016-07-08 12:35:57 +03:00
Raman
248432b92d
Update idl_gen_fbs.cpp
2016-07-05 23:23:17 +02:00
Raman
f738981ed5
Update idl_gen_fbs.cpp
2016-07-05 22:26:21 +02:00
Raman
4bb6ab3cd5
Update flatc.cpp
2016-07-05 22:24:21 +02:00
Raman
72e8219a65
Update idl_parser.cpp
2016-07-05 22:20:57 +02:00
Romain Gilles
7a955a09f4
Move maven pom.xml from the java folder to the root folder.
...
This avoid to put the pom.xml file into the source directory. Normally the pom file is in a parent (/parent) folder and it is not mixed with the java source code.
An other thing is: this will make import of the project more easy from a IDE.
The side effect is that the target folder where maven build artifacts will move from the <flatbuffers>/java/target to <flatbuffers>/target therefore the gitignore file has been updated in consequences.
2016-07-05 14:29:12 +02:00
Romain Gilles
b730a74a19
Merge branch 'master' of github.com:google/flatbuffers
2016-07-05 11:40:33 +02:00
Romain Gilles
cc2b04ce1c
Revert "Create a maven like project structure for java development. Make it OSGi compliant. Generate the flatbuffers code for testing (example)."
...
This reverts commit 9875b0e0f8 .
2016-07-05 11:38:17 +02:00
Raman
4f8abaaf10
Update flatc.cpp
2016-07-04 22:58:58 +02:00
Raman
5043764247
Update test.cpp
2016-07-04 21:55:44 +02:00