Jesse Buhagiar
b23d5ed354
Build: Add SerenityOS to list of compatible systems
...
This is required by the build system to spit out a library with
the correct name/platform.
2022-06-20 00:01:37 +03:00
Alibek Omarov
207675990e
public: build: fix missing define value
2021-10-28 20:11:31 +03:00
Alibek Omarov
ab256e294e
public: build: add RISC-V support(based on @archanox patches), add forcing endianness from build system
2021-10-27 20:33:21 +03:00
exstrim401
b7922368bd
engine: Haiku OS support ( #478 )
2021-06-05 10:54:37 +03:00
Gleb Mazovetskiy
5e0a0765ce
Trim all trailing whitespace
...
The `.editorconfig` file in this repo is configured to trim all trailing
whitespace regardless of whether the line is modified.
Trims all trailing whitespace in the repository to make the codebase easier
to work with in editors that respect `.editorconfig`.
`git blame` becomes less useful on these lines but it already isn't very useful.
Commands:
```
find . -type f -name '*.h' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
find . -type f -name '*.c' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
```
2021-01-04 20:55:10 +03:00
Alibek Omarov
2aaa6c6e04
public: build: add ARMv8 32-bit support, in case of someone actually uses it
2020-09-28 16:17:08 +03:00
mittorn
e602ca1d66
public: synchronize build.h with hlsdk
2020-02-12 15:10:10 +07:00
mittorn
d8f20f3642
common: add DOS4GW platform
2020-02-08 23:15:40 +07:00
mittorn
adc718f4d5
public: add XASH_POSIX platform define
2020-02-08 23:15:40 +07:00
Alibek Omarov
5a17e7f425
build: add XASH_ARMvX defines(buildsystem integration), add oneliner to generate #undef list
2019-11-11 00:38:40 +03:00
Alibek Omarov
dfed24c290
public: build: add new ARMv6 detect macro
2019-11-02 08:56:07 +03:00
Alibek Omarov
7e9f90a09d
public: fix detecting ARM on gcc3
2019-11-02 08:56:07 +03:00
Alibek Omarov
f71619d541
public: build: fix wrong hardfp abi detection
2019-07-29 06:53:42 +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