index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
index.cpp
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-10-31
Revert "Improve representation of track numbers in indexes"
jacqueline
2023-10-31
Improve representation of track numbers in indexes
jacqueline
2023-10-30
add locale-aware colation to db indexes
jacqueline
2023-10-24
Implement incremental updates of database indexes
jacqueline
2023-10-24
Use an mutable struct + const instead of an immutable class
jacqueline
2023-10-13
Use libcppbor for much much nicer db encoding
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-09-06
Fix missing track number issues
jacqueline
2023-09-06
Add an opus-specific tag parser
jacqueline
2023-09-05
Add all albums index, do some locales prep
jacqueline
2023-07-13
Ui polish and fleshing out
jacqueline
2023-07-12
Include title in indexes to avoid a per-record disk read
jacqueline
2023-06-23
add indexing to the database
jacqueline