This website requires JavaScript.
Explore
Help
Register
Sign In
BigfootDev
/
flatbuffers-bigfoot
Watch
1
Star
0
Fork
0
You've already forked flatbuffers-bigfoot
forked from
BigfootDev/flatbuffers
Code
Pull Requests
Activity
Files
25e4ad19f694624badec4c36bfdbafd48326ad77
flatbuffers-bigfoot
/
include
/
flatbuffers
History
Wouter van Oortmerssen
25e4ad19f6
Merge pull request
#3889
from PSPDFKit-labs/james/avoid-msvc-align-error
...
MSVC doesn't allow alignment on function params.
2016-05-31 11:33:10 -07:00
..
code_generators.h
shared method that exits early if everything is generated
2016-05-25 15:15:56 +02:00
flatbuffers.h
MSVC doesn't allow alignment on function params. This prevents the copy and thus avoids this issue
https://msdn.microsoft.com/en-us/library/373ak2y1.aspx
2016-05-24 17:16:03 +02:00
hash.h
Fix
#3497
: Add support for compiling in g++ 4.4 and 4.5
2016-01-09 06:30:50 -06:00
idl.h
Fixed struct -> class pre-declaration error.
2016-04-13 12:02:22 -07:00
reflection_generated.h
Made user-defined attributes available in the reflection data.
2016-04-11 17:36:56 -07:00
reflection.h
Added support for easy string pooling.
2016-03-07 12:58:36 -08:00
util.h
add setloadfile and setfileexists functions to flatbuffers
2016-04-04 13:03:22 -07:00