-
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.13
head repository: fktn-k/fkYAML
compare: v0.3.14
- 15 commits
- 208 files changed
- 1 contributor
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ac8a28 - Browse repository at this point
Copy the full SHA 4ac8a28View commit details
Commits on Oct 20, 2024
-
Fix wrong scalar value type detection from floating point value token (…
…#414) * fixed false error on floating point value with the exponent * fixed wrong scalar value type detections from some other floating point number formats
Configuration menu - View commit details
-
Copy full SHA for 31d3756 - Browse repository at this point
Copy the full SHA 31d3756View commit details
Commits on Oct 26, 2024
-
Update GA workflow jobs for ubuntu24.04 (#415)
* use clang-tidy installed in ubuntu-24.04 runner image * updated clang-format version to 18.1.3 (same as ubuntu-24.04) * updated runner image tags for CI jobs in workflows/ubuntu.yml * updated CONTRIBUTING.md regarding clang-format tool version * fixed undefined reference link error and coverage loss * [bot] run clang-format & amalgamation * fixed coverage loss again
Configuration menu - View commit details
-
Copy full SHA for f2c4425 - Browse repository at this point
Copy the full SHA f2c4425View commit details -
Disable -Wdeprecated-literal-operator warnings (#417)
* added -Wdeprecated compile option to unit test app builds * disable -Wdeprecated-literal-operator if clang compiler is detected
Configuration menu - View commit details
-
Copy full SHA for 5f4f4dd - Browse repository at this point
Copy the full SHA 5f4f4ddView commit details -
GA workflow jobs with more AppleClang versions on macOS (#416)
* added newly added Xcode versions for macos-14 & macos-15 in macos.yml * updated supported compilers list
Configuration menu - View commit details
-
Copy full SHA for b18b27a - Browse repository at this point
Copy the full SHA b18b27aView commit details
Commits on Oct 27, 2024
-
Fix somehow shadowed clang-tidy warnings (#418)
* fixed clang-tidy(14.0.0) warnings somehow shadowed in using 18.1.3 * [bot] run clang-format & amalgamation
Configuration menu - View commit details
-
Copy full SHA for 9f704b0 - Browse repository at this point
Copy the full SHA 9f704b0View commit details -
Numeric scalar conversions inside basic_node::get_value API (#419)
* added internal numeric scalar conversions in from_node() functions * updated document/example for the basic_node::get_value() API * added node to uint64_t conversions
Configuration menu - View commit details
-
Copy full SHA for 4b2490c - Browse repository at this point
Copy the full SHA 4b2490cView commit details
Commits on Nov 11, 2024
-
Support more STL types in from_node (#421)
* support more STL container types in from_node functions * updated document page and example for get_value API * added tests for missing lines/branches * fixed compile & usan errors
Configuration menu - View commit details
-
Copy full SHA for aaaff43 - Browse repository at this point
Copy the full SHA aaaff43View commit details
Commits on Nov 12, 2024
-
Add forward declaration header (#422)
* added fkyaml_fwd.hpp to provide forward declarations * no include of cpp_config_macros.hpp in version_macros.hpp & added define_macros.hpp * updated amalgamation scripts and CONTRIBUTING.md * added descriptions about the header file for forward declarations
Configuration menu - View commit details
-
Copy full SHA for 5f59b13 - Browse repository at this point
Copy the full SHA 5f59b13View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f121341 - Browse repository at this point
Copy the full SHA f121341View commit details
Commits on Nov 16, 2024
-
Clarify type restrictions of get_value() & get_value_ref() APIs (#424)
* emit static_assertion errors on get_value() calls with reference, pointer and C-style array types * clarify type restrictions of get_value() and get_value_ref() APIs * run amalgamation
Configuration menu - View commit details
-
Copy full SHA for cf79a86 - Browse repository at this point
Copy the full SHA cf79a86View commit details -
Use std::unreachable or similar compiler specific extensions for dead…
… but necessary code (#425) * use std::unreachable() or the likes for dead but necessary codes like default case
Configuration menu - View commit details
-
Copy full SHA for 248dcba - Browse repository at this point
Copy the full SHA 248dcbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd052ac - Browse repository at this point
Copy the full SHA bd052acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e34b19f - Browse repository at this point
Copy the full SHA e34b19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dc36d - Browse repository at this point
Copy the full SHA 05dc36dView 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.13...v0.3.14