Commit graph

7 commits

Author SHA1 Message Date
Epicalert 160e9a02f2
Update source code URL 2021-07-03 17:30:26 +08:00
Epicalert 05a4079418
Chance "_WIN64" checks to "_WIN32"
_WIN32 is defined on both 32-bit and 64-bit windows systems, so might as
well just use that.
2021-06-13 19:02:57 +08:00
Epicalert 735e27ac53
Disable command line args on Windows
It seems argp doesn't work on Windows, so we can disable it for now.
2021-06-10 01:38:03 +08:00
Epicalert 24aa671651
Mention git.epicalert.xyz as main git server 2021-03-24 00:01:37 +08:00
Epicalert 25f97e5f90
Add option for using different models 2021-02-06 12:12:37 +08:00
Epicalert 5cdd1808ad
Define version number and project name with cmake 2021-01-27 00:21:06 +08:00
Epicalert 82edd492c0
Add proper command line argument parsing with argp 2021-01-26 23:36:22 +08:00