OpenRCT2/test/tests
Hielke Morsink f0c1ea1d37
Split declarations and definitions to improve compile times when editing (#13332)
* Split FileStream declarations and definitions

* Split JobPool declarations and definitions

* Split StringBuilder declarations and definitions

* Split StringReader declarations and definitions

* Split ZoomLevel declarations and definitions

* Fix missing include in FileClassifier.cpp

* Remove pragma once from source files

* Fix missing include in StringBuilder.h

* Update Xcode project

* Fix compilation of tests

Co-authored-by: Michael Steenbeek <m.o.steenbeek@gmail.com>
2020-11-07 12:42:04 +00:00
..
helpers Allow tests to work with CRLF test data 2020-02-02 15:47:50 +00:00
testdata Add test for #12728: map edge footpath connections in scenario editor (#12736) 2020-08-20 20:32:23 +02:00
AssertHelpers.hpp clang-format tests 2018-07-23 15:58:01 +02:00
CMakeLists.txt Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
CircularBuffer.cpp Update copyright. 2019-02-07 18:50:58 +01:00
CryptTests.cpp Allow tests to work with CRLF test data 2020-02-02 15:47:50 +00:00
Endianness.cpp Allow SwapBE to swap non-uint types 2019-09-01 18:40:11 +01:00
ImageImporterTests.cpp Convert remaining C-style casts to C++-style ones 2020-09-10 21:36:20 +02:00
IniReaderTest.cpp Always return unique_ptr for the IniReader/IniWriter interface 2020-09-16 20:23:39 +03:00
IniWriterTest.cpp Always return unique_ptr for the IniReader/IniWriter interface 2020-09-16 20:23:39 +03:00
LanguagePackTest.cpp Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
Localisation.cpp clang-format tests 2018-07-23 15:58:01 +02:00
MultiLaunch.cpp Remove ride classifications 2019-08-04 16:43:50 +01:00
Pathfinding.cpp Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
Platform.cpp Implement replace_if condition lambda 2019-05-11 13:54:16 +01:00
PlayTests.cpp Close #12388, refactor PeepState to use strong enum (#12927) 2020-09-28 15:51:49 -03:00
ReplayTests.cpp Remove all replay tests from 32bit builds 2020-04-12 11:18:23 +01:00
RideRatings.cpp Convert remaining C-style casts to C++-style ones 2020-09-10 21:36:20 +02:00
S6ImportExportTests.cpp Adding missing SpriteIdentifier enumerations to switch statements 2020-10-27 18:52:56 -03:00
StringTest.cpp Add test cases for updated logical sort (#13143) 2020-10-10 13:37:56 +01:00
TestData.cpp clang-format tests 2018-07-23 15:58:01 +02:00
TestData.h clang-format tests 2018-07-23 15:58:01 +02:00
TileElements.cpp Add test for #12728: map edge footpath connections in scenario editor (#12736) 2020-08-20 20:32:23 +02:00
sawyercoding_test.cpp Move IStream, MemoryStream, FileStream into OpenRCT2 namespace 2020-08-05 16:29:36 +02:00
tests.cpp Apply clang-format changes to tests 2018-07-23 16:00:23 +02:00
tests.vcxproj Avoid fast-forwarding peep into the ride 2020-04-25 18:27:33 -03:00