Commit Graph

476 Commits

Author SHA1 Message Date
Michael 46fac32561 .gitmodules: add gtest as git submodule 2020-04-13 21:03:10 +02:00
Michael 1cdf6c9a96 ScreenRenderDWI/CMakeLists.txt: add missing INL files
- put cpu-specific code into dedicated source groups
2020-04-13 18:40:07 +02:00
Michael 92a9f9cc48 DrawSubTriangle.cpp: apply renaming of CPP files to INL files 2020-04-13 18:08:38 +02:00
Michael eba550d79e ScreenRenderDWI/Primitives: rename CPP files used as header files to INL files 2020-04-13 18:07:49 +02:00
Michael b50cc0d480 Root/CMakeLists.txt: add new projects
- add some new projects to broken projects
2020-04-13 16:27:40 +02:00
Michael 07b173e680 PolyTest/CMakeLists.txt: add PolyTest project definition 2020-04-13 16:21:46 +02:00
Michael 0f10b791e7 FastBumpTest/CMakeLists.txt: add FastBumpTest project definition 2020-04-13 16:20:09 +02:00
Michael 1337318357 ColourTest/CMakeLists.txt: add ColourTest project definition 2020-04-13 16:19:30 +02:00
Michael f67ae5f5f7 BumpTest/CMakeLists.txt: add BumpTest project definition 2020-04-13 16:18:42 +02:00
Michael c69d36c22f AudioTest/CMakeLists.txt: add AudioTest project definition 2020-04-13 16:18:02 +02:00
Michael e1eb77041f TestBump.cpp: fix includes 2020-04-13 15:52:57 +02:00
Michael 93ac79569c scan.hpp: remove include of implementation in header file 2020-04-13 15:23:50 +02:00
Michael 2c2fc0a285 PolyTest.cpp: add missing include 2020-04-13 15:23:13 +02:00
Michael 8a4968a70e PolyData.hpp: add missing include 2020-04-13 15:22:10 +02:00
Michael 2c1bf62a4d FastBumpTestShell.cpp: add missing include
- resolve rptr to normal pointer
2020-04-13 15:21:51 +02:00
Michael c3598bf8cf ColourTest.cpp: add missing includes
- use std::min
- resolve rptr to normal pointer
- add global variables and functions
2020-04-13 15:20:03 +02:00
Michael 6d4459d4d8 ColourDrawTest.cpp: add missing include
- add missing type to variable declaration
2020-04-13 15:17:44 +02:00
Michael b603432d74 AudioTestView.cpp: fix includes
- std::* treatment
2020-04-13 15:16:25 +02:00
Michael 6ccb7f110d AudioTestDoc.cpp: fix includes 2020-04-13 15:14:43 +02:00
Michael 886d49cd46 AudioTest.cpp: fix include 2020-04-13 15:12:38 +02:00
Michael 37b4f9cce9 Merge branch 'add-bumpbuild' into resurrect-tests 2020-04-12 19:46:20 +02:00
Michael 0aeab37493 QuantizerToolCLI/CMakeLists.txt: add NeuQuant.h 2020-04-12 19:44:47 +02:00
Michael 0f01ad9143 NeuQuant.h: adjust return type of inxsearch 2020-04-12 19:43:09 +02:00
Michael bbd36e9807 NeuQuant.h: add header file for NEUQUANT.C 2020-04-12 19:42:36 +02:00
meekee7 a2f515d764
Merge pull request #11 from OpenTrespasser/dev
Merge upstream/dev into staging
2020-04-12 19:29:30 +02:00
Ian Brun befd493b91
Merge pull request #67 from meekee7/cmake-deactivate-broken
CMake: exclude broken projects from default builds & .gitignore
2020-04-12 18:06:03 +02:00
Ian Brun 397f9d91ea
Merge pull request #66 from meekee7/cmake-missing-files
CMake: add some missing files
2020-04-12 18:05:29 +02:00
Ian Brun d17b5e2e63
Merge pull request #65 from meekee7/cmake-dedup
CMake: deduplicate file references
2020-04-12 17:58:31 +02:00
Michael 70a90c0a14 Root/CMakeLists.txt: add explanatory comments 2020-04-11 18:17:41 +02:00
Michael 6ca04764c6 .gitignore: ignore APS files (VS compiled resources) 2020-04-11 17:32:18 +02:00
Michael 748839cc17 Root/CMakeLists.txt: deactivate broken projects when building the entire solution 2020-04-11 17:31:12 +02:00
Michael ba01c7f22f WinShell/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:53:10 +02:00
Michael d902c57e5b View/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:52:52 +02:00
Michael 5c43436b48 Trespass/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:50:24 +02:00
Michael 35fd770016 System:/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:48:53 +02:00
Michael b1e63269dc Std/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:48:00 +02:00
Michael ec9dc1fe7e ScreenRenderDWI/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:47:33 +02:00
Michael 74e540e1c4 Render3D/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:46:37 +02:00
Michael e7d5ebb69b QuantizerTool/CMakeLists.txt: add missing yet referenced files
- add PCH configuration
2020-04-11 14:46:09 +02:00
Michael 0987cc30fd Math/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:45:38 +02:00
Michael ae21780c5e Loader/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:45:03 +02:00
Michael d9c8ffb9bf GUIApp/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:44:49 +02:00
Michael 89b28d3c94 GroffExp/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:43:51 +02:00
Michael 47cc533f98 GroffBuild/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:43:20 +02:00
Michael 000cdfdfd0 GeomDBase/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:41:34 +02:00
Michael 53b77cf318 Game/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:39:25 +02:00
Michael 547dbff92e File/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:36:50 +02:00
Michael 3b962bd195 EntityDBase/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:35:41 +02:00
Michael bbf7b6c1bf Bugs/CMakeLists.txt: add missing files from Bugs directory 2020-04-11 14:35:04 +02:00
Michael d5ab288b2e Audio/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:33:40 +02:00