Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-07 | Moved the build dir to build_ide to not clash with BUILD files. | Wouter van Oortmerssen | 10 | -2338/+0 | |
Change-Id: I9576e130142acc697fadbfb6aacfd5969f25866a Tested: on Windows. Bug: 27426239 | |||||
2015-11-21 | also, fix xcode project | Shuhei Tanuma | 1 | -0/+4 | |
2015-11-21 | Add missing idl_gen_php.cpp to VisualStudio project | Shuhei Tanuma | 2 | -1/+2 | |
2015-10-28 | Updated Xcode project for v7v1.2.0 | Wouter van Oortmerssen | 1 | -5/+6 | |
2015-10-19 | Fixes for JS generator in Xcode | Wouter van Oortmerssen | 1 | -0/+4 | |
2015-10-19 | Fixes for JS generator in VS | Wouter van Oortmerssen | 1 | -0/+1 | |
2015-08-03 | Fixed VS project file. | Wouter van Oortmerssen | 1 | -0/+1 | |
Tested: on Windows. | |||||
2015-08-03 | Fixed AddFlatBuffer using wrong buffer length. | Wouter van Oortmerssen | 1 | -93/+15 | |
Also made the Xcode project link. Tested: on OS X. | |||||
2015-06-29 | Made warning settings in Xcode more aggressive. | Wouter van Oortmerssen | 1 | -0/+96 | |
Tested: on OS X. | |||||
2015-06-17 | Changed VS flatc test settings to match Linux. | Wouter van Oortmerssen | 1 | -1/+1 | |
2015-06-15 | Fixed warnings on Windows | Wouter van Oortmerssen | 1 | -1/+2 | |
2015-05-13 | fixed xcode build files | Wouter van Oortmerssen | 1 | -0/+4 | |
2015-05-13 | fixed the windows build files | Wouter van Oortmerssen | 1 | -0/+1 | |
2015-04-01 | Generate appropriate schema doc comments from .proto files | Advay Mengle | 2 | -1/+4 | |
- Add parse handling of .proto struct and field doc comments (enums and their values were already handled) - Add FBS generation handling of doc comments for structs, their fields, enums, and their values (requires linking idl_gen_general in the test binary build) - Tested using test.proto|golden with doc comments added. Xcode run of flattest passes. Change-Id: Idff64dd8064afba227174ab77d2c7be22d006628 | |||||
2014-12-08 | [fix] removed some source files included multiple times causing duplicate ↵ | Robert Segal | 1 | -14/+0 | |
symbol compilation errors Change-Id: I72aa590a0dc13771ca2f17857824f8b6fd76c78f | |||||
2014-10-22 | Fixed missing files in Xcode project.v1.0.3 | Wouter van Oortmerssen | 1 | -13/+42 | |
Change-Id: I3480de9157fd6d0eeb123e77e448bd57c75c74ad Tested: on OS X | |||||
2014-10-15 | Added .proto parsing and convertion to .fbs. | Wouter van Oortmerssen | 2 | -0/+2 | |
Bug: 15777858 Change-Id: Iabef9b8c8044e593bb89510feebdee00d2f1840b Tested: on Linux and Windows. | |||||
2014-09-18 | Added general codegen to Xcode project. | Wouter van Oortmerssen | 1 | -8/+4 | |
Change-Id: I5e21a08fe4b93382e5fbc3b911de5634b7aa88b9 Tested: on OS X. | |||||
2014-09-18 | Refactored the Java and C# code generators into one. | Wouter van Oortmerssen | 2 | -3/+2 | |
Also made the C# implementation support unsigned types, and made it more like the Java version. Bug: 17359988 Change-Id: If5305c08cd5c97f35426639516ce05e53bbec36c Tested: on Linux and Windows. | |||||
2014-09-16 | Added C# generator to Xcode project. | Wouter van Oortmerssen | 1 | -0/+4 | |
Change-Id: I54ce51f16043664d706a79d1b31f2569f3311b70 Tested: on OS X | |||||
2014-09-15 | Initial commit of .NET port of FlatBuffers | evolutional | 2 | -2/+3 | |
Include C# codegen in flatc and .NET FlatBuffer access via the FlatBufferBuilder class Tested: on Windows. Change-Id: If5228a8df60a10e0751b245c6c64530264ea2d8a | |||||
2014-07-21 | Port FlatBuffers to Go. | rw | 6 | -12/+28 | |
Implement code generation and runtime library for Go, derived from the Java implementation. Additionally, the test suite verifies: - the exact bytes in the Builder buffer during object construction, - vtable deduplication, and - table construction, via a fuzzer derived from the C++ implementation. Change-Id: Ib95a019c684891def2b50281e570b4843fea7baa | |||||
2014-07-11 | flatc can now convert flatbuffer binary files into json. | Wouter van Oortmerssen | 1 | -2/+2 | |
Also removed it appending _wire to filenames, renamed the json golden file to .golden to not clash with generated files. Bug: 15781201 Change-Id: I8322861e50d1e5b6a5ab5e4b5e5d8ae13c356eb2 Tested: on Windows and Linux | |||||
2014-07-02 | Switched VS build to -W4, and fixed all resulting warnings. | Wouter van Oortmerssen | 4 | -8/+16 | |
Change-Id: I654217cbd01a3a449503d95753e19b672ec7ec23 Tested: on Windows, Linux | |||||
2014-06-19 | Added 64bit configuration to VS project, and fixed dangling project references. | Wouter van Oortmerssen | 9 | -39/+534 | |
Change-Id: I7a0713e3357fc421fcaa6771c9440f2b2f5f58f6 Tested: with VS2010 | |||||
2014-06-13 | Removed all unnecessary files from the Xcode project | Wouter van Oortmerssen | 8 | -472/+4 | |
Change-Id: I60c20e184f51906e6e2fb3880d593584aac0e2fb Tested: on OS X | |||||
2014-06-12 | Removed two user-specific files from the Xcode project | Wouter van Oortmerssen | 2 | -12/+0 | |
Tested: on OS X. Change-Id: I19950092140288916651f8c956d05e8c7879c717 | |||||
2014-06-11 | Added project files for Visual Studio and Xcode. | Wouter van Oortmerssen | 19 | -0/+2243 | |
Change-Id: Ife9775fdedc9e084c1e826ef13dff06a1b1b2ec2 Tested: on Windows and OS X. |