DarkflameServer/thirdparty
Daniel Seiler 6e2936504c
Improve CI (#345)
* Don't upload artifacts unless on main

* Fix if/endif mismatch warning

* Add thirdparty CMakeLists

* Keep more warnings around

* Remove more RakNet warnings

* Fix indentation and divided the cmake into libraries and bins

- Each library and binary got their own CMakeLists.txt
- Indentation was fixed everywhere
- Weird if statement flows replaced

* Revert "Fix indentation and divided the cmake into libraries and bins"

This reverts commit 005a12424e.

* Add async value assignments

Resolves a warning where on some compilers this thread would _not_ be run async and would instead be run synchronous with the main thread, halting execution.

* Revert "Add async value assignments"

This commit was meant to be done on a seaparate branch but was accidentally pushed upstream to this branch.

* Fix Merge Conflict

* Resolve errors

Resolve errors with using continue() outside a foreach loop.

* breakout mariadb to thirdparty cmake

Move the mariadb cmake to its own directory to make each cmake file more focussed.

Co-authored-by: Jett <55758076+Jettford@users.noreply.github.com>
Co-authored-by: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com>
2022-07-04 01:30:11 -07:00
..
AccountManager@19e2a4fe9f Move AccountManager to submodules 2022-01-05 17:32:30 +01:00
cpp-httplib@824e7682e4 Attempting to fix submodules 2021-12-05 19:13:03 +01:00
cpplinq Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
docker-utils@3f0129e093 Move utils to submodule 2021-12-09 22:39:43 +01:00
libbcrypt@d6523c370d Attempting to fix submodules 2021-12-05 19:13:03 +01:00
LUnpack@f8d7e442a7 Use LUnpack instead of lcdr utils for unpacking the client 2022-01-05 17:21:11 +01:00
mariadb-connector-cpp@3fbdf8fa33 Add Aarch64 support (#231) 2022-07-03 21:33:05 -07:00
raknet Add Aarch64 support (#231) 2022-07-03 21:33:05 -07:00
recastnavigation@c5cbd53024 Attempting to fix submodules 2021-12-05 19:13:03 +01:00
SQLite Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
tinyxml2@a977397684 Attempting to fix submodules 2021-12-05 19:13:03 +01:00
CMakeLists.txt Improve CI (#345) 2022-07-04 01:30:11 -07:00