aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add debug prints and assertions to space root test魏曹先生2026-03-181-3/+22
|
* Add AbsolutePath pattern to SpaceRootFindPattern魏曹先生2026-03-182-28/+61
|
* Add benchmark for ID alias operations魏曹先生2026-03-153-1/+354
|
* Move ID alias methods to separate module魏曹先生2026-03-152-50/+57
|
* Add ID mapping system for local/remote index source conversion魏曹先生2026-03-157-1/+497
|
* Add serde as a dependency and derive Serialize for CoreCompileInfo魏曹先生2026-03-153-0/+4
|
* Add benchmark for SheetDataTree performance魏曹先生2026-03-142-0/+226
|
* Add doc comments to SheetDataTreeNode methods魏曹先生2026-03-141-0/+21
|
* Add sheet data tree structure魏曹先生2026-03-144-1/+333
|
* Extract custom string comparison logic into separate module魏曹先生2026-03-143-157/+161
|
* Simplify SheetData RWData implementation魏曹先生2026-03-141-23/+9
|
* Add framework system and refactor module exports魏曹先生2026-03-1411-35/+40
|
* Replace Cell with RwLock for thread-safe space_dir caching魏曹先生2026-03-131-16/+20
|
* Add vault and workspace systems with config management魏曹先生2026-03-1114-0/+517
|
* Add dependencies and constants for vault system魏曹先生2026-03-116-6/+72
|
* Add config system and space macro with workspace dependencies魏曹先生2026-03-1113-18/+258
|
* Consolidate dependencies using workspace inheritance魏曹先生2026-03-118-52/+43
|
* Replace cfg_file with new config system魏曹先生2026-03-1114-8/+39
|
* Fix handling of dot dir names in find_space_root_with魏曹先生2026-03-111-2/+22
|
* Add framework crate魏曹先生2026-03-117-41/+507
|
* Move action system to legacy and remove storage system魏曹先生2026-03-0817-1659/+5
|
* Update dependencies and add C bindings generation魏曹先生2026-03-089-16/+130
|
* Exclude compile_info.rs from rust-analyzer file watcher魏曹先生2026-03-081-0/+3
|
* Add tokio dependency for benchmark runtime魏曹先生2026-03-083-26/+46
|
* Replace linear search with binary search in mapping buckets魏曹先生2026-03-082-79/+145
|
* Add Criterion benchmarking for sheet operations魏曹先生2026-03-083-4/+328
|
* Rename Apache license file to standard name魏曹先生2026-02-271-0/+0
|
* Add inline(always) to constant getter functions魏曹先生2026-02-271-0/+1
|
* Add storage system with chunk-based file storage魏曹先生2026-02-2711-0/+1668
|
* Add remote flag to IndexSource and parsing support魏曹先生2026-02-2711-450/+1286
|
* Compare strings with numeric ordering for digits魏曹先生2026-02-251-10/+66
|
* Replace string_proc with just_fmt as external dependency魏曹先生2026-02-2523-661/+55
|
* Add derive feature to serde dependency魏曹先生2026-02-251-1/+1
|
* Add ordering for LocalMapping based on custom character groups魏曹先生2026-02-251-0/+116
|
* Add public getter for sheet mappings魏曹先生2026-02-251-0/+10
|
* Add serde derive to sheet system structs魏曹先生2026-02-255-8/+15
|
* Fix missing mapping insertions after swapping values魏曹先生2026-02-241-0/+2
|
* fixup! Move sheet file R/W to v1 module魏曹先生2026-02-241-2/+17
|
* Add hex_display feature魏曹先生2026-02-241-0/+7
|
* Move sheet file R/W to v1 module魏曹先生2026-02-2414-67/+279
|
* Move sheet reader and writer to v1 subdirectory魏曹先生2026-02-244-0/+0
|
* Fix import paths in doc examples魏曹先生2026-02-241-4/+4
|
* Replace string_proc with just_fmt in _asset crate魏曹先生2026-02-245-10/+10
|
* Update Cargo.lock魏曹先生2026-02-241-2/+27
|
* Implement SheetSystem core library魏曹先生2026-02-2414-138/+2250
| | | | | | | | | | | | | | Add IndexSource type for resource addressing and implement mapping system with LocalMapping, Mapping, and MappingBuf types. Create Sheet and SheetData structs for managing sheet data with editing capabilities. Implement binary format serialization/deserialization with reader and writer modules. Add constants for file format layout and comprehensive test suite for roundtrip verification.
* Add deprecated feature and migrate string_proc to just_fmt魏曹先生2026-02-247-6/+16
| | | | | | | | | | | - Add `deprecated` feature flag to Cargo.toml - Gate `string_proc` module behind both `deprecated` and `string_proc` features - Replace internal `string_proc` dependency with `just_fmt` crate in constants macros - Mark all `string_proc` modules as deprecated with migration instructions - Remove `string_proc` dependency from sheet system
* Add hex_display utility crate魏曹先生2026-02-245-0/+133
|
* Add sheet system with mapping macros and modules魏曹先生2026-02-1210-19/+1249
|
* Add PathFormatConfig for customizable path formatting魏曹先生2026-02-121-9/+73
|
* Update crypto dependencies and refactor challenge generation魏曹先生2026-02-122-13/+16
|