index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
records.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
2024-03-21
fix db key prefix format, and use per-file modification times
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
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
Add modified time to TrackData
jacqueline
2023-10-13
Use libcppbor for much much nicer db encoding
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-09-06
Fix missing track number issues
jacqueline
2023-06-23
add indexing to the database
jacqueline
2023-06-15
song -> track
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-12
Add some basic tests for the database
jacqueline
2023-05-08
Database init is now stable!
jacqueline