Skip to content

Releases: flightaware/speedtables

Speedtables v1.13.18

03 Mar 14:34
Compare
Choose a tag to compare

Fix casstcl linking in speedtables on FreeBSD

Speedtables v1.13.14

28 Dec 14:15
eb4f6da
Compare
Choose a tag to compare

What's Changed

  • Fix casstcl linking on linux / gcc env by @conej730 in #83

Full Changelog: v1.13.13...v1.13.14

Speedtables v1.13.13

27 Dec 19:56
46b989b
Compare
Choose a tag to compare

Modify ctables/aclocal.m4 to work with nix

Speedtables v1.13.12

09 Jun 14:55
b2a71bc
Compare
Choose a tag to compare

Convert CI to Github Actions from Jenkins.

Speedtables 1.13.11

04 Mar 23:48
949eaea
Compare
Choose a tag to compare

Don't assume runtime libpq location (and fix other Nix compatibility issues)

Speedtables 1.13.10

11 Jul 18:57
Compare
Choose a tag to compare
  • Remove "register" keywords in speedtableHash.c
  • Fix Linux tests.

Speedtables 1.13.9

16 Jan 17:19
Compare
Choose a tag to compare

Update Linux configuration to match, uses pg_config to locate libpq-fe.h.

Speedtables 1.13.8

03 Oct 13:38
Compare
Choose a tag to compare

Revert configuration changes from Linux branch that were brought in with the 1.13.7 release.

Speedtables 1.13.7

02 Oct 17:39
Compare
Choose a tag to compare

Fix a bug in ctable search when searching a list of integers.

Speedtables 1.13.6

21 Sep 21:05
Compare
Choose a tag to compare

More nested search fixes - track what skiplists are actually in use at any given time and don't re-use them in nested searches. Actually limits the block to when the skiplist is active... if you're buffering a search it doesn't restrict searches on the same key in inner loops, because the skiplist is closed before the actions part of the search starts.