6b9502ea3e
Store items and icons into the db
2020-08-10 02:34:09 +01:00
f2b8abf82b
Disable console output from restc-cpp
2020-08-09 22:55:25 +01:00
c0461f6b09
More refactoring
2020-08-09 20:47:04 +01:00
034020e152
Remove thread pool selection code for now
2020-08-09 20:04:22 +01:00
7fb055cd40
Refactor event code.
...
This splits the thread pool code from the event code, and
class names are now wrong (I will update them in the next
commit). Also, this disregards the roar11 vs tf library
thing, taskflow was not working anyways and I will probably
remove all the conditional compilation stuff about it for
now.
2020-08-09 19:26:18 +01:00
9f0fed98e2
Get the concept working
...
A bit hackish because see ThreadPool.hpp.
Also code is dirty and it can't be stopped once running.
Building up from here.
2020-08-09 17:29:37 +01:00
d44529871c
Add event loop with thread pool
...
I think it works
Signed-off-by: King_DuckZ <king_duckz@gmx.com>
2020-08-01 07:02:54 +02:00
e94131ac32
Add SQLiteCpp subproject
2020-06-23 10:58:19 +02:00
5b480f3ae5
Add market_list() to Api.
2020-06-23 10:19:02 +02:00
fd147c4f2a
Add items_list() to Api.
2020-06-22 20:53:56 +02:00
d6a27f814a
Pass the base url as a build option
...
So with SoapUI I can pass -Dbase_url=http://localhost:8080
2020-06-22 19:37:56 +02:00
bab47fbd0b
Parse the date from the responce header
2020-06-20 02:01:52 +02:00
96e35a5814
Giving code some initial structure
2020-06-20 01:27:47 +02:00
e0611ec6ff
Create src subdir
2020-06-20 00:15:24 +02:00