Wykres commitów

26 Commity (master)

Autor SHA1 Wiadomość Data
Tomasz Golinski 26d3bc56d2 Trivial cppcheck fixes 2023-12-24 23:38:55 +01:00
Tomasz Golinski 48e43613d1 clang-format 2023-09-25 19:01:46 +02:00
Tomasz Golinski 3f109a7047 Move around some consts, comment out code unused for now 2023-08-30 15:53:47 +02:00
Tomasz Golinski c584c33e07 Code refactor, split out class User, deduplicate some code 2023-08-30 00:36:06 +02:00
Tomasz Golinski d00a852295 Move some constants (like urls) to common.h 2022-07-14 14:39:47 +02:00
Tomasz Golinski d673bdd7b9 cppcheck partial cleanup 2022-07-13 18:37:55 +02:00
Tomasz Golinski 24acae7625 Fix previous commits by using correct database file for OCde 2021-01-03 04:05:48 +01:00
Tomasz Golinski 4d4e62c89e Fix previous commit removing duplicate bit of code 2021-01-03 04:04:00 +01:00
Tomasz Golinski d423d58714 Support local db for OCde in geostat_cli 2021-01-03 03:25:46 +01:00
Tomasz Golinski f0b18db02d Use stamp size for size of a dot in animation 2020-11-13 19:58:49 +01:00
Tomasz Golinski 155943a6c9 Initial support for animated GIFs instead of heatmaps 2020-11-02 21:01:27 +01:00
Tomasz Golinski 72dc1292da clang-format 2020-08-06 23:58:14 +02:00
Tomasz Golinski c1958baa11 Initial support for processing owned cache lists 2020-08-01 23:00:50 +02:00
Tomasz Golinski aea061b968 Geostat_cli should also parse region data 2020-07-17 19:58:47 +02:00
Tomasz Golinski 8e15d95be6 Fix geostat_cli output with -N 2020-03-29 19:03:48 +02:00
Tomasz Golinski 1a3a7e0747 Change containers used to store caches. std::set didn't allow to change elements inside and it was the easiest way to deal with extra data from the logs. 2020-02-29 02:04:55 +01:00
Tomasz Golinski f28ca37ee1 Another overkill, store datas in Cache class also as std::time_t (timestamp), makes it simpler afterwards without the need to convert back and forth 2020-02-23 02:00:29 +01:00
Tomasz Golinski d1fa8363d5 Split out simple function to check and convert a c-string to a number 2020-02-23 01:41:15 +01:00
Tomasz Golinski ac8eec0b27 Don't compute unnecessary things when looking for caches not found, copied to geostat_cli 2020-02-17 01:23:17 +01:00
Tomasz Golinski 6bb23f4231 Cleanup of unused stuff from geostat_cli and extra -C option 2020-02-11 16:55:16 +01:00
Tomasz Golinski 19c2769c1b Print sorted list of caches with geostat_cli 2020-02-02 12:28:41 +01:00
Tomasz Golinski 9acc262739 Not sure it makes sense, but draw a path connecting caches 2020-02-02 12:27:32 +01:00
Tomasz Golinski 8672d9ca23 Add world map 2020-01-25 12:37:00 +01:00
Tomasz Golinski 45ff44fbc1 Code restruct in geostat_cli 2020-01-25 12:23:30 +01:00
Tomasz Golinski 560284bc9a Use reference instead of pointer in class show_histogram 2020-01-25 12:20:41 +01:00
Tomasz Golinski 272e2903f4 Split HTML tool from command line tool to simplify the code 2020-01-25 12:05:38 +01:00