Commit graph

8 commits

Author SHA1 Message Date
Rachael Alexanderson
742d6ff420 Revert "Merge branch 'asmjitupdate' of https://github.com/coelckers/gzdoom"
This reverts commit a005a8c65f, reversing
changes made to 7db7d856c2.
2019-08-05 21:00:29 -04:00
Christoph Oelckers
ed6ab39b2d - moved third party library projects to a subfolder to reduce size of the root. 2019-07-14 15:06:54 +02:00
William Breathitt Gray
6fafa297bf Force STATIC for internal GZDoom libraries
This makes sure the internal versions of these libraries bundled with
the GZDoom source code is used. This prevents the system from building
GZDoom for dynamic linking with incompatible external libraries (see
<https://forum.zdoom.org/viewtopic.php?f=2&t=64633>).
2019-05-18 18:15:51 +02:00
Magnus Norddahl
f17a90ef69 - implement xor swap for vec registers 2018-12-07 19:30:00 +01:00
Magnus Norddahl
e66015cce6 - apply asmjit register allocator bugfix
- enable debug builds of asmjit
2018-10-09 05:17:46 +02:00
Magnus Norddahl
d09a377f12 - fix clang errors and warnings 2018-09-14 01:07:05 +02:00
Magnus Norddahl
68b2cd58d8 Fix compile errors on macOS 2018-08-18 12:37:33 +02:00
Magnus Norddahl
cbb945d8a7 - embed and use asmjit to JIT ZScript VM functions 2018-08-12 02:11:13 +02:00