1
1
forked from 0ad/0ad
0ad/source/third_party
wraitii 369c2e8801 Further header & precompiled cleanup, fix no-PCH builds.
GUIObjectBase is made a IGUIObject* to avoid including those headers
un-necessarily. Subsequent diffs ought to clean up the various of
pointers for that with a similar type with reference semantics.

Also:
- Add standard C and C++ headers (mostly cstring for memcpy, string and
vector) where needed.
- Swap out some includes for forward declarations
- Clean up un-necessary boost includes in precompiled and other headers.
- Clean up precompiled headers, including fewer things.
- Move ACPI to the windows-specific folder as it's included there only
and mostly specific to that platform.

Thanks Stan for the testing.

Differential Revision: https://code.wildfiregames.com/D3129
This was SVN commit r24352.
2020-12-09 14:39:14 +00:00
..
encryption Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
jsonspirit Fix most of the new vs2017 induced warnings. 2020-11-26 22:28:50 +00:00
mikktspace Remove not needed checks and code for VS2015 [VS2013 -> VS2015] 2020-01-19 12:43:41 +00:00
mongoose Remove not needed checks and code for VS2015 [VS2013 -> VS2015] 2020-01-19 12:43:41 +00:00
ogre3d_preprocessor Refactors Preprocessor testing and adds more tests 2020-01-16 00:02:22 +00:00
tinygettext Update tinygettext to match upstream. 2020-12-07 13:15:31 +00:00