index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
*
Fix bug #961: eigen-doc.tgz included part of itself.
Gael Guennebaud
2015-02-18
*
bug #804: copy group__TopicUnalignedArrayAssert.html to TopicUnalignedArrayAs...
Gael Guennebaud
2014-09-07
*
bug #138: Make building of internal documentation configurable via cmake flag
Christoph Hertzberg
2014-07-18
*
Require at least cmake version 2.8.2 (bug #606).
Jitse Niesen
2013-06-17
*
update unsupported module documentation to be conformed with new documentatio...
Gael Guennebaud
2013-01-11
*
Big changes in Eigen documentation:
Gael Guennebaud
2013-01-05
*
fix bug #499: the image was missing because of a dependency issue when buildi...
Gael Guennebaud
2012-08-27
*
simplify eigen-doc.tgz file generation, and make it more future proof
Gael Guennebaud
2012-08-27
*
significantly extend the tutorial of sparse matrices
Gael Guennebaud
2012-06-20
*
Automatically produce a tgz archive of the documentation.
Gael Guennebaud
2011-11-05
*
introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examples
Benoit Jacob
2011-02-06
*
Fixed the bad fix - now the unsupported examples and snippets work on windows.
Hauke Heibel
2009-12-11
*
Reverted Jitse's change - the targets unsupported_examples and unsupported_sn...
Hauke Heibel
2009-12-11
*
Various improvements to the docs for unsupported.
Jitse Niesen
2009-12-07
*
Added cmake project definitions.
Hauke Heibel
2009-10-02
*
* added missing project definition (see doc of add_subdirectory and EXCLUDE_F...
Hauke Heibel
2009-05-17
*
Add BVH module in unsupported (patch from Ilya Baran)
Gael Guennebaud
2009-03-18
*
fix doxygen generation of unsupported modules
Gael Guennebaud
2009-03-11
*
add the ASCII quick reference made by Kier
Gael Guennebaud
2009-02-18
*
setup the unsupported directory structure.
Gael Guennebaud
2009-02-04
*
* classify and sort the doxygen "related pages"
Gael Guennebaud
2009-02-04
*
Use an aligned IOFormat in the docs
Benoit Jacob
2008-12-06
*
prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...
Gael Guennebaud
2008-12-02
*
-use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...
Alexander Neundorf
2008-12-02
*
fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now use
Benoit Jacob
2008-08-31
*
doc and use sed to clean the class hierarchy instead of
Gael Guennebaud
2008-08-28
*
* missing cmake make_directory command
Benoit Jacob
2008-08-27
*
* remove debug code commited by mistake in Assign
Gael Guennebaud
2008-08-26
*
Various doc improvements... including a owl in the API doc header.
Gael Guennebaud
2008-08-25
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
* find the proper way of nesting the expression in Flagged:
Benoit Jacob
2008-05-28
*
everything works, make now runs doxygen once and only once, after all
Benoit Jacob
2007-12-21
*
now we also have a examples/ directory for self-contained examples,
Benoit Jacob
2007-12-21
*
now cmake takes snippets of code, completes them into compilable sources, bui...
Benoit Jacob
2007-12-21
*
first version of CMakeLists auto-generating examples outputs
Benoit Jacob
2007-12-21
*
move the documentation to doc/, add dummy documentation to srcdir/ compiling to
Benoit Jacob
2007-12-21
*
add example to the documentation
Benoit Jacob
2007-09-28
*
add operator *= between matrices, with automatic aliasing.
Benoit Jacob
2007-09-07