b617c8b
Fix an unused variable and a signed-unsigned co... - heinrich5991
bb8ec6b
Test CMake on CircleCI - heinrich5991
ce59e97
Make versionsrv's dependency on nethash.cpp exp... - heinrich5991
9bf8140
Also try running the server on CircleCI - heinrich5991
e117ee0
Recursively create directories for the data dir - heinrich5991sv_max_clients 64
?89295f1
Annotate dbg_msg
and str_format
for -Wform... - heinrich5991
[
d75d453](https://github.com/teeworlds/teeworlds/commit/d75d4535ae370583956b8a149097b4f38107efdf) Remove non-constant format strings - heinrich5991
[
de344ba](https://github.com/teeworlds/teeworlds/commit/de344ba221989b80438fa36e49aade1520fc323c) Fix incorrect format strings - heinrich5991
[
802ecc5`](https://github.com/teeworlds/teeworlds/commit/802ecc5136878826ad162a318a8656330b8cb03e) Merge pull request #2011 from heinrich5991/pr_f... - oy-fcf-protection
to protect the targets of indirect jumps and
function returns.
-D_GLIBCXX_ASSERTIONS
for bounds-check assertions in the STL.
-fstack-clash-protection
to protect against stacks overwriting each
other.
-fstack-protector-strong
instead of -fstack-protector-all
as it
apparently gives basically the same benefits at less slowdown.