Path to this page:
./
devel/flatbuffers,
Memory efficient serialization library
Branch: CURRENT,
Version: 1.9.0,
Package name: flatbuffers-1.9.0,
Maintainer: minskimFlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, JavaScript, PHP, and Python. It was originally
created at Google for game development and other performance-critical
applications.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 665.773 KB
Version history: (Expand)
- (2018-05-08) Updated to version: flatbuffers-1.9.0
- (2017-12-28) Updated to version: flatbuffers-1.8.0nb1
- (2017-11-23) Package has been reborn
- (2017-11-22) Package added to pkgsrc.se, version flatbuffers-1.8.0 (created)
CVS history: (Expand)
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2023-08-16 09:52:04 by Nia Alarie | Files touched by this commit (1) |
Log message:
flatbuffers: Strip out -Werror to fix the build with newer compilers
While here, use USE_CXX_FEATURES to indicate a language requirement
rather than USE_LANGUAGES - it sets -std=c++0x by itself.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-05-09 15:46:59 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/flatbuffers) Adhoc package stage fix, to remove *.h.orig
|
2020-05-01 02:02:27 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Don't depend on deprecrated behavior.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2018-05-08 18:44:15 by Min Sik Kim | Files touched by this commit (3) |
Log message:
devel/flatbuffers: Update to 1.9.0
Changes:
- Further optimized C++ memory usage for FlatBufferBuilder: from 3 to
1 dynamic allocations
- Other fixes and improvements
|