- 16 Sep, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Implemented option --scoped-enum for C++ generator
-
- 15 Sep, 2015 2 commits
-
-
vijairaj authored
This generates C++11 style scoped and strongly typed enums. Enabling this option also implies --no-prefix.
-
Wouter van Oortmerssen authored
Fix before_install step on .travis.yml file for osx
-
- 14 Sep, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I9654e0c6a45457c8e150f07dd5f7b39539266f9e
-
- 11 Sep, 2015 4 commits
-
-
Jason Sanmiya authored
Also, remove execute permissions on several source files. Tested: Builds on Visual Studio 2012, and Linux. Change-Id: Idaacb2ae8eba98ce2974218c2ab840e97a1d67e9
-
Wouter van Oortmerssen authored
Add @SuppressWarnings("all") to generated Java classes
-
Teemu Andersén authored
Usually generators add @SuppressWarnings("all") to generated Java classes to prevent IDEs from complaining about unused imports, etc. Solving used imports seems pretty hard with current generator logic so IMO this is the next best thing. Yes, it’s appended to import block but that is the block that gives these warnings in the first place.
-
Muhammed Thanish authored
- Install g++ and cmake only on Linux. - Use biicode only on Linux machines.
-
- 09 Sep, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Apparently, istreambuf_iterator has a lot of overhead. Change-Id: I804f4e8f2b380b05e939edefe0e1e88cd10e920c Tested: on Linux.
-
- 28 Aug, 2015 1 commit
-
-
Wouter van Oortmerssen authored
include.mk causes absolute paths to be generated, which doesn't work on Windows (make doesn't like : in paths). Change-Id: Ib06c9581620bde1e8452e0dd887d3986d517c4f5 Tested: on Windows, Linux.
-
- 26 Aug, 2015 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I7c2bf87972ee0ba6811d6ed42e13300bff90e36f
-
Björn Reimer authored
Change-Id: I01def42eda9b70308046c048099d85db8f889ede
-
- 19 Aug, 2015 5 commits
-
-
Maxim Zaks authored
Change-Id: I3cdd801b641bf180222203a37634598350d340e3
-
Robert authored
2Gb buffer size checks fixed for Python Builder
-
Wouter van Oortmerssen authored
Added Java and C# mutators
-
Maor Itzkovitch authored
-
Wouter van Oortmerssen authored
Change-Id: I1f094f350145d13b12cbe367bae7c623cfbbd8d3
-
- 15 Aug, 2015 2 commits
-
-
Maor Itzkovitch authored
-
Maor Itzkovitch authored
-
- 14 Aug, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I8f12e60d29a1c587d991bf64011bdf4a4b0d7e5b
-
- 13 Aug, 2015 1 commit
-
-
Frank Stein authored
-
- 12 Aug, 2015 3 commits
-
-
Wouter van Oortmerssen authored
This is just a start, will need to be extended. Change-Id: I5a9ad671911942dcb83fdd2bae537deed751cbfd
-
Wouter van Oortmerssen authored
Change-Id: I800119d8fe19f4c3e95772aba629ef8b2deb9e4b
-
Wouter van Oortmerssen authored
[Issue 252] Add type cast for default enum values in C#
-
- 11 Aug, 2015 1 commit
-
-
Mormegil authored
When creating a CreateXxx(...) method for a simple table type, enum-type fields with a non-zero default must have an explicit cast for the respective argument default value, because in C#, there is an implicit cast from int to an enum only for 0. Also, added an example of such type into the example monster_test type, so that we test this feature.
-
- 07 Aug, 2015 7 commits
-
-
Frank Stein authored
-
Maor Itzkovitch authored
-
Maor Itzkovitch authored
-
Maor Itzkovitch authored
-
Maor Itzkovitch authored
-
Maor Itzkovitch authored
-
Maor Itzkovitch authored
-
- 06 Aug, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I45362806df6d4eff0b0b7521b7caf42c2ec0515c
-
- 05 Aug, 2015 4 commits
-
-
Jon Simantov authored
Causing SetAnyValueS to treat all scalars as integers. Change-Id: Ib467b255e7f32a1478180a91e65def31676399eb
-
Wouter van Oortmerssen authored
Clarified the use of the deprecated flatc --gen-includes flag.
-
Wouter van Oortmerssen authored
Change-Id: I7df2b0172f5de6f7bdbd8778361794004cd06062 Tested: on Linux.
-
Stewart Miles authored
Also, removed the flag from the Android makefile. Tested: Verified flatc builds successfully on Linux and regenerated the docs. Change-Id: I7140daa10b7cb9a29b5ffd63c6b20489e72a5899
-
- 04 Aug, 2015 2 commits
-
-
Wouter van Oortmerssen authored
Tested: on Windows.
-
Wouter van Oortmerssen authored
Also made the Xcode project link. Tested: on OS X.
-
- 03 Aug, 2015 1 commit
-
-
Wouter van Oortmerssen authored
e.g. support generic reading/writing from structs/vectors etc. Change-Id: I2eb6e24db088a72da444d5c8df7e506e53d5bc2d Tested: on Linux. Bug: 22660837
-