aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers
AgeCommit message (Collapse)Author
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