mirror of
https://gitee.com/Lamdonn/varch.git
synced 2025-12-06 16:56:42 +08:00
69 lines
2.4 KiB
Plaintext
69 lines
2.4 KiB
Plaintext
version 0.3.4
|
|
date 2025.05.10
|
|
changes
|
|
1. Add the initial version yaml parser
|
|
|
|
---------------------------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------------------------
|
|
|
|
version 0.3.3
|
|
date 2025.03.18
|
|
changes
|
|
1. Add the initial version slup and cant
|
|
2. Add floatl_to_d() function
|
|
|
|
---------------------------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------------------------
|
|
|
|
version 0.3.2
|
|
date 2025.03.13
|
|
changes
|
|
1. Add the flmath initial version
|
|
2. Fix floatl print issue
|
|
3. Optimize the configuration code of floatl
|
|
|
|
---------------------------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------------------------
|
|
|
|
version 0.3.1
|
|
date 2025.03.04
|
|
changes
|
|
1. Add math category folder
|
|
2. Add the floatl initial version
|
|
3. Add the intl_print function
|
|
4. Fix intl_from issue
|
|
5. Add intl unit test code
|
|
|
|
---------------------------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------------------------
|
|
|
|
version 0.3.0
|
|
date 2024.12.18
|
|
changes
|
|
1. Adjust makefile, add install, test components, help information and other targets
|
|
2. Add performance classification, including ramt, romt, cpul and unitt
|
|
3. Update test framework
|
|
4. Add date and inlt module
|
|
5. Add readme of English version
|
|
|
|
---------------------------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------------------------
|
|
|
|
version 0.2.0
|
|
date 2024.08.11
|
|
changes
|
|
1. Add readme files for some modules(cQueue, dList, sList, tool, valloc, vlog)
|
|
2. Add std related file description
|
|
3. Fix the set method for sList and dList
|
|
4. Add graph module
|
|
|
|
---------------------------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------------------------
|
|
|
|
version 0.1.0
|
|
date 2024.07.21
|
|
changes
|
|
1. Initialization version
|
|
2. Add algorithm classification, including PID, filter and search algorithms
|
|
3. Update some readme files
|