COMMITS
/ tests/test_assert.cpp September 24, 2025
D
Use the Google Style for clang-format without exceptions (#8706)
Derek Bailey committed
September 10, 2022
D
remove travis config (#7522)
Derek Bailey committed
August 9, 2022
S
avoid zero-as-null-pointer warning (#7423)
sssooonnnggg committed
March 2, 2020
D
Added --filename-suffix and --filename-ext to flatc (#5778)
Derek Bailey committed
November 25, 2019
V
Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum class` type. (#5630)
Vladimir Glavnyy committed
November 7, 2019
D
[C++] Refactor to conform to Google C++ style guide (#5608)
Derek Bailey committed
May 9, 2019
V
Set default CRTReportMode for the `flatc` target (#5336)
Vladimir Glavnyy committed
April 8, 2019
V
Enable MSVC assert report box [Abort|Retry|Ignore] if a debugger is present (#5279)
Vladimir Glavnyy committed
January 24, 2019
V
Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (#5105)
Vladimir Glavnyy committed
November 16, 2018
V
Make the Parser independent from the global C-locale (#5028)
Vladimir Glavnyy committed
October 22, 2018
V
Add fuzzer test for scalar numbers in json. (#4996)
Vladimir Glavnyy committed
October 3, 2018
V
Assert tests on the first failure. (#4952)
Vladimir Glavnyy committed
September 24, 2018
S
Add FlatBufferBuilder move semantics tests to the main test suite (#4902)
Sumant Tambe committed