aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers
AgeCommit message (Collapse)Author
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-10[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)Phil Christensen
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
2019-06-06[draco, flatbuffers, forge] Update to new version (#6796)wangli28
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-01-22Update flatbuffers to 1.10.0Jasper-Bekkers
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