aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
Commit message (Expand)AuthorAge
* Enable MathJax in Doxygen.inGravatar Martin Vonheim Larsen2020-11-16
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* Do not keep latex logsGravatar Bernhard M. Wiedemann2019-02-27
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Unify c++11 usage in doc's examples and snippetsGravatar Gael Guennebaud2018-10-08
* Add some doxygen's images to support both old and recent doxygen versionsGravatar Gael Guennebaud2016-07-12
* Fix bug #961: eigen-doc.tgz included part of itself.Gravatar Gael Guennebaud2015-02-18
* bug #804: copy group__TopicUnalignedArrayAssert.html to TopicUnalignedArrayAs...Gravatar Gael Guennebaud2014-09-07
* bug #138: Make building of internal documentation configurable via cmake flagGravatar Christoph Hertzberg2014-07-18
* Require at least cmake version 2.8.2 (bug #606).Gravatar Jitse Niesen2013-06-17
* update unsupported module documentation to be conformed with new documentatio...Gravatar Gael Guennebaud2013-01-11
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* fix bug #499: the image was missing because of a dependency issue when buildi...Gravatar Gael Guennebaud2012-08-27
* simplify eigen-doc.tgz file generation, and make it more future proofGravatar Gael Guennebaud2012-08-27
* significantly extend the tutorial of sparse matricesGravatar Gael Guennebaud2012-06-20
* Automatically produce a tgz archive of the documentation.Gravatar Gael Guennebaud2011-11-05
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
* Fixed the bad fix - now the unsupported examples and snippets work on windows.Gravatar Hauke Heibel2009-12-11
* Reverted Jitse's change - the targets unsupported_examples and unsupported_sn...Gravatar Hauke Heibel2009-12-11
* Various improvements to the docs for unsupported.Gravatar Jitse Niesen2009-12-07
* Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
* * added missing project definition (see doc of add_subdirectory and EXCLUDE_F...Gravatar Hauke Heibel2009-05-17
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
* fix doxygen generation of unsupported modulesGravatar Gael Guennebaud2009-03-11
* add the ASCII quick reference made by KierGravatar Gael Guennebaud2009-02-18
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* -use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...Gravatar Alexander Neundorf2008-12-02
* fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now useGravatar Benoit Jacob2008-08-31
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * missing cmake make_directory commandGravatar Benoit Jacob2008-08-27
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* Various doc improvements... including a owl in the API doc header.Gravatar Gael Guennebaud2008-08-25
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* everything works, make now runs doxygen once and only once, after allGravatar Benoit Jacob2007-12-21
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
* now cmake takes snippets of code, completes them into compilable sources, bui...Gravatar Benoit Jacob2007-12-21
* first version of CMakeLists auto-generating examples outputsGravatar Benoit Jacob2007-12-21
* move the documentation to doc/, add dummy documentation to srcdir/ compiling toGravatar Benoit Jacob2007-12-21
* add example to the documentationGravatar Benoit Jacob2007-09-28
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07