-
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.14
head repository: fktn-k/fkYAML
compare: v0.4.0
- 14 commits
- 211 files changed
- 1 contributor
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2233025 - Browse repository at this point
Copy the full SHA 2233025View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84f64db - Browse repository at this point
Copy the full SHA 84f64dbView commit details
Commits on Nov 20, 2024
-
Stop throwing parse_error on string-to-int/float conversion failure i…
…f not forced with tag (#431)
Configuration menu - View commit details
-
Copy full SHA for 5b6ac14 - Browse repository at this point
Copy the full SHA 5b6ac14View commit details
Commits on Nov 24, 2024
-
Update GitHub Actions workflow jobs using macOS related runner images (…
…#433) * updated Xcode versions to use with the macos-14 & macos-15 runner images * removed GA workflow jobs using the macos-12 runner image * updated the supported compilers list
Configuration menu - View commit details
-
Copy full SHA for 39b4435 - Browse repository at this point
Copy the full SHA 39b4435View commit details -
Support parsing multiline plain scalars (#432)
* supported multiline plain scalars in lexer * support multiline plain scalars in scalar_parser * added more test cases for multiline plain scalars * silenced clang-tidy error * [bot] run clang-format & amalgamation * fixed clang-tidy errors
Configuration menu - View commit details
-
Copy full SHA for 7d0542d - Browse repository at this point
Copy the full SHA 7d0542dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca34fe9 - Browse repository at this point
Copy the full SHA ca34fe9View commit details
Commits on Nov 26, 2024
-
Fixed bugs in parsing block scalars (#435)
* separate block scalar content indent level into base and indicated indent levels in lexer * emit error if a following content line of a block scalar is less indented * emit error if a leading empty line is more indented than the first non-empty line in a block scalar * fixed parsing more-indented empty lines in block folded scalar contents in scalar_parser * fixed clang-tidy error
Configuration menu - View commit details
-
Copy full SHA for a3ada06 - Browse repository at this point
Copy the full SHA a3ada06View commit details
Commits on Nov 30, 2024
-
Add more GCC & Clang versions to use in GitHub Actions workflows (#436)
* added g++4.8, 5, 6 for CI * updated clang versions to use in ci * updated the supported compilers list
Configuration menu - View commit details
-
Copy full SHA for 4bfe1b3 - Browse repository at this point
Copy the full SHA 4bfe1b3View commit details -
Fix parsing input which begins with a newline & indentation (#437)
* fixed invalid parse result when input YAML begins with a newline * added missing includes in example cpp file for get_value() * resolved warnings in building examples * [bot] run clang-format & amalgamation
Configuration menu - View commit details
-
Copy full SHA for f611105 - Browse repository at this point
Copy the full SHA f611105View commit details
Commits on Dec 7, 2024
-
Make node iterators compatible with different value type const-ness (#…
…438) * removed unnecessary tag dispatcher structs * added container types as basic_node's member types * minor fixes for iterator class implementation * make iterators constructible & comparable with value constness is different from each other * run amalgamation * added cbegin() & cend() functions to basic_node class
Configuration menu - View commit details
-
Copy full SHA for 02d8c66 - Browse repository at this point
Copy the full SHA 02d8c66View commit details
Commits on Dec 8, 2024
-
Support reverse iterations over sequence/mapping nodes (#440)
* implemented reverse iterator for container nodes * added functions in basic_node for reverse iterations * updated api documentation pages * fixed links to documentation pages * fixed segmentation violation signal errors
Configuration menu - View commit details
-
Copy full SHA for d049cad - Browse repository at this point
Copy the full SHA d049cadView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5e73da - Browse repository at this point
Copy the full SHA a5e73daView commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9e87ed - Browse repository at this point
Copy the full SHA e9e87edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdd76e - Browse repository at this point
Copy the full SHA 5fdd76eView 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.14...v0.4.0