]> git.sesse.net Git - nageru/history - disk_space_estimator.cpp
Supposedly sqlite_prepare() is deprecated in favor of sqlite_prepare_v2().
[nageru] / disk_space_estimator.cpp
2018-11-25 Steinar H. GundersonChange from file-per-frame to multiple files per frame.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-01 Steinar H. GundersonAdd a disk space estimator. Code largely borrowed from...