2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-07 12:35:33 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
s1lent
1b893376db Remove link statically with libstdc++ and add compatibility tricks to avoid symbols with version GLIBCXX_3.4.16 and bigger. 2017-02-14 22:02:15 +07:00
Lev
2f64cfc873 GCC support (#339)
* GCC support - could be used via -PuseGcc command line argument.

* Refactoring around __FUNCTION__, change __FUNCTION__ into __func__.

* Refactoring, formatting, small fixes.
2017-02-11 01:51:22 +05:00
s1lentq
63a037af60 Add badge to README.md 2017-01-13 02:38:51 +07:00
s1lentq
4090ff3db5 Refactoring of versioning 2016-11-07 19:27:06 +07:00
s1lentq
5daef47bd1 Allow to build project outside of the git repository.
Added new task buildFixes for fast and simply building project.
Example: "gradlew --max-workers=1 clean buildFixes"
2016-07-15 01:27:13 +07:00
asmodai
17c7e304c5 Small update in sse math
Removed some unnecessary checks for windows dll
2016-04-20 02:28:37 +03:00
asmodai
9b99a54e34 Added optimized stdlib functions from Agner's asmlib
Increased allowed string commands rate
2015-10-18 00:11:21 +03:00
asmodai
09f1f799a1 Fixed loading of maps without world classname or with long list of wads
Removed rtti
Reduced MAX_HOOKS_IN_CHAIN value
2015-10-17 21:25:18 +03:00
dreamstalker
8aac19ce00 FlightRecorder: write all console and log messages to the flight log
Refactored tests
2015-06-28 21:15:11 +04:00
dreamstalker
ddc6d1e3d4 Link clock_gettime from librt to avoid dependency of GLIBC_1.17 2015-06-12 17:15:23 -05:00
dreamstalker
b6c01cdd4c Link libstdc++ statically on linux
Updated gradle to 2.4
Updated gradle-cpp-plugin to 1.2
2015-06-06 23:40:49 +04:00
dreamstalker
391bd5d627 Merge branch 'master' into flightrec
SSE4.2's crc32 is actually crc32c - removed crc32.*
2015-05-25 18:16:30 +04:00
dreamstalker
60b40a687c Don't build 'hooker' libraries by default 2015-05-17 21:52:07 +04:00
Andrey
7ae1eebac8 Unrolled tail recursion in RecursiveHullCheck functions 2015-05-11 19:06:14 +03:00
dreamstalker
2a0fff4074 #8 Refactoring SDK
Get rid of (u)int[nn]_t types from osconfig.h, use (u)int[nn] from archtypes.h instead
2015-05-09 20:58:58 +04:00
dreamstalker
ed23c81fdd buildSrc/build.gradle: cleanup
rehlds/build.gradle: don't override cleanup task, just add action to it
2015-05-05 20:18:30 +04:00
dreamstalker
7326bee095 Initial commit 2015-05-04 22:25:41 +04:00