515 Commits

Author SHA1 Message Date
Matt Williams
d45604c80b Make manual depend on doc.
Tweak some Sphinx/CMake stuff.
2010-07-20 13:24:28 +00:00
Matt Williams
5cbd0981eb Use the simper :doc: role over the :ref: role. 2010-07-16 09:10:33 +00:00
Matt Williams
9a19866cbe Add some examples of using the doxylink extension.
Add a documentation/install.rst which pulls in the content of INSTALL.txt
2010-07-15 17:21:19 +00:00
Matt Williams
a7944a7895 Minor tweaks to the INSTALL.txt 2010-07-14 13:52:59 +00:00
Matt Williams
3f4c90f7e1 Remove extraneous " 2010-07-14 13:09:05 +00:00
Matt Williams
8a3417461d Add information about building the manual to the INSTALL.txt 2010-07-14 12:44:08 +00:00
Matt Williams
5e62a35f42 Add a CMakeLists.txt which provides the 'manual' target for building the Sphinx documentation. This may require you to set the SPHINXBUILD_EXECUTABLE CMake variable to the sphinx-build executable
Change the file extension to 'rst' rather than 'txt' to avoid clashes with CMakeLists.txt and to help syntax highlighting.

Add the doxylink Sphinx extension from sphinx-contrib to provide Doxygen links.
2010-07-14 10:31:15 +00:00
David Williams
1ecb14104d Initial checkin of sphinx documentation. 2010-07-13 21:07:09 +00:00
David Williams
8d000e9235 Renamed getMidDensity() to getThreshold(). 2010-07-13 21:00:30 +00:00
David Williams
bffacbcb6a Basic support for VC++ prior to 2010. 2010-07-11 08:27:57 +00:00
David Williams
248c5f72fd Tidying up and Linux fixes for basic example. 2010-07-10 07:30:32 +00:00
David Williams
4478037edc Tidying up basic OpenGL example. 2010-07-09 22:17:23 +00:00
David Williams
c90766edce Added missing files for basic example. 2010-07-09 22:05:37 +00:00
David Williams
c906e71bc3 Tidying up basic OpenGL example. 2010-07-09 21:36:29 +00:00
Matt Williams
e8b10fd2b9 Add and cleanup some of the API documentation. 2010-07-05 15:57:24 +00:00
David Williams
2818311a94 Added initial version of new basic example. 2010-07-04 20:28:58 +00:00
Matt Williams
699043036b ...and update the docs to match. 2010-07-02 18:42:07 +00:00
Matt Williams
b6f64ea3f8 Put the Qt Help stuff in a different folder under the build directory. 2010-07-02 18:38:43 +00:00
Matt Williams
b00360d323 Make installing the docs OPTIONAL so that there's no error if the user runs 'make install' without having run 'make doc'. 2010-07-02 14:22:12 +00:00
Matt Williams
3e5eb69c13 Place the Doxygen API docs into the 'api' virtual Qt Help directory. 2010-07-02 14:06:23 +00:00
Matt Williams
c7514c975f More cleaning up of the Qt 'dependency'. Qt is now used by the tests, the OpenGL example and the documentation. These are of course all optional components. 2010-07-02 13:57:34 +00:00
Matt Williams
e470fc6b2e Fix up the docs to reflect the latest changes. 2010-07-02 11:00:49 +00:00
Matt Williams
0f786ede64 Make qcollectiongenerator even more optional. If both Doxygen and qcollectiongenerator are found then the HTML docs will be created and bundled into a Qt Help Collection. However, if qcollectiongenerator is not found, the HTML docs will still be created. 2010-07-02 10:51:54 +00:00
Matt Williams
765739f450 Move the find_package(Qt4...) bit into the root CMakeLists.txt file since it is used by both the tests and library subdirectories. 2010-07-02 10:49:47 +00:00
Matt Williams
11f47ba86d It seems VERBATIM is needed. 2010-07-01 15:40:44 +00:00
Matt Williams
1fac2a36a0 Nicer formatting for CMakeLists.txt and add some comments to polyvox.qhcp.in. 2010-07-01 14:27:31 +00:00
Matt Williams
2da20ff2ef Add warning message if QtTest could not be found. 2010-07-01 12:58:19 +00:00
Matt Williams
16ed15ee5f qcollectiongenerator (comes with Qt Assistant) is now also required for building the documentation. This allows us to open the Doxygen-generated docs in Qt Assistant and have them fully searchable. This should all work on Windows too as long as Doxygen is installed.
See the changes to INSTALL.txt for details of the change.
2010-07-01 12:57:37 +00:00
Matt Williams
d76a40d5c9 Fix generation of Qt Assistant documentation. It turns out that the namespace must be lowercase. 2010-06-30 16:51:50 +00:00
David Williams
73ff9e16b2 Fixes for build errors on Linux. 2010-06-29 20:58:42 +00:00
Matt Williams
c9a084e160 Very minor fixes to the INSTALL.txt file. 2010-06-29 15:32:35 +00:00
David Williams
bc0829b4f9 Added smoothRegion function to smooth part of a volume. 2010-06-28 17:50:53 +00:00
David Williams
b44b06c1af Added missing dummy file. 2010-06-25 22:28:20 +00:00
David Williams
254fa3329e PolyVox and Thermite3D now support the use of a density component as well as a material component for each voxel. 2010-06-25 21:41:13 +00:00
David Williams
29928b774d Bounds check added to get/setVoxelAt. 2010-06-15 20:32:14 +00:00
Matt Williams
d0ebd53407 Tweak INSTALL.txt 2010-05-28 11:02:21 +00:00
Matt Williams
71087d7335 Fix for finding PolyVox on Linux 2010-05-28 10:41:08 +00:00
Matt Williams
948508982c Update INSTALL.txt to detail requirements and remove references to
optional C++0x mode.
2010-05-27 15:29:24 +00:00
Matt Williams
7a3f3b2b28 Fix compilation on GCC 2010-05-24 20:12:09 +00:00
David Williams
7ffcd0c7ed Move to VS 2010.
Update to Ogre SDK 1.7.1
Removed support for compilers which don't adhere to C++0X
2010-05-23 21:51:34 +00:00
David Williams
e1dde122a7 Added documentation for Array class. 2010-04-13 21:36:07 +00:00
David Williams
9e2f78a2f4 Split Array into separate .h and .inl files. 2010-04-13 20:24:14 +00:00
David Williams
86f3f7e644 Accepted GCC fix. 2010-04-11 23:19:58 +00:00
Matt Williams
2f084686f0 GCC was complaining about the extra qualification here. I've only commented it out to make it clear what I did.
I also needed to include cassert header to handle assert()s in templates.
Fixed compilation on Linux.
2010-03-30 10:52:03 +00:00
David Williams
3e1c07550b More work on multidimensional Array class. 2010-03-28 23:18:50 +00:00
David Williams
834b747171 Work on subarrays and some comments. 2010-03-28 22:18:52 +00:00
David Williams
a9b8e5b0cf Moved some stuff from Array to SubArray. 2010-03-28 22:04:17 +00:00
David Williams
9485706e52 Committing missing files.
Fixed inconsistent line endings.
2010-03-28 01:10:59 +00:00
David Williams
5e687fbd58 Added unit test for Array class. 2010-03-28 00:11:41 +00:00
David Williams
8240d477bd Documentation for ArraySizes. 2010-03-27 23:45:41 +00:00