You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/blitter
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.
4 years ago
..
8bpp_base.cpp Cleanup: Removed SVN headers 5 years ago
8bpp_base.hpp Cleanup: Removed SVN headers 5 years ago
8bpp_optimized.cpp Cleanup: Removed SVN headers 5 years ago
8bpp_optimized.hpp Cleanup: Removed SVN headers 5 years ago
8bpp_simple.cpp Cleanup: Removed SVN headers 5 years ago
8bpp_simple.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim_sse2.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim_sse2.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim_sse4.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim_sse4.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_base.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_base.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_optimized.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_optimized.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_simple.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_simple.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse2.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse2.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse4.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse4.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse_func.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse_type.h Cleanup: Removed SVN headers 5 years ago
32bpp_ssse3.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_ssse3.hpp Cleanup: Removed SVN headers 5 years ago
CMakeLists.txt Add: introduce CMake for project management 4 years ago
base.hpp Cleanup: Removed SVN headers 5 years ago
common.hpp Cleanup: Removed SVN headers 5 years ago
factory.hpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null.cpp Cleanup: Removed SVN headers 5 years ago
null.hpp Cleanup: Removed SVN headers 5 years ago