1. 02 1月, 2021 1 次提交
  2. 31 12月, 2020 1 次提交
  3. 18 12月, 2020 3 次提交
  4. 15 12月, 2020 1 次提交
  5. 12 12月, 2020 2 次提交
    • M
      [CI] Adds formatter to CI (#6272) · 8ab7c7e2
      mustiikhalil 提交于
      * Adds formatters CI
      
      Adds Error message & setup formatting like cpp
      
      Adds Swift
      
      Adds typescript
      
      Adds python
      
      tests yarn
      
      Adds format.md
      
      * Removes unneeded scripts + moves install script to install phase
      
      * Adds format.md content
      
      * Adds cpp to the formatter.md and fixes ci
      
      * Adds cpp to formatter ci
      8ab7c7e2
    • W
      Fix Max CI build path (#6333) · 7e003902
      Wouter van Oortmerssen 提交于
      apparently the default xcodebuild path of ./build clashes with the BUILD file present (case insensitive file system?)
      7e003902
  6. 11 12月, 2020 5 次提交
    • S
      Generate nullable properties in C# object-based API for optional scalars.... · 65c41591
      Stefan F 提交于
      Generate nullable properties in C# object-based API for optional scalars. (without -gen-mutable) (#6273)
      
      * Added missing EndTable() call to VerifyObject()
      
      VerifyObject called VerifyTableStart() but not EndTable(). This made Verifier::VerifyComplexity() increase depth_ with each table, not with the depth of tables.
      
      https://groups.google.com/forum/#!topic/flatbuffers/OpxtW5UFAdg
      
      * Added Check to VerifyAlignment
      
      https://stackoverflow.com/questions/59376308/flatbuffers-verifier-returns-false-without-any-assertion-flatbuffers-debug-veri
      
      * Add GetStringView (Convenience function to get string_view from a String returning an empty string_view on null pointer) like GetString, GetCstring
      
      * flatc should warn, when an attribute is attached more than once.
      
      flatc.exe -b duplicate.fbs
      warning: duplicate.fbs(5, 36): warning: attribute already found: priority
      
      duplicate.fbs:
      
      namespace MyGame;
      
      attribute "priority";
      
      table Monster (priority:1, priority:2) {
      }
      
      root_type Monster;
      
      * flatc should support --binary --schema with optional scalar fields.
      
      This fixes 'error: Optional scalars are not yet supported in at least one the of the specified programming languages.' when calling flatc.exe --binary --schema with a schema containing optional scalars.
      
      * Generate nullable properties in C# object-based API for optional scalars.
      tests\generate_code.bat extended to test this.
      
      Ran tests\generate_code.bat
      Ran tests\Flatbuffers.Test\NetTest.bat
      
      * %TEST_BASE_FLAGS% replaced with --gen-object-api in generate_code.bat, because only this is part of this PR. Added this same flag to generate_code.sh
      
      * generate_code.bat and generate_code.sh changed to only test c# with object based api.
      65c41591
    • D
      a9e91116
    • D
      Fixed missing ending quotes in labeller (#6327) · 80a745d9
      Derek Bailey 提交于
      80a745d9
    • T
      Add flatc option to inhibit all warnings #6005 (#6301) · 9fca5e4f
      tira-misu 提交于
      * Fix C/C++ Create<Type>Direct with sorted vectors
      
      If a struct has a key the vector has to be sorted. To sort the vector
      you can't use "const".
      
      * Changes due to code review
      
      * Improve code readability
      
      * Add generate of JSON schema to string to lib
      
      * option indent_step is supported
      
      * Remove unused variables
      
      * Fix break in test
      
      * Fix style to be consistent with rest of the code
      
      * Add option --no-warnings to inhibit all warnings
      
      * Fix order of member initialization
      
      * Add documentation for --no-warnings
      9fca5e4f
    • V
      [fuzzer] Rename fuzzing dictionaries for `oss-fuzz` (#6318) · 92a806b4
      Vladimir Glavnyy 提交于
      This commit makes the names of fuzzing dictionaries the same as the target binary names.
      Also it explicitly limits size of test inputs to prevent failures in `regex` and fuzzing time-outs.
      92a806b4
  7. 10 12月, 2020 1 次提交
  8. 08 12月, 2020 9 次提交
  9. 04 12月, 2020 1 次提交
  10. 25 11月, 2020 1 次提交
  11. 24 11月, 2020 2 次提交
  12. 20 11月, 2020 4 次提交
  13. 19 11月, 2020 1 次提交
  14. 17 11月, 2020 2 次提交
  15. 15 11月, 2020 1 次提交
  16. 14 11月, 2020 1 次提交
  17. 13 11月, 2020 4 次提交