flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://flightaware.github.io/speedtables/
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

cpp branch will build and install even if boost-libs not present #37

Closed nugget closed 10 years ago

nugget commented 11 years ago

The cpp branch will happily build and install even on a machine where boost-libs are not present. configure or the install process should probably test for this instead of waiting for the user to discover the problem at runtime.