OpenTTD/src/core
Patric Stout 56d54cf60e Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.

Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.

This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.

Addtiionally, this heavily improves our detection of libraries, etc.
2020-06-05 19:36:05 +02:00
..
alloc_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
alloc_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
alloc_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
backup_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
bitmath_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
bitmath_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
endian_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
endian_type.hpp Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
enum_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
geometry_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
geometry_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
geometry_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
kdtree.hpp Codechange: Performance improvement in k-d tree FindNearest() 2019-10-08 08:53:19 +02:00
math_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
math_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
mem_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
multimap.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
overflowsafe_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
pool_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
pool_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
pool_type.hpp Codechange: Remove std::function from Pool iteration wrapper 2020-01-07 09:00:45 +00:00
random_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
random_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
smallmap_type.hpp Codechange: Replace SmallPair with std::pair. 2020-05-21 20:02:34 +02:00
smallmatrix_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
smallstack_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
smallvec_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
string_compare_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00