Commits

Tweak some spelling and add some links

Commits (kardoon) - Tue, 07/27/2010 - 15:31
Commit by kardoon :: r1143 /PolyVox/trunk/documentation/index.rst: (link) Tweak some spelling and add some links
Categories: Commits

Update doxylink to ignore links to nodes it can't find.

Commits (kardoon) - Tue, 07/27/2010 - 15:27
Commit by kardoon :: r1142 /PolyVox/trunk/documentation/_extensions/sphinxcontrib/doxylink.py: (link) Update doxylink to ignore links to nodes it can't find.
Categories: Commits

Make the tests only link against QtTest (i.e. not QtGui) so that they can be run...

Commits (kardoon) - Wed, 07/21/2010 - 16:14
Commit by kardoon :: r1141 /PolyVox/trunk/tests/CMakeLists.txt: (link) Make the tests only link against QtTest (i.e. not QtGui) so that they can be run outside of X11.
Categories: Commits

Make `manual` depend on `doc`. Tweak some Sphinx/CMake stuff.

Commits (kardoon) - Tue, 07/20/2010 - 14:24
Commit by kardoon :: r1140 /PolyVox/trunk/documentation/ (CMakeLists.txt conf.in.py index.rst): (link) Make `manual` depend on `doc`.
Tweak some Sphinx/CMake stuff.
Categories: Commits

Use the simper :doc: role over the :ref: role.

Commits (kardoon) - Fri, 07/16/2010 - 10:10
Commit by kardoon :: r1139 /PolyVox/trunk/documentation/ (index.rst install.rst): (link) Use the simper :doc: role over the :ref: role.
Categories: Commits

Add some examples of using the doxylink extension. Add a...

Commits (kardoon) - Thu, 07/15/2010 - 18:21
Commit by kardoon :: r1138 /PolyVox/trunk/documentation/ (index.rst install.rst): (link) Add some examples of using the doxylink extension.

Add a documentation/install.rst which pulls in the content of INSTALL.txt
Categories: Commits

Minor tweaks to the INSTALL.txt

Commits (kardoon) - Wed, 07/14/2010 - 14:53
Commit by kardoon :: r1137 /PolyVox/trunk/INSTALL.txt: (link) Minor tweaks to the INSTALL.txt
Categories: Commits

Remove extraneous "

Commits (kardoon) - Wed, 07/14/2010 - 14:09
Commit by kardoon :: r1136 /PolyVox/trunk/documentation/CMakeLists.txt: (link) Remove extraneous "
Categories: Commits

Initial commit of doxylink extension. Doxylink is a Sphinx extension to allow...

Commits (milliams) - Wed, 07/14/2010 - 13:49
Commit by milliams :: 65308312f004 r146 / (7 files in 3 dirs): (link) Initial commit of doxylink extension.

Doxylink is a Sphinx extension to allow linking to Doxygen generated HTML documentation from within Sphinx by parsing the Doxygen tag file.
Categories: Commits

Add information about building the manual to the INSTALL.txt

Commits (kardoon) - Wed, 07/14/2010 - 13:44
Commit by kardoon :: r1135 /PolyVox/trunk/ (3 files in 2 dirs): (link) Add information about building the manual to the INSTALL.txt
Categories: Commits

Add a CMakeLists.txt which provides the 'manual' target for building the Sphinx...

Commits (kardoon) - Wed, 07/14/2010 - 11:31
Commit by kardoon :: r1134 /PolyVox/trunk/ (11 files in 4 dirs): (link) 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.
Categories: Commits

Add and cleanup some of the API documentation.

Commits (kardoon) - Mon, 07/05/2010 - 16:57
Commit by kardoon :: r1126 /PolyVox/trunk/library/ (8 files in 2 dirs): (link) Add and cleanup some of the API documentation.
Categories: Commits

...and update the docs to match.

Commits (kardoon) - Fri, 07/02/2010 - 19:42
Commit by kardoon :: r1124 /PolyVox/trunk/INSTALL.txt: (link) ...and update the docs to match.
Categories: Commits

Put the Qt Help stuff in a different folder under the build directory.

Commits (kardoon) - Fri, 07/02/2010 - 19:38
Commit by kardoon :: r1123 /PolyVox/trunk/library/ (CMakeLists.txt polyvox.qhcp.in): (link) Put the Qt Help stuff in a different folder under the build directory.
Categories: Commits

Make installing the docs OPTIONAL so that there's no error if the user runs...

Commits (kardoon) - Fri, 07/02/2010 - 15:22
Commit by kardoon :: r1122 /PolyVox/trunk/library/CMakeLists.txt: (link) Make installing the docs OPTIONAL so that there's no error if the user runs 'make install' without having run 'make doc'.
Categories: Commits

Place the Doxygen API docs into the 'api' virtual Qt Help directory.

Commits (kardoon) - Fri, 07/02/2010 - 15:06
Commit by kardoon :: r1121 /PolyVox/trunk/library/ (Doxyfile.in polyvox.qhcp.in): (link) Place the Doxygen API docs into the 'api' virtual Qt Help directory.
Categories: Commits

More cleaning up of the Qt 'dependency'. Qt is now used by the tests, the OpenGL...

Commits (kardoon) - Fri, 07/02/2010 - 14:57
Commit by kardoon :: r1120 /PolyVox/trunk/ (3 files in 3 dirs): (link) 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.
Categories: Commits

Fix up the docs to reflect the latest changes.

Commits (kardoon) - Fri, 07/02/2010 - 12:00
Commit by kardoon :: r1119 /PolyVox/trunk/ (3 files in 2 dirs): (link) Fix up the docs to reflect the latest changes.
Categories: Commits

Make qcollectiongenerator even more optional. If both Doxygen and...

Commits (kardoon) - Fri, 07/02/2010 - 11:52
Commit by kardoon :: r1118 /PolyVox/trunk/library/CMakeLists.txt: (link) 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.
Categories: Commits

Move the find_package(Qt4...) bit into the root CMakeLists.txt file since it is...

Commits (kardoon) - Fri, 07/02/2010 - 11:49
Commit by kardoon :: r1117 /PolyVox/trunk/ (CMakeLists.txt tests/CMakeLists.txt): (link) Move the find_package(Qt4...) bit into the root CMakeLists.txt file since it is used by both the tests and library subdirectories.
Categories: Commits
Syndicate content