Commit graph

26 commits

Author SHA1 Message Date
Erik Ogenvik
9870431c13 Bump deps. 2025-01-02 18:57:30 +01:00
Erik Ogenvik
aabaaf8bd4 Bump sqlite3pp to latest version. 2024-10-29 00:00:45 +01:00
Erik Ogenvik
0cd66df7e3 Bump Remotery to latest version from Github. 2024-10-28 23:27:52 +01:00
Erik Ogenvik
391b30741b Fixed compiler warning. 2024-10-28 13:25:35 +01:00
Erik Ogenvik
ca3302a886 Bump SAF. 2024-10-28 00:42:58 +01:00
Erik Ogenvik
44340710ac Use more proper iterator declaration. 2024-10-26 15:47:57 +02:00
Erik Ogenvik
730ce94100 Only build xdg-basedir in Unix. 2024-08-15 01:01:10 +02:00
Erik Ogenvik
c67b5b8da5 Provide xdg-basedir as bundled package.
Instead of through Conan. This just makes it less complex.
2024-08-14 23:14:02 +02:00
Erik Ogenvik
d75bef96b6 Bump boost. 2024-07-30 17:38:59 +02:00
Erik Ogenvik
7b67962c17 Bump deps. 2024-02-15 23:38:05 +01:00
Erik Ogenvik
44669ed13a Fixed compiler warnings. 2024-02-12 12:23:32 +01:00
Erik Ogenvik
4d85d895cc Properly cast. 2024-01-04 01:44:30 +01:00
Erik Ogenvik
15ad280612 Use std::filesystem instead of boost one. 2023-12-30 02:10:21 +01:00
Erik Ogenvik
e1f76b3153 No need for optional macro. 2023-12-25 00:38:13 +01:00
Erik Ogenvik
e7b6506eb9 Fixed fmt macro. 2023-12-17 18:21:10 +01:00
Erik Ogenvik
ba2f939313 Added "bytesize" helper to format byte sizes.
From https://github.com/eudoxos/bytesize.
The license is very generous.
2023-12-17 18:18:03 +01:00
Erik Ogenvik
3e67875e77 Reformat with one formatting style.
This is a mainly automatic reformat of all code so that it uses the same format as Ember.
The idea is to make development easier by removing any differences in formatting.

In addition to formatting there has been a couple of fixes to smaller code issues.
2023-12-12 23:44:37 +01:00
Erik Ogenvik
583d842f47 Update Recast to 1.6.0 2023-12-09 22:42:41 +01:00
Erik Ogenvik
e43b63a787 Bumped Remotery to 1.2.1 2023-12-09 21:36:50 +01:00
Erik Ogenvik
0f47cb8a98 Fixed build issues on Windows. 2023-12-05 01:02:51 +01:00
Erik Ogenvik
4a5dbcc8a9 Don't use obsolete method. 2023-12-04 21:04:46 +01:00
Erik Ogenvik
9f30a24939 Fixed compile warnings. 2023-12-01 00:34:14 +01:00
Erik Ogenvik
530e56717b Signal when assets change on the server.
Through emitting new Squall signatures.
2023-11-25 23:09:58 +01:00
Erik Ogenvik
ddc8856c47 Check that thread is joinable.
This is something that changed with newer ASIO versions, where it seems to close and join the thread itself.
2023-11-03 12:57:52 +01:00
Erik Ogenvik
ca482bbc7f Sort out external deps as proper targets. 2023-11-02 00:05:33 +01:00
Erik Ogenvik
7ed94b1615 Moved common externals to top. 2023-11-01 21:35:25 +01:00