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
5372af79f8
refactor: finish iconv refactor
2025-07-25 11:06:22 +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
6043609709
feat: finish windows encoding
2025-07-22 21:52:09 +08:00
53e8a77f47
feat: finish iconv module
2025-07-22 14:15:53 +08:00
6d44c7605b
refactor: update encoding namespace
...
- add all essential functions prototypes in iconv encoding.
- add lost UTF convertion for windows encoding.
2025-07-21 20:36:26 +08:00
c2f6e29c36
feat: finish iconv kernel
2025-07-18 15:57:33 +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
e42a3b6e58
refactor: move YYCC_U8 from reinterpret.hpp to string.hpp
...
- move YYCC_U8 def.
- create shared template in testbench.
2025-07-14 09:13:47 +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
732a560a65
refactor: finish constraint builder and its testbench
2025-06-30 09:33:46 +08:00
3030a67ca3
refactor: re-place files into correct position according to namespace hierarchy
2025-06-30 08:45:18 +08:00
e166dc41ac
refactor: finish rust parse and add testbench for it.
2025-06-26 10:27:33 +08:00
a6382d6a22
refactor: add document for some namespaces
2025-06-25 10:40:05 +08:00
adc99274f4
refactor: add testbench for parse and stringify
2025-06-24 11:29:01 +08:00
3abd0969c0
refactor: add Rust infrastructure: Option, Result and panic
2025-06-23 16:22:55 +08:00
28ff7008a8
add parse and stringify
2025-06-22 19:53:49 +08:00
ab8d74efe6
test: add testbench for string module
2025-06-22 17:14:49 +08:00
df3b602110
refactor: start to refactor project
2025-06-20 23:38:34 +08:00