Commit Graph

  • 40aa964057 Add Ref.AsStringBytes to flatbuffers.flexbuffers Python API (#7713) Jared Junyoung Lim 2022-12-14 14:42:56 -08:00
  • e1a2f688e0 [Go] Fix bug where bytes wasn't being imported when using --gen-onefile flag (#7706) Michael Le 2022-12-13 02:06:48 -05:00
  • c0797b22ae fix clang format plus implicit cast error. (#7704) Saman 2022-12-13 13:22:24 +08:00
  • 97ee210826 Fix a bug where a floating point number was cast to int and the value was stored incorrectly because of low byte width. (#7703) Maxim Zaks 2022-12-13 06:20:26 +01:00
  • 3be296ec8a [Rust] Restore public visibility of previously-public fields (#7700) Max Burke 2022-12-08 15:20:14 -08:00
  • acf39ff056 FlatBuffers Version 22.12.06 (#7702) v22.12.6 v22.12.06 Derek Bailey 2022-12-06 22:54:49 -08:00
  • 0e79e56427 inline initialize byte_width Derek Bailey 2022-12-06 22:18:11 -08:00
  • aadc4cb8be fix: byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3) implicit conversion loses integer precision: 'unsigned int' to 'uint8_t' (aka 'unsigned char') [-Werror,-Wimplicit-int-conversion] (#7697) 郭浩伟 2022-12-07 13:19:54 +08:00
  • b5ebd3fd78 [C++] Update to address comparator failure in big endian (#7681) Wen Sun 2022-12-06 14:02:16 -08:00
  • 11394575bc Fix "Download Doxygen" URL (#7699) Michael Mickelson 2022-12-06 15:01:12 -07:00
  • 5b7b36e8be Upgrade rules_go for Bazel 7.0 support (#7691) James Kuszmaul 2022-12-05 16:56:02 -08:00
  • c0230d839b Refactor src/idl_gen_cpp.cpp (#7693) RishabhDeep Singh 2022-12-06 06:13:38 +05:30
  • a8d49f2972 Add LICENSE.txt to python (#7692) RishabhDeep Singh 2022-12-06 06:07:21 +05:30
  • 416c6020eb Add swift link Derek Bailey 2022-12-02 20:52:20 -08:00
  • 6d95867a8f Move Nim to completed language Derek Bailey 2022-12-02 20:49:03 -08:00
  • 2eaf790638 Fix confrom failure for nullptr dereference. (#7688) Derek Bailey 2022-12-01 20:21:48 -08:00
  • 3b2ced0131 Update missing C# namespace to Google.FlatBuffers Derek Bailey 2022-12-01 20:04:49 -08:00
  • 00af4e23b3 Remove --gen-name-strings flag from cmake command for generating union_vector_generated.h (#7684) Michael Le 2022-11-30 20:57:06 -08:00
  • 7e00b754f0 tests/reflection_test.h: add missing <stdint.h> include (#7680) Sergei Trofimovich 2022-12-01 02:47:10 +00:00
  • cf89d1e756 Fix PHP byte validation and reenable builds (#7670) Louis Laugesen 2022-11-30 03:12:28 +11:00
  • ad6054c600 chore: emit more reasonable error message when using incomplete type in struct (#7678) sssooonnnggg 2022-11-29 12:59:53 +08:00
  • c3a01c7228 Use FinshedBytes() in go-echo example instead of manually encoding offset (#7660) Michael Le 2022-11-28 18:29:48 -08:00
  • 533f75d91b Fix java import wild card (#7672) Saman 2022-11-28 20:27:55 -05:00
  • fcab80f1bb build.yml: MacOs Build Inplace (#7677) Derek Bailey 2022-11-28 16:38:56 -08:00
  • 5d2d0b92b1 build.yml Update dependencies (#7674) Derek Bailey 2022-11-28 15:34:32 -08:00
  • ae6662374d add buildkite badge Derek Bailey 2022-11-23 13:11:56 -08:00
  • 7b6c9f4a3c Rurel (#7663) Casper 2022-11-23 15:03:54 -05:00
  • 5a42b2c76c Specify min android SDK version of 14 Derek Bailey 2022-11-23 11:54:36 -08:00
  • 8f625561d0 FlatBuffers Version 22.11.23 (#7662) v22.11.23 Derek Bailey 2022-11-23 11:32:19 -08:00
  • 9d2c04d629 FlatBuffers Version 22.11.22 v22.11.22 Derek Bailey 2022-11-22 14:40:01 -08:00
  • e000458bb1 Add --go-module-name flag to support generating Go module compatible code (#7651) Michael Le 2022-11-22 14:28:01 -08:00
  • 60975d6f7e Add key lookup support for tables in Go (#7644) Michael Le 2022-11-22 14:08:19 -08:00
  • 1cba8b2b49 Fix go generator undefined Package name, also throwing exception (#7632) Saman 2022-11-22 16:21:25 -05:00
  • eead6c6219 updated method call (#7642) TJKoury 2022-11-22 16:01:32 -05:00
  • bb9b9dad5f Fixed the BytesConsumed function, which was pointing slightly ahead. (#7657) Alex Ames 2022-11-22 12:11:14 -08:00
  • ade9e19be0 [C#] Fix collision of member if union name is "Value" (#7648) tira-misu 2022-11-22 21:00:13 +01:00
  • eb1abb51ea Add support for using array of scalar as key field in Cpp (#7623) Wen Sun 2022-11-18 11:04:46 -08:00
  • 1fa6091000 Fix schema to binary test, when build and run from all directories. specially when add to other projects. (#7650) Saman 2022-11-17 23:24:48 -05:00
  • 634c2ee7e3 Put documentation to bfbs if it is not empty (#7649) tira-misu 2022-11-18 00:55:42 +01:00
  • 6f895f54c2 Add _deps/ to gitignore Derek Bailey 2022-11-13 12:00:07 -08:00
  • 41d6903294 [Go] Fix GenNativeUnionUnPack for imported union type. (#7579) Gh0u1L5 2022-11-14 03:52:02 +08:00
  • 7b038e3277 Fix import problem in dart generated files. (fixes #7609). (#7621) Saman 2022-11-13 14:21:57 -05:00
  • 74756e5d1b [swift] fix broken swift test build (#7633) (#7634) mr-swifter 2022-11-11 20:36:47 +03:00
  • 879622fc57 Fixes #7345 to add the option to minify enums (#7566) RishabhDeep Singh 2022-11-11 10:17:28 +05:30
  • 83e7a98f69 [C++] Minireflect: Add option to indent when converting table to string (#7602) M. Şamil Ateşoğlu 2022-11-11 05:57:29 +03:00
  • f20b0a45b3 Add comparison operator to python objects under --gen-compare option (#7610) Alex-Ratcliffe 2022-11-11 13:47:53 +11:00
  • 207708efef [CMake]: only warn when the working directory in a git worktree (#7562) Rudi Heitbaum 2022-11-11 13:21:38 +11:00
  • 225578a8b3 Temporary fix for SLSA generators (#7636) laurentsimon 2022-11-10 18:09:01 -08:00
  • 459e8acc37 Uses swift build command directly in the CI (#7635) mustiikhalil 2022-11-10 23:16:42 +01:00
  • 8aa8b9139e Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) James Kuszmaul 2022-11-08 10:59:46 -08:00
  • 001adf782d Add support for parsing proto map fields (#7613) Michael Le 2022-11-08 10:51:24 -08:00
  • dbc58ab77c Fix help output for --gen-includes (#7611) Ben Beasley 2022-11-08 13:16:17 -05:00
  • 2facfeec7e Fix missing spaces in flatc help text (#7612) Ben Beasley 2022-11-08 12:59:48 -05:00
  • 4de2814c7b Fix: arduino platform build (#7625) 刘帅 2022-11-09 01:53:53 +08:00
  • 37b1acdaff Fix current official name of macOS (#7627) Valeriy Van 2022-11-08 19:49:27 +02:00
  • a22434e2a1 Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) Even Rouault 2022-11-08 18:36:35 +01:00
  • 214cc94681 Bump Rust version to 22.10.26 before publication (#7622) Casper 2022-11-03 12:24:00 -04:00
  • a4ff275d9b Added option to not requires an EoF token when parsing JSON (#7620) Alex Ames 2022-11-03 08:57:46 -07:00
  • 15f32c6907 python: object generation prefix and suffix (#7565) inaryart 2022-10-29 08:37:27 +08:00
  • 051afd8825 Add CreateSharedString to python builder (#7608) Michael Le 2022-10-28 17:28:35 -07:00
  • 728c033ad6 Add check for presence of realpath to CMakeLists.txt to support more platforms (#7603) Alejandro Ramallo 2022-10-28 20:23:36 -04:00
  • 4c514483d8 Update DartTest.sh golden files (#7606) Michael Le 2022-10-28 17:15:14 -07:00
  • c2d9c20803 [TS] Add support for fixed length arrays on Typescript (#5864) (#7021) (#7581) Bulent Vural 2022-10-29 03:00:24 +03:00
  • e34ae4c6b6 build.yml: Fix missing 'v' in version Derek Bailey 2022-10-27 16:14:26 -07:00
  • e54536127c build.yml Update to Kotlin Wrapper 1.0.5 Derek Bailey 2022-10-27 13:55:41 -07:00
  • 49d9f941c0 release.yml Use env var for passphrase Derek Bailey 2022-10-26 22:50:05 -07:00
  • cefc21c1f9 release.yml Add GPG key for Maven Derek Bailey 2022-10-26 22:37:11 -07:00
  • 3e64fa7246 release.yml: Add Maven Steps Derek Bailey 2022-10-26 22:27:20 -07:00
  • b15f3c57ea release_yml Use new dotnet version Derek Bailey 2022-10-26 17:15:51 -07:00
  • ff802c6802 release.yml Use NuGet Key directly Derek Bailey 2022-10-26 17:05:08 -07:00
  • b401957d5f release.yml Changed Push to follow examples Derek Bailey 2022-10-26 17:01:11 -07:00
  • 8c8151f8f9 release.yml Fix nuget push command Derek Bailey 2022-10-26 16:41:17 -07:00
  • ebb7c203d3 release.yml Add Nuget support Derek Bailey 2022-10-26 16:36:35 -07:00
  • 203241ed32 FlatBuffers Version 22.10.26 (#7607) v22.10.26 Derek Bailey 2022-10-26 16:02:38 -07:00
  • ac485609c4 setup.py: Define version directly Derek Bailey 2022-10-26 15:31:02 -07:00
  • de5b85aa66 release.yml: Switch to python directory Derek Bailey 2022-10-26 15:29:02 -07:00
  • de3df2d88b release.yml: Add publishing to PyPi Derek Bailey 2022-10-26 15:17:21 -07:00
  • 043a24f2e4 [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) Joshua Smith 2022-10-26 22:56:52 +01:00
  • 5a48b0d7d6 release.yml: Typo Derek Bailey 2022-10-26 00:40:43 -07:00
  • ce307556fb release.yml: Remove npm ci Derek Bailey 2022-10-26 00:35:11 -07:00
  • cb616e27cb Create release.yml (#7605) Derek Bailey 2022-10-26 00:30:16 -07:00
  • a54ca1e759 FlatBuffers Version 22.10.25 (#7604) v22.10.25 Derek Bailey 2022-10-26 00:03:49 -07:00
  • 5b3fadcc16 [vector] Allow to iterate with mutables (#7586) ArnaudD-FR 2022-10-21 21:10:18 +02:00
  • 872a497464 [Nim] Bfbs Nim Generator (#7534) Dan Lapid 2022-10-21 21:30:04 +03:00
  • e301702964 Make type conversions explicit. (#7595) Dominic Battre 2022-10-21 18:09:28 +02:00
  • f7b734438d Fix LongEnum definitions (#7596) Dominic Battre 2022-10-21 03:15:00 +02:00
  • 5792623df4 Rust fix compilation for no_std targets #2 (#7553) Dan Lapid 2022-10-19 16:14:41 +03:00
  • 0edb275285 Update Rust version (#7574) Casper 2022-10-18 16:37:12 -04:00
  • acc6a20d39 tests/test.cpp contains a couple of tests that are only executed (#7571) Dominic Battre 2022-10-18 21:37:06 +02:00
  • 04cd037ba2 Fix #7580 by documenting union schema evolution rules (#7585) Casper 2022-10-17 17:49:28 -04:00
  • e1c5db988a Turn on clippy for Rust and fix lints for non-generated code (#7575) Casper 2022-10-10 21:26:35 -04:00
  • b80142b901 Update documentation to mention enum value attributes (#7570) Piotr Dziwiński 2022-10-09 12:52:38 +13:00
  • 54418f371b Add support for metadata attributes for enum values (#7567) (#7568) Piotr Dziwiński 2022-10-07 13:18:00 +13:00
  • c92e78a9f8 FlatBuffers Version 22.9.29 (#7557) v22.9.29 1780407516889390757/tmp_refs/tags/v22.9.29 Derek Bailey 2022-09-29 22:12:07 -07:00
  • d243b904cc [TS] Make strict compliant and improve typings (#7549) Björn Harrtell 2022-09-30 00:03:35 +02:00
  • 374f8fb5fb Rust soundness fixes (#7518) Raphael Taylor-Davies 2022-09-29 14:58:49 +01:00
  • dadbff5714 Moves swift package to root of repository so it can be used directly … (#7548) mustiikhalil 2022-09-27 23:32:05 +02:00
  • 76ddae006f FlatBuffers Version 22.9.24 (#7547) v22.9.24 1780407203302434210/tmp_refs/tags/v22.9.24 1780402680688820467/tmp_refs/tags/v22.9.24 Derek Bailey 2022-09-27 11:55:25 -07:00
  • cfe157ec56 Emit internal enums when swift_implementation_only (#7545) Mark Pauley 2022-09-24 11:15:39 -07:00
  • 413115858c [Python] Python fixed size array (#7529) Joshua Smith 2022-09-22 19:08:09 +01:00