0ad/source/lib/allocators
bb 157c6af18e Make the space in 0 A.D. non-breaking throughout the codebase.
Avoid cases of filenames
Update years in terms and other legal(ish) documents
Don't update years in license headers, since change is not meaningful

Will add linter rule in seperate commit

Happy recompiling everyone!

Original Patch By: Nescio
Comment By: Gallaecio
Differential Revision: D2620
This was SVN commit r27786.
2023-07-27 20:54:46 +00:00
..
tests Fix renderer crash in GCC 7.5. 2021-01-06 14:56:17 +00:00
allocator_checker.h Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
allocator_policies.h Fix renderer crash in GCC 7.5. 2021-01-06 14:56:17 +00:00
DynamicArena.h Guarantees no memset for allocation of DynamicArena::Block 2021-03-01 20:35:30 +00:00
dynarray.cpp Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
dynarray.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
freelist.cpp Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
freelist.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
overrun_protector.h Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
page_aligned.cpp Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
page_aligned.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
pool.cpp Fix renderer crash in GCC 7.5. 2021-01-06 14:56:17 +00:00
pool.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
shared_ptr.cpp Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
shared_ptr.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
stateless_allocators.h Fix renderer crash in GCC 7.5. 2021-01-06 14:56:17 +00:00
STLAllocators.h Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00