1. 30 Apr, 2021 1 commit
  2. 16 Apr, 2021 2 commits
  3. 11 Apr, 2021 3 commits
  4. 09 Apr, 2021 1 commit
  5. 08 Apr, 2021 3 commits
  6. 07 Apr, 2021 1 commit
  7. 06 Apr, 2021 3 commits
    • Peter Leibiger's avatar
      [dart] Improve types & imports (#9167) · 065c0281
      Peter Leibiger authored
      * [dart] Improve types & imports
      
      * don't use importMapping as it is intended for something different that is not possible in dart
      * introduce imports map for dart specific features
      * always import `dart:core`
      * get rid of additionalReservedWords
      * fix `--type-mappings` not working
      * use required type mappings in samples
      * no longer define additional reserved words  as it is impossible to list all anyways, they can now be configured via type-mapping parameter
      * simplify dio imports
      
      * Don't use guava for map instantiation
      
      * Update docs
      065c0281
    • HexagonSun's avatar
      [typescript-angular] Provide return value for all code paths (#9174) (#9176) · acedd1cf
      HexagonSun authored
      In order to avoid a compiler error when using `noImplicitReturns `, we
      change the mustache template to use provide a return value for the if-
      and else branch.
      
      Fixes #9174.
      acedd1cf
    • Makoto Aoyama's avatar
      Add Hashable for Struct (#9166) · c3b7ecff
      Makoto Aoyama authored
      * Add hashable for struct
      
      * Remove x-swift-hashable
      
      * Run the shell script ./bin/generate-samples.sh
      c3b7ecff
  8. 05 Apr, 2021 7 commits
  9. 04 Apr, 2021 3 commits
  10. 03 Apr, 2021 3 commits
  11. 01 Apr, 2021 4 commits
  12. 31 Mar, 2021 4 commits
    • Noor Dawod's avatar
      [Dart2] Add initial support to use an isolate to offload JSON serialization/deserialization (#9100) · 26ca6ab2
      Noor Dawod authored
      * Change signature of deserialize() to be a Future.
      
      * Grammar tlc for a couple of sentences.
      
      * Make serialize() use a Future also.
      
      * Add useCompute as a parameter to ApiClient, adjust to use compute when serializing/deserializing.
      
      * Updated Pet Store client code.
      
      * Ordered imports.
      
      * Remove Flutter-specific implementation.
      
      * Rename global functions to serialize/deserialize JSON.
      
      * Fix return type for apiClientSerialize.
      
      * Updated pet store client code.
      
      * Remove remark for _deserialize.
      
      * Make _decodeBodyBytes a Future function.
      
      * Updated pet store client code.
      
      * Use await when calling serialize().
      
      * Fix a grammatical error.
      
      * Adjust doc.
      
      * Centralize deserialization code in one function.
      
      * Updated pet store client code.
      
      * Add await to serialize() in few more tests.
      
      * Make output look better for linting and humans.
      
      * Updated pet store code.
      
      * Add an empty line.
      
      * Updated pet store code.
      
      * Call the right serializer.
      
      * Reuse same variable.
      
      * Updated pet store code.
      
      * Fix a logical error when deserializing.
      
      * Calculate growable once.
      
      * Ignore reassignment.
      
      * Adjust a test.
      
      * Regenerate petstore code.
      
      * Revert back previous test.
      
      * Use serialize() for testing.
      
      * Revert using serialize() for testing.
      
      * Add removal deprecation for serialize/deserialize.
      
      * Updated petstore code.
      
      * Updated deprecation note.
      
      * Adjust tests to wait for futures.
      26ca6ab2
    • Peter Leibiger's avatar
    • William Cheng's avatar
      remove pthread (#9130) · 628e3d19
      William Cheng authored
      628e3d19
    • William Cheng's avatar
      [C#] fix integer enum without format (#9136) · de5651ad
      William Cheng authored
      * fix inner enum integer without format
      
      * add line break, update samples
      
      * remove line break
      
      * add line break
      
      * update SHA
      de5651ad
  13. 30 Mar, 2021 5 commits