No description
Find a file
terminx 26a266dfe5 Rename STRUCT_TRACKERS_ENABLED preprocessor definition to USE_STRUCT_TRACKERS
This may also fix a minor performance regression introduced in Polymer sometime after we switched to building as C++, caused by confusion between STRUCT_TRACKERS_ENABLED and UNTRACKED_STRUCTS. UNTRACKED_STRUCTS is now named UNTRACT_STRUCTS__ to dissuade use outside of buildtypes.h.

git-svn-id: https://svn.eduke32.com/eduke32@7695 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/build/src/polymer.cpp
2019-09-20 12:01:36 +02:00
package/common - more uselessness eliminated 2019-09-17 20:28:28 +02:00
platform Simplify map structure tracker overloads 2019-09-20 10:15:17 +02:00
source Rename STRUCT_TRACKERS_ENABLED preprocessor definition to USE_STRUCT_TRACKERS 2019-09-20 12:01:36 +02:00
.gitignore Fix macOS -Wdeprecated-declarations warnings 2019-09-20 10:15:10 +02:00
_clang-format Set AllowShortCaseLabelsOnASingleLine to false and AlignAfterOpenBracket to Align in _clang-format 2018-12-15 01:37:24 +00:00
Android.mk Rename net.* to network.* 2019-09-19 12:20:45 +02:00
Common.mak Enable a couple of additional useful -W flags for newer versions of GCC 2019-09-20 10:01:51 +02:00
GNUmakefile Use FORCE_INLINE and CONSTEXPR where appropriate in the Q16 fixed point math library 2019-09-19 14:30:22 +02:00