-
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.12
head repository: fktn-k/fkYAML
compare: v0.3.13
- 14 commits
- 199 files changed
- 2 contributors
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7092059 - Browse repository at this point
Copy the full SHA 7092059View commit details
Commits on Sep 22, 2024
-
* updated ryml & fix usage in benchmark app * skip include libfyaml header on windows * modified build configs * replaced benchmark input data files & updated README for benchmark * updated benchmark section in README.md
Configuration menu - View commit details
-
Copy full SHA for f79b58c - Browse repository at this point
Copy the full SHA f79b58cView commit details -
Remove header lines for Doxygen (#398)
* updated REUSE template file for library source files * updated header lines of library source files
Configuration menu - View commit details
-
Copy full SHA for ede6da8 - Browse repository at this point
Copy the full SHA ede6da8View commit details -
Accept % as first scalar character (#399)
* improved lexical analysis state management * added comments
Configuration menu - View commit details
-
Copy full SHA for 33f8a41 - Browse repository at this point
Copy the full SHA 33f8a41View commit details
Commits on Sep 25, 2024
-
Fix compile warnings/errors when benchmarker app is compiled with msvc (
#401) * fixed compile warnings/errors when building benchmarker app with msvc compilers * ignore C4819 warning when compiling rapidyaml with msvc
Configuration menu - View commit details
-
Copy full SHA for a1f2915 - Browse repository at this point
Copy the full SHA a1f2915View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ac58a8 - Browse repository at this point
Copy the full SHA 2ac58a8View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b14f79e - Browse repository at this point
Copy the full SHA b14f79eView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d7a3f5 - Browse repository at this point
Copy the full SHA 9d7a3f5View commit details
Commits on Oct 6, 2024
-
Fix some typos in strings and comments (#408)
* Fix some typos in strings and comments * Replace all _HPP_ defines with _HPP This commit fixes CppInconsistentNaming issue * Rename TO_STRING_HPP define * Fix another typos
Configuration menu - View commit details
-
Copy full SHA for ca4bcfe - Browse repository at this point
Copy the full SHA ca4bcfeView commit details
Commits on Oct 13, 2024
-
Optimized scalar parsing (#409)
* move scalar node creation from deserializer to scalar_parser * separate unescaping for single quoted scalars from lexical analysis * create a function exclusively for plain scalar range detection (outside flow context) * added state of whether owned buffer is used in scalar_parser * merged scanning plain scalars when inside/outside flow contexts in lexer * separate parsing of double quoted scalar from lexer's scanning * added runtime assertions & cleaned up unused codes * made basic_str_view ctors constexpr if applicable * separate block scalar parsing from lexer's scanning * removed owned buffer in lexer * wip: adding tests for scalar_parser class * separate node creation depending on lexical token type * reduced unnecessary branching in lexer's scanning of scalars * added test cases for scalar_parser * added missing function header comments * updated benchmarking scores * fixed warnings and errors
Configuration menu - View commit details
-
Copy full SHA for 0af84d3 - Browse repository at this point
Copy the full SHA 0af84d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6817d97 - Browse repository at this point
Copy the full SHA 6817d97View commit details
Commits on Oct 14, 2024
-
Fix wrong parse result from single scalar document (#411)
* fixed wrong parse result from single scalar document * clean up unused codes
Configuration menu - View commit details
-
Copy full SHA for 56f9733 - Browse repository at this point
Copy the full SHA 56f9733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464cf6d - Browse repository at this point
Copy the full SHA 464cf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01662d9 - Browse repository at this point
Copy the full SHA 01662d9View 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.12...v0.3.13