summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-9/+1
| | | | | | | | | | | | | | | | | | | | | | | * Rename ChunkData Creatable test * Add missing Y-check in RedstoneWireHandler * Remove ChunkDef.h dependency in Scoreboard * Prepare ChunkData for BlockState storage + Split chunk block, meta, block & sky light storage + Load the height map from disk - Reduce duplicated code in ChunkData - Remove saving MCSBiomes, there aren't any - Remove the allocation pool, ref #4315, #3864 * fixed build * fixed test * fixed the debug compile Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com>
* Fix Android builds (#4998)Tiger Wang2020-10-151-2/+2
| | | | | Construct paths relative to the Cuberite sources with PROJECT_SOURCE_DIR, instead of wherever the first CMakeLists.txt file happened to be with CMAKE_SOURCE_DIR. In Android's case, the latter was in a folder called android/ but that's not the root of the source tree, so any file path built off that root was wrong. This caused file-specific warnings exclusions to fail to apply.
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+1
| | | * Make our CMake slightly less insane
* Add the fmt library (#4065)peterbell102018-01-031-0/+2
| | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style.
* Fixed type-casting-related warnings.Mattes D2016-08-241-5/+0
|
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
|
* SelfTests: Organized into solution folders.Mattes D2016-06-181-0/+17
|
* Disable -Werror for warnings in tests.tycho2015-05-241-2/+1
|
* Fix teststycho2015-05-191-0/+7
|
* Added a cChunkData::CopyBlockTypes() unit test.Mattes D2014-05-301-0/+3
|
* Test failures are reported verbosely and into the debug console on Win.madmaxoft2014-05-301-1/+1
|
* inject TestGlobals.h correctlyTycho2014-05-241-0/+1
|
* Renamed cChunkBuffer to cChunkDataTycho2014-05-211-0/+25