Commit graph

6 commits

Author SHA1 Message Date
Bertold Van den Bergh
cca7eb551b Add support for building database 2022f 2022-11-01 14:13:58 +01:00
Otto Sievert
1f2b964626 build: fix builder compilation on macOS
- assert() is already defined, so rename this assert() to assert_()
- std::tie is a c++11 feature; on macOS, g++ maps to clang and clang
    defaults to c++old, so explicitly declare the c++ version
- these changes should be benign on other platforms (e.g., Linux)
2022-01-27 06:34:45 -08:00
Bertold Van den Bergh
b0c3fd928f Update builder to support generating v1 and v0 database 2019-08-14 18:02:36 +02:00
Bertold Van den Bergh
71a5187802 Reduce filesize further by not encoding points multiple times (not well tested, do not use) 2019-08-14 00:54:40 +02:00
Bertold Van den Bergh
4269644520 Avoid encoding useless tuples, change format for more efficient diff encoding. 2019-08-13 16:40:31 +02:00
Bertold Van den Bergh
82e2323242 Upload database generation code (not very clean...) 2019-01-10 21:03:08 +01:00