Commit graph

65 commits

Author SHA1 Message Date
Bertold Van den Bergh
a1d9ccb707 Update readme 2019-11-10 21:28:07 +01:00
Bertold Van den Bergh
a34073a09c Make result cacheable 2019-11-10 17:28:36 +01:00
Bertold Van den Bergh
2ad7f9fdeb Add cloudformation template to repository 2019-11-10 15:34:23 +01:00
Bertold Van den Bergh
f4c4fe5ce6 Update location of timezone21.bin for lambda 2019-11-10 13:45:09 +01:00
Bertold Van den Bergh
d56ab7041f Update buildspec 2019-11-10 13:37:47 +01:00
Bertold Van den Bergh
b7ff83360f Update buildspec 2019-11-10 13:35:39 +01:00
Bertold Van den Bergh
42fbf748ca Update buildspec 2019-11-10 13:34:22 +01:00
Bertold Van den Bergh
b5ff4c0caa Use buildspec file for lambda 2019-11-10 12:53:48 +01:00
Bertold Van den Bergh
d09c675ce3 Parallel database build 2019-11-10 12:47:26 +01:00
Bertold Van den Bergh
53820ce780 Add buildspec file for database 2019-11-10 12:28:39 +01:00
Bertold Van den Bergh
38c9a4d1b3 Replace node.js lambda with C++ one 2019-11-10 01:55:24 +01:00
Bertold Van den Bergh
db647386d9 Update database URL 2019-11-10 01:31:16 +01:00
Bertold Van den Bergh
91fcb5f9fe Do not output wget log 2019-11-10 00:54:17 +01:00
Bertold Van den Bergh
08927dd109 Add installcommand to makedb 2019-11-10 00:41:25 +01:00
Bertold Van den Bergh
8bdf7a5326
Merge pull request #15 from BertoldVdb/helper_inmemory
Helper inmemory
2019-09-27 18:34:06 +02:00
Bertold Van den Bergh
be3fb27712 Add simple string lookup function 2019-09-27 18:32:28 +02:00
Bertold Van den Bergh
1eb2a136e9 Add functions for opening a database from memory and a helper function that just returns the most important string from each database. 2019-09-27 18:11:38 +02:00
Bertold Van den Bergh
1c9f9917af Do not call CloseHandle and UnmapViewOfFile with invalid parameters if opening the db failed. 2019-09-25 20:59:06 +02:00
Bertold Van den Bergh
41e3c595ac Performance improvement 2019-08-26 15:37:08 +02:00
Bertold Van den Bergh
80ff6a8af0 Merge branch 'master' of http://github.com/BertoldVdb/ZoneDetect 2019-08-25 15:56:11 +02:00
Bertold Van den Bergh
62365d381f Correctly cast malloc parameter 2019-08-25 15:55:38 +02:00
Bertold Van den Bergh
bcdcfacb75 Add install target to makefile, edit demo to not print coordinate list by default 2019-08-18 16:27:26 +02:00
Bertold Van den Bergh
29d52cebe2 Merge branch 'master' of http://github.com/BertoldVdb/ZoneDetect 2019-08-14 21:56:41 +02:00
Bertold Van den Bergh
25b4da4f97 Avoid reading too large filex 2019-08-14 21:56:22 +02:00
Bertold Van den Bergh
5c13f4366a Update readme explaining out_V1 folder 2019-08-14 18:56:41 +02:00
Bertold Van den Bergh
cd6a29d904 Merge pull request #13 from BertoldVdb/compactfile
Compactfile
2019-08-14 18:54:12 +02:00
Bertold Van den Bergh
79da7aae0a Format library 2019-08-14 18:52:24 +02:00
Bertold Van den Bergh
591a75df2f Update database builder script 2019-08-14 18:22:36 +02: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
a6188bb59f Remove unneeded check 2019-08-14 14:54:07 +02:00
Bertold Van den Bergh
1cc05dbac3 Split up point reading and polygon checking. Add function to get list of points 2019-08-14 14:51:57 +02:00
Bertold Van den Bergh
061055d229 Allow specifying external CC 2019-08-14 11:06:13 +02:00
Bertold Van den Bergh
a1460b4578 Do not read past the end of the buffer 2019-08-14 10:51:46 +02:00
Bertold Van den Bergh
541d59b445 Fix small bug, readd support for reading version 0 db 2019-08-14 01:46:49 +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
836e7df6fa Merge pull request #12 from zedxxx/master
Fixes to build with MinGW-w64
2019-04-26 09:50:50 +02:00
zed
46c7fa777d Fixes to build with MinGW-w64 2019-04-19 09:38:19 +03:00
Bertold Van den Bergh
584bd5246b Merge pull request #10 from povm/port/MSVC
Ported the library to Windows (MSVC toolchain)
2019-04-05 23:48:45 +02:00
Bertold Van den Bergh
7fb89bf6e1 Merge pull request #9 from povm/cleanup
Enforced overall compliance to standard
2019-04-05 23:46:35 +02:00
poum
78406e2e45 added support for MSVC toolchain (VS 15.x) 2019-04-04 11:40:36 +02:00
poum
9711716922 added opt-in refined error handling (not thread-safe!) 2019-04-04 11:40:12 +02:00
poum
9ed4e8f4da replaced potentially reserved name used as include guard 2019-04-04 11:39:36 +02:00
poum
265df8599d removed cast of malloc result 2019-04-04 11:39:15 +02:00
poum
bdda8a5c85 enforced const-correctness 2019-04-04 11:38:54 +02:00
poum
7d0b7e8832 added cc flags and enforced stricter compliance to C99 2019-04-04 11:38:12 +02:00
poum
36126a8b96 updated 'clean' makefile rule to ignore errors 2019-04-04 11:37:48 +02:00
Bertold Van den Bergh
443ce4bb75 Mistake fixed in README 2019-02-22 00:00:41 +01:00
Bertold Van den Bergh
776cb4595e Update readme 2019-02-21 23:59:52 +01:00
Bertold Van den Bergh
82e2323242 Upload database generation code (not very clean...) 2019-01-10 21:03:08 +01:00