aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers
AgeCommit message (Collapse)Author
2018-12-04[flatbufers] bump CONTROL version numberPhil Christensen
2018-11-29[flatbuffers] disable -Werror for gcc8Jeong Yunwon
2018-10-16[flatbuffers] fix executable remaining in bin folder (#4294)Erwan BERNARD
* [flatbuffers] fix executable remaining in bin folder * [flatbuffers] clean portfile for flatc executable
2018-07-11[FlatBuffers] Support Non-Windows Platforms (#3873)RotsiserMho
* [FlatBuffers] Patch to ignore the use of a CMake toolchain file which allows the default compilation options to be used. Use CMake suffixes to allow flatc and shared libraries to be copied on non-Windows systems. * [flatbuffers] Avoid use of CMAKE_EXECUTABLE_SUFFIX
2018-06-11Upgrade flatbuffers to 1.9.0shpala
2018-02-06[flatbuffers] Fixes #2735Robert Schumacher
2018-02-01[flatbuffers] Fix tool location. Fixes #2704.Robert Schumacher
2018-01-10[flatbuffers] update to 1.8.0Francisco Facioni
2017-11-26[ports] Mark several ports as unbuildable on UWPRobert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-18[flatbuffers] update to 1.7.1codicodi
2017-03-14[flatbuffers] fix flatc.exe movingMikhail Paulyshka
2017-03-10Removed flatbuffers tools directoryPer-Arne Andersen
I propose a change in how flatbuffers flatc.exe are placed in the tools directory after installation. Currently flatc.exe is placed in a sub directory "flatbuffers" which scopes it out from PATH Tested ok on my end, however i'm not 100% sure that i did this formally correct.
2017-02-28[flatbuffers] Initial commit of v1.6.0. Fixes #35.Robert Schumacher