aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc
Commit message (Collapse)AuthorAge
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| | | | | * bump version to 2.91.0 * add FindEigen3.cmake
* doxygen : exclude diff filesGravatar Thomas Capricelli2009-11-10
|
* merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
|\
* | remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
| |
| * example fileGravatar Mark Borgerding2009-06-10
|/
* remove unsupported/doc from make's "all" targetGravatar Gael Guennebaud2009-04-23
|
* not compilable with msvc :(Gravatar Christian Ehrlicher2009-04-15
|
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
| | | | (I thought I committed it a week ago but it seems the command failed)
* add optimization flag for MSVC and heavy testsGravatar Gael Guennebaud2009-02-05
| | | | remove unsupported namespace
* nothing interesting to seeGravatar Gael Guennebaud2009-02-04
|
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
| | | | | | | | The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit.
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
by tweaking the filename and adding 2 categories: Troubleshooting and Advanced * use the EXCLUDE_SYMBOLS to clean the class list (insteaded of a homemade bash script) * remove the broken "exemple list" * re-structure the unsupported directory as mentionned in the ML and integrate the doc as follow: - snippets of the unsupported directory are directly imported from the main snippets/CMakefile.txt (no need to duplicate code) - add a top level "Unsupported modules" group - unsupported modules have to defined their own sub group and nest it using \ingroup Unsupported_modules - then a pair of //@{ //@} will put everything in the submodule - this is just a proposal !