mirror of
https://gitee.com/Lamdonn/varch.git
synced 2025-12-06 08:46:42 +08:00
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
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
|