]> git.sesse.net Git - nageru/history - db.cpp
Allow symlinked frame files. Useful for testing.
[nageru] / db.cpp
2018-11-25 Steinar H. GundersonUse SQLite to store metadata about finished frame files.
2018-11-25 Steinar H. GundersonSupposedly sqlite_prepare() is deprecated in favor...
2018-11-25 Steinar H. GundersonSpeed up the database writes a bit, especially when...
2018-10-19 Steinar H. GundersonMake it possible to change the working directory.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-09-30 Steinar H. GundersonSerialize state to disk between runs, using SQLite.