2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 18:07:09 +01:00
Commit Graph

20 Commits

Author SHA1 Message Date
7e9f90a09d public: fix detecting ARM on gcc3 2019-11-02 08:56:07 +03:00
78baf568ae engine: more double promotion fixes 2019-10-18 16:46:54 +03:00
14be566401 public: include tgmath in mathlib.h, so macros will be used inside Vector macros 2019-10-18 16:46:54 +03:00
0577ecbccf public: initial fix of double promotion 2019-10-18 16:46:54 +03:00
e0d993a5a8 public: fix tautological-compare 2019-10-18 07:23:34 +03:00
cb62e65f9f public: fix implicit fallthrough 2019-10-05 02:49:04 +03:00
f71619d541 public: build: fix wrong hardfp abi detection 2019-07-29 06:53:42 +03:00
2f8fec6b70 Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever. 2019-07-19 20:23:08 +03:00
4beba75159 engine: fix various compiler warnings 2019-07-13 23:25:03 +03:00
6f121b90c1 public: wscript: skip installation 2019-07-11 03:59:56 +03:00
e700a7498e engine: move matchpattern from old engine 2019-07-09 16:36:15 +03:00
Alibek Omarov
76a8fe4873 engine: use build.h for printing architecture and operating system, also implement architecture names from library naming scheme proposal (#39) 2019-06-21 17:25:43 +03:00
Alibek Omarov
f010e2be12 public: build: add a header that defines some build-time information, like target OS or platform 2019-06-21 17:20:57 +03:00
70d45f23de public: crclib now is part of public library 2019-06-06 04:33:57 +03:00
94ec8cb997 wscript: add -fPIC for static libraries globally 2019-05-28 04:12:02 +03:00
bd6532fae4 wscript: Add shared lib flags to public 2019-04-17 06:42:34 +07:00
d17fdea884 waflib: remove get_subproject_name function 2019-04-11 00:13:59 +03:00
17f719558c wscript: move build env setup to main wscript 2019-03-25 01:25:44 +03:00
f3a2f46fb3 wscript: remove libm linking to static public, it's useless. Correct include path order 2019-03-20 02:40:47 +03:00
fb6fd61cd9 public: initial moving some common code into static public library, that can be linked to any engine part 2019-03-20 01:17:46 +03:00