aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apply clippy suggestions and improve code quality魏曹先生2026-03-2039-251/+222
|
* Add method to convert local IDs to remote IDs魏曹先生2026-03-191-1/+19
|
* Sort directory constants alphabetically魏曹先生2026-03-191-9/+9
|
* Add `#[allow(dead_code)]` to target_address and reorganize modules魏曹先生2026-03-197-3/+7
|
* Add sheet management methods to WorkspaceManager魏曹先生2026-03-184-9/+95
|
* Add new protocol crate with basic types and operations魏曹先生2026-03-1821-10/+609
|
* 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
|