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

Replace S3 dispatch by C implementation #400

Merged
merged 24 commits into from
Nov 2, 2023
Merged

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    8f19086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    073a0a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3685c8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5784f67 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    34a5f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653e56e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa3ca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84674e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69da196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03445ec View commit details
    Browse the repository at this point in the history
  7. Document xml_integer()

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2293448 View commit details
    Browse the repository at this point in the history
  8. Implement xml_length() in C

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4a92b3b View commit details
    Browse the repository at this point in the history
  9. Implement xml_attr() in C

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1406af6 View commit details
    Browse the repository at this point in the history
  10. Implement xml_attrs() in C

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3e2049e View commit details
    Browse the repository at this point in the history
  11. Implement xml_path() in C

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    08ba881 View commit details
    Browse the repository at this point in the history
  12. Fix return style

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    efc24cf View commit details
    Browse the repository at this point in the history
  13. Fix compilation warning

    mgirlich committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6a5624f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    7c1f008 View commit details
    Browse the repository at this point in the history
  2. Don't align : in switches

    mgirlich committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    10fcf60 View commit details
    Browse the repository at this point in the history
  3. Pass string by reference

    mgirlich committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4368951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1ba915 View commit details
    Browse the repository at this point in the history
  5. Fix test description

    mgirlich committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    71b2160 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d3071f View commit details
    Browse the repository at this point in the history
  7. Fix compiler warning

    mgirlich committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fe5f269 View commit details
    Browse the repository at this point in the history