Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update page to explain how to get rid of it | Benoit Jacob | 2009-09-18 |
| | |||
* | some docs improvements | Benoit Jacob | 2009-07-05 |
| | |||
* | document the "wrong stack alignment" issue. | Benoit Jacob | 2009-06-21 |
| | |||
* | * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) | Gael Guennebaud | 2009-02-17 |
| | | | | | | | | * extend PartialRedux::cross() to any matrix sizes with automatic vectorization when possible * unit tests: add "geo_" prefix to all unit tests related to the geometry module and start splitting the big "geometry.cpp" tests to multiple smaller ones (also include new tests) | ||
* | * classify and sort the doxygen "related pages" | Gael Guennebaud | 2009-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 ! |