Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vstakhov/libucl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.0
Choose a base ref
...
head repository: vstakhov/libucl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.1
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Merge pull request #280 from bapt/master

    streamline_json: fix indentation in json export
    vstakhov authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5d5a37f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. json: fix non streamlined json emitter

    When the non streamline editer is about to write an element, if uses
    a dedicated function which deals with indentation and decorations,
    so when calling start_array or start_object we call it as if it was a
    first level of object to avoid passing through the indentation and
    decoration part which has been added recently to fix streamlined
    emitter.
    bapt committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    da7aacb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix lua compile issues

    Issue: #282
    vstakhov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    708f5e2 View commit details
    Browse the repository at this point in the history
  2. Add lua bindings to CI

    vstakhov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    595deb5 View commit details
    Browse the repository at this point in the history
  3. Add lua to the pipeline

    vstakhov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    18d2045 View commit details
    Browse the repository at this point in the history
  4. Use apt

    vstakhov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f4e32c1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #281 from bapt/master

    json: fix non streamlined json emitter
    vstakhov authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9652aa3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #283 from vstakhov/vstakhov-lua-fixes

    Fix several lua issues
    vstakhov authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b6a2223 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Version 0.9.1

    vstakhov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    51c5e2f View commit details
    Browse the repository at this point in the history
Loading