622d3e0eb1
refactor: we decide to remove the entire brigadier module
2025-12-20 21:57:48 +08:00
96e5172d7a
feat: prepare the refactor for brigadier
2025-12-19 14:26:35 +08:00
8a604ee813
refactor: rename flag_enum to cenum.
...
- rename flag_enum to cenum because it not only provide functions related to flag enum, but also make C++ enum used like C enum.
2025-12-16 21:22:15 +08:00
75442061e9
refactor: remove constraint
...
- remove constraint because we no longer require them. constraints are put into seperate modules.
2025-12-16 20:35:32 +08:00
fcd0b3364f
test: add test for carton binstore
...
- rename serialize namespace to serdes.
- fix some compile issue.
- add test for carton binstore
2025-12-16 14:32:02 +08:00
23c2378ebc
feat: add 61 lexer
2025-12-14 23:24:59 +08:00
f49d974a46
feat: finish binstore setting get/set/reset
2025-12-12 20:25:06 +08:00
6a97b13f66
test: basically finish clap test.
...
- basically finish clap test (except variable part)
- fix some clap issue (still have some bugs)
2025-12-11 15:21:59 +08:00
79e8af89fe
feat: finish binstore configuration and partial storage
2025-12-10 22:17:38 +08:00
e4387439ee
feat: add all binstore headers and sources file
2025-12-10 19:55:13 +08:00
a6668dff04
feat: add SerDes concept for binstore
2025-12-10 17:02:52 +08:00
eb9e576d33
feat: finish clap parser basic layout
2025-12-08 15:16:28 +08:00
f76eabee7a
feat: add validator concept for clap
2025-12-06 21:29:51 +08:00
c48e79753d
refactor: cancel the namespace Rust.
...
- all sub-functions are put into respective position.
2025-10-07 18:15:17 +08:00
eda801d3c7
refactor: move env outside from rust namespace
2025-10-07 18:03:40 +08:00
c6c450f6fa
feat: move my homemade fft module into this project.
...
- move homemade fft module into this project.
- also migrate test and benchmark.
2025-10-03 21:01:37 +08:00
31c624797f
revert: revert the delete of std::stacktrace in rust panic.
...
- i revert previous changes because currently code have not been compiled in clang.
2025-09-28 22:02:54 +08:00
ce3d5b9556
feat: finish basic of manual in clap
2025-09-25 15:52:28 +08:00
c8d763bdcf
feat: add utf8 format
...
- move utf8 stream and format patch from string to patch namespace.
- add ordinay format alias and utf8 format in our format patch.
- add char8_t and char inter-cast in string reinterpret namespace.
- fix bug of utf8 formatter.
- add test for utf8 format.
2025-09-25 15:29:55 +08:00
a61955bb09
feat: finish summary and application for clap.
...
- finish summary and application for clap.
- add patch for utf8 string in std::format.
2025-09-24 16:20:21 +08:00
776adb0c96
feat: finish option and variable in clap
2025-09-23 16:13:52 +08:00
c85830902b
fix: change the behavior of printf in string op.
...
- add compiler hint for checking the arguments of printf.
- change the return value of printf. from std::expected to normal value. use C++ exception to indicate error.
* the error of printf usually caused by programmer. so it can be found when testing program.
* so i use std::logic_error to indicate this and programmer should fix this before releasing program.
- change the use of encoding convertion. for those cases that convertion must be safe, we unwrap it directly.
2025-09-22 22:21:25 +08:00
45e4031b5c
refactor: finish ironpad migration
...
- finish ironpad migration but no test because it is not easy to test.
2025-09-18 16:04:41 +08:00
ccd0219ead
refactor: migrate console helper.
...
- migrate csharp style console helper.
- i just do a simple migration and mark it as deprecated. it should works like 1.x version.
2025-08-22 23:28:17 +08:00
4bfba6f243
feat: add windows-spec console patch
2025-08-22 21:51:32 +08:00
9e994dd4f0
refactor: bring utf8 patch for std::ostream back.
2025-08-22 21:28:29 +08:00
f9365481b9
fix: fix all build issue of dialog namespace but not test.
2025-08-21 10:26:28 +08:00
244e39c4d1
revert: remove stacktrace feature for rust panic.
...
- remove stacktrace feature for rust panic function due to not all STL are ready for this.
- add more os type in CMake file.
- add lost header in fopen.
2025-08-19 21:47:21 +08:00
d52630ac5c
feat: add tabulate but no test.
2025-08-19 20:53:51 +08:00
8a72e6a655
feat: add termcolor in carton.
...
- add termcolor and its testbench
- add integer() in flag_enum and update its testbench according to the requirements in termcolor.
2025-08-19 13:50:51 +08:00
2f11ba6023
feat: add new package wcwidth
...
- add wcwidth in carton.
- order clang-format do not format some generated content.
2025-08-15 16:42:28 +08:00
734cd01da8
feat: add Rust env namespace
2025-08-14 20:17:02 +08:00
bdeaea294f
refactor: migrate windows specific content.
...
- move com, dialog and winfct function into new place.
- add testbench for com and winfct.
- dialog now still not working.
2025-08-13 15:29:47 +08:00
f8a696b4e8
fix: fix MSVC __VA_OPT__ error
2025-08-13 09:24:19 +08:00
7785773196
refactor: use new layout for YYCC
2025-08-12 16:32:59 +08:00
a34bab07c1
refactor: rename encoding/stlcvt to encoding/stl
2025-08-12 09:45:44 +08:00
17540072d3
fix: change the find order in PyCodec.
...
- now PyCodec will try to use Iconv first.
- re-claim the meaning of YYCC_FEAT_ICONV macro.
2025-08-05 14:04:20 +08:00
fcac886f07
refactor: migrate rust-like ops.
...
- migrate rust-like ops.
- migrate testbench for them but not finished.
2025-08-05 13:53:59 +08:00
27baf2a080
refactor: refactor old IOHelper.
...
- move pointer left padding macro into single header file.
- move utf8 fopen into single header but not finished.
- add testbench for pointer left padding macro.
- add system pointer size detector according to new migrated features requested.
2025-08-05 10:54:15 +08:00
b9f81c16a0
refactor: refactor enum helper as flag enum.
...
- refactor enum helper.
- add testbench for it.
2025-08-04 22:31:37 +08:00
ce2b411b0b
refactor: continue refactor to make the project can be built
2025-07-31 22:25:14 +08:00
b79df0c65e
refactor: continue refactor project from C++17 to 23
2025-07-25 10:49:07 +08:00
4f0b3d19d1
refactor: update C++ from 17 to 23
2025-07-25 09:35:26 +08:00
f014e54604
feat: update pycodec.
...
- rename encoding::utf to encoding::stlcvt.
- use uv to manage script and add pycodec generator script.
- update script in modern python.
- fix added pycodec generator.
2025-07-23 16:07:49 +08:00
821a592f02
feat: add various detector.
...
- add endian and compiler detector, and modify os detector.
- now we use CMake to add detector-used macro, instead of using some C++ features to detect them.
- change Windows environment detection according to the change of os detector.
2025-07-23 10:18:01 +08:00
c102964703
refactor: write iconv.
...
- write iconv encoding (not finished).
- rename united_codec to pycodec.
2025-07-15 16:17:59 +08:00
3605151caf
refactor: finish Windows encoding namespace.
...
- finish Windows encoding namespace.
- add std::expected polyfill for help.
2025-07-14 15:06:33 +08:00
cec6091996
refactor: add utf convertion namespace
2025-07-02 10:36:33 +08:00
58ec960e9c
refactor: move std patch into correct position
2025-07-01 11:00:09 +08:00
3030a67ca3
refactor: re-place files into correct position according to namespace hierarchy
2025-06-30 08:45:18 +08:00