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.13
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.14
Choose a head ref
  • 15 commits
  • 208 files changed
  • 1 contributor

Commits on Oct 14, 2024

  1. Merge tag 'v0.3.13' into develop

    fkYAML version 0.3.13
    fktn-k committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4ac8a28 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. 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
    fktn-k authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    31d3756 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. 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
    fktn-k authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f2c4425 View commit details
    Browse the repository at this point in the history
  2. Disable -Wdeprecated-literal-operator warnings (#417)

    * added -Wdeprecated compile option to unit test app builds
    
    * disable -Wdeprecated-literal-operator if clang compiler is detected
    fktn-k authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5f4f4dd View commit details
    Browse the repository at this point in the history
  3. 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
    fktn-k authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b18b27a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. 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
    fktn-k authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9f704b0 View commit details
    Browse the repository at this point in the history
  2. 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
    fktn-k authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4b2490c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. 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
    fktn-k authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    aaaff43 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 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
    fktn-k authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5f59b13 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 16, 2024

  1. 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
    fktn-k authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    cf79a86 View commit details
    Browse the repository at this point in the history
  2. 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
    fktn-k authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    248dcba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd052ac View commit details
    Browse the repository at this point in the history
  4. set version to 0.3.14

    fktn-k committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e34b19f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/v0.3.14'

    fktn-k committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    05dc36d View commit details
    Browse the repository at this point in the history
Loading