-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: fktn-k/fkYAML
base: v0.3.9
head repository: fktn-k/fkYAML
compare: v0.3.10
- 14 commits
- 185 files changed
- 1 contributor
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1ab634 - Browse repository at this point
Copy the full SHA e1ab634View commit details
Commits on Jun 15, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6ee80b0 - Browse repository at this point
Copy the full SHA 6ee80b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3560b - Browse repository at this point
Copy the full SHA 6d3560bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5bb5a4f - Browse repository at this point
Copy the full SHA 5bb5a4fView commit details
Commits on Jun 16, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8aa3e50 - Browse repository at this point
Copy the full SHA 8aa3e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b26b7 - Browse repository at this point
Copy the full SHA a0b26b7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1e57df4 - Browse repository at this point
Copy the full SHA 1e57df4View commit details
Commits on Jul 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for ccf2f8d - Browse repository at this point
Copy the full SHA ccf2f8dView commit details
Commits on Aug 17, 2024
-
#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
Configuration menu - View commit details
-
Copy full SHA for 40001aa - Browse repository at this point
Copy the full SHA 40001aaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 339f1ad - Browse repository at this point
Copy the full SHA 339f1adView commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0300914 - Browse repository at this point
Copy the full SHA 0300914View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 28f64b2 - Browse repository at this point
Copy the full SHA 28f64b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4758cbb - Browse repository at this point
Copy the full SHA 4758cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adfd97 - Browse repository at this point
Copy the full SHA 5adfd97View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.9...v0.3.10