Alibek Omarov
113904ea91
public: fix build
2 years ago
Alibek Omarov
15a5975abf
public: build.h refactoring, removed XASH_MSVC, XASH_MINGW, as this header never intended to detect the compiler
2 years ago
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.
2 years ago
Alibek Omarov
207675990e
public: build: fix missing define value
3 years ago
Alibek Omarov
ab256e294e
public: build: add RISC-V support(based on @archanox patches), add forcing endianness from build system
3 years ago
exstrim401
b7922368bd
engine: Haiku OS support ( #478 )
4 years ago
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:]]\+$//' {} \+
```
4 years ago
Alibek Omarov
2aaa6c6e04
public: build: add ARMv8 32-bit support, in case of someone actually uses it
4 years ago
mittorn
e602ca1d66
public: synchronize build.h with hlsdk
5 years ago
mittorn
d8f20f3642
common: add DOS4GW platform
5 years ago
mittorn
adc718f4d5
public: add XASH_POSIX platform define
5 years ago
Alibek Omarov
5a17e7f425
build: add XASH_ARMvX defines(buildsystem integration), add oneliner to generate #undef list
5 years ago
Alibek Omarov
dfed24c290
public: build: add new ARMv6 detect macro
5 years ago
Alibek Omarov
7e9f90a09d
public: fix detecting ARM on gcc3
5 years ago
Alibek Omarov
f71619d541
public: build: fix wrong hardfp abi detection
5 years ago
Alibek Omarov
f010e2be12
public: build: add a header that defines some build-time information, like target OS or platform
5 years ago