Shipwright/soh/soh/Enhancements
Jeffrey Crowell d4c1c40c1d
add support for clang compiler (#592)
* hacks to align strings for clang... wow just wow

* start work to getting built with clang

* fix issues with struct constructors, all builds, doesn't link still

* fix some narrowing issues that clang complains about

* fix compliation of zapd

* fix null deref in VersionInfo

* builds with clang

* make stringbuilding use StringHelper instead of addition

* fix linking

* add CLANG SHIP overlay on clang built versions

* doesn't need to be volatile

* mark unknown strings as extern

* rename some stuff

* can't align extern

* hopefully fix compilation for everythign

* expandtab

* allow setting LD

* Revert "allow setting LD"

This reverts commit 711aba6db2.

maybe to use lld it should be a LDFLAG?

* -Wno-deprecated-declarations is required for newer versions of clang

on macOS 13 beta sdk, the version of apple clang requires this

* Add jenkins support for clang

* Forward CXX flags to stormlib compilation

* Move GCC only flags to check

* use exports to set multiarch setup

* Fix Jenkins forever

* use make instead of cmake --build

add some flags to build with clang-11 as well

* address review coments

- rework extraction to allow multi thread
- misc readability cleanup

* update makefile to add WARN on linux+clang

Co-authored-by: David Chavez <david@dcvz.io>
2022-07-10 10:51:12 -04:00
..
cosmetics Cosmetics texts fixes (#604) 2022-07-06 19:50:59 -04:00
debugger add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
bootcommands.c add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
bootcommands.h git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
debugconsole.cpp add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
debugconsole.h Removed redundant parameters in GameSettings 2022-04-29 19:26:57 -04:00
gamecommand.h git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
gameconsole.c git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
gameconsole.h Linux/GCC Support (#28) 2022-05-11 13:18:24 -04:00
n64_weird_frame_data.inc Add N64 weird frames and OOB Bombchus cvars (#602) 2022-07-06 18:46:01 -04:00
savestates.cpp Fix audio, boot commands, and save staes. 2022-07-04 10:44:31 -04:00
savestates.h Save states (#300) 2022-05-12 13:28:24 -04:00
savestates_extern.inc Guard vision (#466) 2022-06-20 13:39:06 -04:00