File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ 0.4.2-pre ]
3+ ## [ 0.4.2]
44- Fix SIGNIFICANT bug miscalculating the number of builder frames in
55 use. Nesting 8 levels would cause memory corruption (#41 ).
66- Fix minor memory leak in flatcc compiler.
Original file line number Diff line number Diff line change 1- #define FLATCC_VERSION_TEXT "0.4.2-pre "
1+ #define FLATCC_VERSION_TEXT "0.4.2"
22#define FLATCC_VERSION_MAJOR 0
33#define FLATCC_VERSION_MINOR 4
44#define FLATCC_VERSION_PATCH 2
55/* 1 or 0 */
6- #define FLATCC_VERSION_RELEASED 0
6+ #define FLATCC_VERSION_RELEASED 1
Original file line number Diff line number Diff line change 1- #define PORTABLE_VERSION_TEXT "0.2.2-pre "
1+ #define PORTABLE_VERSION_TEXT "0.2.2"
22#define PORTABLE_VERSION_MAJOR 0
33#define PORTABLE_VERSION_MINOR 2
44#define PORTABLE_VERSION_PATCH 2
55/* 1 or 0 */
6- #define PORTABLE_VERSION_RELEASED 0
6+ #define PORTABLE_VERSION_RELEASED 1
Original file line number Diff line number Diff line change 11#ifndef FLATBUFFERS_COMMON_BUILDER_H
22#define FLATBUFFERS_COMMON_BUILDER_H
33
4- /* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
4+ /* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */
55
66/* Common FlatBuffers build functionality for C. */
77
Original file line number Diff line number Diff line change 11#ifndef FLATBUFFERS_COMMON_READER_H
22#define FLATBUFFERS_COMMON_READER_H
33
4- /* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
4+ /* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */
55
66/* Common FlatBuffers read functionality for C. */
77
Original file line number Diff line number Diff line change 11#ifndef REFLECTION_BUILDER_H
22#define REFLECTION_BUILDER_H
33
4- /* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
4+ /* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */
55
66#ifndef REFLECTION_READER_H
77#include "reflection_reader.h"
Original file line number Diff line number Diff line change 11#ifndef REFLECTION_READER_H
22#define REFLECTION_READER_H
33
4- /* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
4+ /* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */
55
66#ifndef FLATBUFFERS_COMMON_READER_H
77#include "flatbuffers_common_reader.h"
88#endif
99#include "flatcc/flatcc_flatbuffers.h"
10- #ifndef alignas
10+ #ifndef __alignas_is_defined
1111#include <stdalign.h>
1212#endif
1313#define PDIAGNOSTIC_IGNORE_UNUSED
Original file line number Diff line number Diff line change 11#ifndef REFLECTION_VERIFIER_H
22#define REFLECTION_VERIFIER_H
33
4- /* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
4+ /* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */
55
66#ifndef REFLECTION_READER_H
77#include "reflection_reader.h"
You can’t perform that action at this time.
0 commit comments