Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(java): type meta encoding for java #1556

Merged
merged 39 commits into from
May 2, 2024

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    2441c72 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    07b1396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afabf61 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    431332f View commit details
    Browse the repository at this point in the history
  2. lint code

    chaokunyang committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    816516f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    3ce7b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe6dd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    d871d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b19c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae1c09d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f96fa4f View commit details
    Browse the repository at this point in the history
  5. class def decoder

    chaokunyang committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c84e7ab View commit details
    Browse the repository at this point in the history
  6. add header

    chaokunyang committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a87aeef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24217f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd72e67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bbd472 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    40695ea View commit details
    Browse the repository at this point in the history
  2. fix encode/decode

    chaokunyang committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    02d694f View commit details
    Browse the repository at this point in the history
  3. fix encode

    chaokunyang committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    461a391 View commit details
    Browse the repository at this point in the history
  4. fix FieldType encoding

    chaokunyang committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d21379c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53cef47 View commit details
    Browse the repository at this point in the history
  6. add typeMetaStringCache

    chaokunyang committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f022add View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    248a121 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d41d08 View commit details
    Browse the repository at this point in the history
  9. fix isMonomorphic

    chaokunyang committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a4ca8a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix array meta share

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c046886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5b8bb View commit details
    Browse the repository at this point in the history
  3. fix enum meta share

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    01ea6c1 View commit details
    Browse the repository at this point in the history
  4. fix big meta encode

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b3563d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e556ff1 View commit details
    Browse the repository at this point in the history
  6. fix typeName NPE

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    73498ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33626df View commit details
    Browse the repository at this point in the history
  8. fix compute computing

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    05adbff View commit details
    Browse the repository at this point in the history
  9. fix share type only

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    899d089 View commit details
    Browse the repository at this point in the history
  10. add todo

    chaokunyang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    79c4af5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    acfa100 View commit details
    Browse the repository at this point in the history
  2. add java doc

    chaokunyang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3395ae3 View commit details
    Browse the repository at this point in the history
  3. add java doc

    chaokunyang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e5070cf View commit details
    Browse the repository at this point in the history
  4. lint code

    chaokunyang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6b45fd1 View commit details
    Browse the repository at this point in the history