summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2017-03-10Pedantic Visual Studio build (/W4 /WX) (#4214)chronoxor1-2/+2
2017-02-25Remove libc++ and c++abi requirement on Linux with clang (#4189)Andrei Lebedev1-2/+7
2017-02-15Temporarily disabled VS2010 warning 4512.Wouter van Oortmerssen1-0/+3
2017-02-08First attempt at SchemaLess FlatBuffers.Wouter van Oortmerssen1-0/+1
2017-01-25Allow the flatbuffer compiler (flatc) to be built as a library.Wouter van Oortmerssen1-0/+1
2017-01-13Add CodeWriter utility class.Wouter van Oortmerssen1-8/+2
2016-12-16Changes for verifying a buffer dynamically using reflection. (#4102)Zarian Waheed1-0/+3
2016-12-05Support for Golang GRPC (Experimental) (#4082)Ronak Jain1-0/+2
2016-10-17Fixed unused variable warnings, and made sure they are on.Wouter van Oortmerssen1-2/+3
2016-10-12Merge branch 'master' of https://github.com/google/flatbuffersWouter van Oortmerssen1-1/+4
2016-10-05CMake now accepts external toolchain configuration (#4045)Andrew Hundt1-1/+4
2016-09-15Merge "Fix Windows warnings." into ub-games-masterJason Sanmiya1-1/+1
2016-09-09Fix Windows warnings.Jason Sanmiya1-1/+1
2016-09-07option to build shared library,defeault offchangnet1-0/+11
2016-08-24Merge pull request #4001 from vitalyisaev2/masterWouter van Oortmerssen1-0/+4
2016-08-25Debianization with CPackVitaly Isaev1-0/+4
2016-08-24Initial support to add other languages to flatbuffersHarsh Vardhan1-0/+1
2016-07-26Fix Mac build.Jason Sanmiya1-3/+2
2016-07-22Fixed missing \ in CMakeLists.txt that broke the buildWouter van Oortmerssen1-2/+2
2016-07-20Added optional object based API for C++.Wouter van Oortmerssen1-6/+13
2016-06-29Added GRPC code generator to flatc.Wouter van Oortmerssen1-0/+23
2016-05-01Use the build output flatc to compile test schemas by default.Xiaolei Yu1-0/+3
2016-04-13Transition 1 (with nice diffs) Go, Cpp and General code generators with classLakedaemon1-0/+1
2016-04-08Merge pull request #3789 from Chippiewill/masterWouter van Oortmerssen1-0/+12
2016-04-04Merge branch 'master' of https://github.com/google/flatbuffersWouter van Oortmerssen1-1/+8
2016-04-04add setloadfile and setfileexists functions to flatbuffersWouter van Oortmerssen1-0/+2
2016-04-01Fix build on CygwinTony Kelman1-1/+8
2016-03-14Allow builds on platforms with unsigned chars by defaultWill Gardner1-0/+12
2016-03-02Fixed missing -lc++abi on FreeBSD.Yuri1-2/+4
2016-02-11fix gcc-4.4 build: -Werror=unused-result is not supportedmaurice barnum1-1/+5
2016-01-19Fix build error when flatc binary is missing in PATH.Rene Fichter1-2/+2
2015-12-21Replaced exception handling in the parser with error checking.Wouter van Oortmerssen1-1/+1
2015-12-02Link clang builds against libc++abi on LinuxPerry Hung1-1/+3
2015-12-02Made generated C++ code respect gcc -Werror=shadow.Wouter van Oortmerssen1-1/+1
2015-11-18Merge pull request #359 from proppy/move-build-fbWouter van Oortmerssen1-118/+2
2015-11-18Merge pull request #308 from chobie/phpWouter van Oortmerssen1-0/+1
2015-11-17flatbuffers/cmake: move build_flatbuffers to a standalone fileJohan Euphrosine1-118/+2
2015-11-18(PHP) add experimental support for PHP language.Shuhei Taunma1-0/+1
2015-11-13Store the dirs you pass into build_flatbuffers as properties.Jon Simantov1-6/+25
2015-11-13Added build_flatbuffers function to CMake.Jon Simantov1-0/+99
2015-10-14Add support for JavaScript code generationEvan Wallace1-0/+1
2015-08-03Reworked reflection.h to be more general.Wouter van Oortmerssen1-7/+3
2015-07-22Add a libflatbuffers for other projects to useMartell Malone1-2/+14
2015-06-15Initial reflection and resizing functionality.Wouter van Oortmerssen1-0/+11
2015-06-15Make generating dependent include files for C++ the default.Wouter van Oortmerssen1-1/+1
2015-05-27Added clang & OS X to .travisWouter van Oortmerssen1-1/+4
2015-05-12Port FlatBuffers to Python.rw1-0/+1
2015-05-04Merge changes I2de7d14d,I56392340 into ub-games-masterWouter van Oortmerssen1-1/+1
2015-05-04Added missing --gen-mutable to CMakeLists.txtWouter van Oortmerssen1-1/+1
2015-04-28Fix bug on flathash compilation option.Jason Sanmiya1-1/+1