Commits
Add some basic CMake info to the doxygen docs.
Commit by kardoon :: r1071 /PolyVox/trunk/library/Mainpage.dox: (link) Add some basic CMake info to the doxygen docs.
Categories: Commits
Allow relocatable installation with PolyVoxConfig.cmake
Commit by kardoon :: r1070 /PolyVox/trunk/library/PolyVoxConfig.cmake.in: (link) Allow relocatable installation with PolyVoxConfig.cmake
Categories: Commits
Cleaner way of requesting Qt modules
Commit by kardoon :: r1069 /PolyVox/trunk/ (2 files in 2 dirs): (link) Cleaner way of requesting Qt modules
Categories: Commits
Tell CTest the correct location of the test binaries on Windows.
Commit by kardoon :: r1068 /PolyVox/trunk/ (CMakeLists.txt tests/CMakeLists.txt): (link) Tell CTest the correct location of the test binaries on Windows.
Categories: Commits
Make it work slightly better in Windows. I tried with MinGW in Qt Creator and it...
Commit by kardoon :: r1066 /PolyVox/trunk/library/ (3 files in 3 dirs): (link) Make it work slightly better in Windows.
I tried with MinGW in Qt Creator and it now compiles. There's a crash though, possibly due to the TypeDef.h stuff.
I need to recompile Qt in VS before I can try it in VS 2010.
I tried with MinGW in Qt Creator and it now compiles. There's a crash though, possibly due to the TypeDef.h stuff.
I need to recompile Qt in VS before I can try it in VS 2010.
Categories: Commits
Add documentation on build type and running the tests.
Commit by kardoon :: r1065 /PolyVox/trunk/INSTALL.txt: (link) Add documentation on build type and running the tests.
Categories: Commits
More fidling and nicefying of the build system. Add better C++0x support check...
Commit by kardoon :: r1064 /PolyVox/trunk/ (CMakeLists.txt library/CMakeLists.txt): (link) More fidling and nicefying of the build system.
Add better C++0x support check to warn on old versions of GCC.
Add better C++0x support check to warn on old versions of GCC.
Categories: Commits
Use shortcut variables to point to PolyVoxCore source and binary directories.
Commit by kardoon :: r1063 /PolyVox/trunk/ (2 files in 2 dirs): (link) Use shortcut variables to point to PolyVoxCore source and binary directories.
Categories: Commits
Make C++0x mode the default. The option still remains to disable it.
Commit by kardoon :: r1062 /PolyVox/trunk/ (CMakeLists.txt INSTALL.txt): (link) Make C++0x mode the default.
The option still remains to disable it.
The option still remains to disable it.
Categories: Commits
Link against GLU as well as GL since it seems that gluErrorString is in there in...
Commit by kardoon :: r1061 /PolyVox/trunk/examples/OpenGL/CMakeLists.txt: (link) Link against GLU as well as GL since it seems that gluErrorString is in there in my version.
Categories: Commits
Minor update to the INSTALL.txt test
Commit by kardoon :: r1060 /PolyVox/trunk/INSTALL.txt: (link) Minor update to the INSTALL.txt test
Categories: Commits
Add an installation readme for PolyVox. It is essentially plain-text but it can...
Commit by kardoon :: r1059 /PolyVox/trunk/INSTALL.txt: (link) Add an installation readme for PolyVox. It is essentially plain-text but it can also be converted to HTML since it uses the reStructuredText markup.
Categories: Commits
Add a status message at the end of the CMake run. Move the ADD_DEPENDENCIES()...
Commit by kardoon :: r1058 /PolyVox/trunk/CMakeLists.txt: (link) Add a status message at the end of the CMake run.
Move the ADD_DEPENDENCIES() call inside the conditional.
Move the ADD_DEPENDENCIES() call inside the conditional.
Categories: Commits
Set Qt to be a required package
Commit by kardoon :: r1057 /PolyVox/trunk/ (2 files in 2 dirs): (link) Set Qt to be a required package
Categories: Commits
Add some simple vector tests
Commit by kardoon :: r1056 /PolyVox/trunk/tests/ (3 files): (link) Add some simple vector tests
Categories: Commits
Improve test macro. Add include guards to the test header.
Commit by kardoon :: r1055 /PolyVox/trunk/tests/ (3 files): (link) Improve test macro.
Add include guards to the test header.
Add include guards to the test header.
Categories: Commits
Reorganise the test CMakeLists.txt file. Add a CMake macro for easily adding new...
Commit by kardoon :: r1054 /PolyVox/trunk/tests/CMakeLists.txt: (link) Reorganise the test CMakeLists.txt file.
Add a CMake macro for easily adding new tests.
Add a CMake macro for easily adding new tests.
Categories: Commits
Add option to disable building examples or tests.
Commit by kardoon :: r1053 /PolyVox/trunk/CMakeLists.txt: (link) Add option to disable building examples or tests.
Categories: Commits
Fix incorrect header
Commit by kardoon :: r1052 /PolyVox/trunk/tests/testvolume.cpp: (link) Fix incorrect header
Categories: Commits
Use QTestLib to harness the tests.
Commit by kardoon :: r1051 /PolyVox/trunk/tests/ (4 files): (link) Use QTestLib to harness the tests.
Categories: Commits
