summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
8 days00.00.35-1: VERSION SSOT sync (ase-client-explorer)dj
13 days0.0.1-5: breadcrumb essence restoreddj
Picks up upstream commits c2ddc08, c60d456, 087842d in ase-client-explorer: - VCS aggregates removed from breadcrumb segments (the addition broke the fixed-width smart-truncation invariant) - Segment-click shifts the [...] truncation window instead of collapsing the path onto the clicked ancestor - Tree selection still follows segment clicks Tree-view per-row VCS badges and the VCS filter toggle in the header are unchanged from 0.0.1-4.
2026-05-070.0.1-4: VCS status filter — add libgit2 + libcuckoo adapter sourcesdj
The ase-client-explorer 0.0.1 line gained a Sublime-Merge-style VCS status filter on top of its tree view: a header-button toggles "show only dirty entries", and every directory / file row carries a panel-coloured M / A / D / ? / R / U badge with cross-repo aggregate counters that update in real time across hundreds of nested submodules. The implementation depends on two new ASE adapter subgits that this PKGBUILD now pulls in alongside the existing ones: + ase-adp-libgit2 RAII C++20 wrapper around system libgit2 — the scanner uses libgit2 in-process (no git CLI fork+exec per repo), which keeps cold-scan of a 145-submodule tree in the ~hundreds-of-ms range. + ase-adp-libcuckoo Header-only adapter that re-exports CMU's cuckoohash_map. The scanner publishes per-key point updates from N worker threads with no global mutex on the read path. + libgit2 added to depends (system shared lib). + pkgrel bumped 3 -> 4 (no upstream version bump; rebuild for new dep + reconstructed monorepo layout includes the two new adapters under ase-root/adapter/).
2026-05-060.0.1-3: install hicolor app iconsdj
2026-04-200.0.1-2: multi-source build with foundation deps and vendored generated headersJan Ohlmann
2026-04-20Initial import: ase-explorer 0.0.1Jan Ohlmann