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.8
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.9
Choose a head ref
  • 8 commits
  • 167 files changed
  • 1 contributor

Commits on Jun 1, 2024

  1. Merge tag 'v0.3.8' into develop

    fkYAML version 0.3.8
    fktn-k committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    abafd36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2329d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Add benchmarking tool (#354)

    * add benchmarking tool for this and other YAML parser libraries
    
    * added descriptions on the benchmarking
    
    * add the benchmarking source into the clang-format targets
    
    * fixed assigned-but-not-used report from codacy
    fktn-k authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3364612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    242b2da View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Refactor for optimization (#356)

    * optimized basic_node's destructor
    
    * optimized the scanning of block style scalars
    
    * removed redundant codes in the input_adapter module
    
    * improved the filtering of special scalars
    
    * simplified too classified member variables of the position_tracker class
    
    * updated parse performance data
    
    * run clang-format & amalgamation
    
    * add test case for missed branch in the scalar_scanner test
    fktn-k authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ff1fa9b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Fix compile errors on Windows (#358)

    * fix errors when compiled with VC++
    
    * add workflow jobs to test c++ standards on Windows VS2022
    fktn-k authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    14d4307 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. set version to 0.3.9

    fktn-k committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7cfe93a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/v0.3.9'

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