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: fktn-k/fkYAML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.9
Choose a base ref
...
head repository: fktn-k/fkYAML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.10
Choose a head ref
  • 14 commits
  • 185 files changed
  • 1 contributor

Commits on Jun 12, 2024

  1. Merge tag 'v0.3.9' into develop

    fkYAML version 0.3.9
    fktn-k committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e1ab634 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Support Intel icpx compiler (#360)

    * added workflow job for intel icpx compiler
    
    * add compile options for IntelLLVM compilers for testing
    
    * added IntelLLVM compiler to the supported compilers list
    
    * cleanup the workflow jobs for IntelLLVM compiler
    fktn-k authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6ee80b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3560b View commit details
    Browse the repository at this point in the history
  3. Support parsing multiple YAML documents (#362)

    * support parsing multiple YAML documents
    
    * added documentation for the deserialize_docs() function
    
    * deleted useless comment-outs in mkdocs.yml
    
    * added test cases for invalid end-of-documents markers
    fktn-k authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5bb5a4f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Support serializing multiple YAML documents (#363)

    * support serialization of multiple YAML documents
    
    * reorganized test cases for deserialization/serialization
    
    * add documentation for the serialize_docs() function
    
    * ignore misjudged uncovered line in the serializer
    fktn-k authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8aa3e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b26b7 View commit details
    Browse the repository at this point in the history
  3. Allow trailing comma in flow mapping/sequence (#365)

    * allow trailing comma in flow mapping/sequence
    
    * fixed memory leak in deserializer error cases
    
    * added missing doxygen comments in the deserializer source
    
    * fixed missing file closing in test suite
    fktn-k authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1e57df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Remove CI jobs running with macOS 11 (#367)

    * removed ci jobs which used to run with the macOS11 runner image (not working anymore)
    
    * updated the supported compilers list in docs
    fktn-k authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ccf2f8d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. #368 Fix line advancement after node props (#369)

    * fixed lacked line advancement for block mappings as a block sequence entry
    
    * run amalgamation
    
    * cleaned up redundant impl for node traversals before parsing a mapping key node
    
    * modified comments for parsing node props
    fktn-k authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    40001aa View commit details
    Browse the repository at this point in the history
  2. Apply node properties for the root node (#370)

    * apply node properties for the root node
    
    * support node properties for the root node in the serialization feature
    
    * updated docs for serialization
    fktn-k authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    339f1ad View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    0300914 View commit details
    Browse the repository at this point in the history
  2. update configs for reuse v4 (#372)

    * update configs for reuse v4
    
    * updated Jinja2 version to 3.1.4 to fix a Codacy's security issue
    fktn-k authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    28f64b2 View commit details
    Browse the repository at this point in the history
  3. set version to 0.3.10

    fktn-k committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4758cbb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/v0.3.10'

    fktn-k committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5adfd97 View commit details
    Browse the repository at this point in the history
Loading