aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
Commit message (Expand)AuthorAge
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* -add quotes around the configured directories so build dirs with spaces produ...Gravatar Alexander Neundorf2008-12-02
* -use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...Gravatar Alexander Neundorf2008-12-02
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* tutorial: add array module warnings when neededGravatar Gael Guennebaud2008-11-17
* same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport.Gravatar Benoit Jacob2008-08-31
* also use EIGEN_SOURCE_DIR here. according to grep this was the last place toGravatar Benoit Jacob2008-08-31
* tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh scriptGravatar Gael Guennebaud2008-08-29
* * temporarily remove doxygen customization, we'll see if that fix api.kde.orgGravatar Gael Guennebaud2008-08-28
* * missing cmake make_directory commandGravatar Benoit Jacob2008-08-27
* Various doc improvements... including a owl in the API doc header.Gravatar Gael Guennebaud2008-08-25
* Documentation: fill the placeholders, add a custom CSS file,Gravatar Gael Guennebaud2008-08-24
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* fix building of examplesGravatar Gael Guennebaud2008-06-03
* - get the doc of the enums in MatrixBase rightGravatar Benoit Jacob2008-06-03
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02
* work around Doxygen bug triggered by r814874, which caused many classes to di...Gravatar Benoit Jacob2008-06-02
* doc improvements: fix linking in Mainpage.dox, improved Doxyfile.inGravatar Benoit Jacob2008-06-02
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* removed "sort brief" in doxygen documentationGravatar Gael Guennebaud2008-05-08
* - expand MathFunctions.h to provide more functions, like exp, log...Gravatar Benoit Jacob2008-03-14
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* release alpha4, Gael editionGravatar Benoit Jacob2008-02-29
* alpha 3.1. in this commit:Gravatar Benoit Jacob2008-01-15
* final fixes and updates for alpha3Gravatar Benoit Jacob2008-01-13
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* matrix storage order can now also be row-dominant (choosable for each matrix ...Gravatar Benoit Jacob2007-12-27
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24
* 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
* first version of CMakeLists auto-generating examples outputsGravatar Benoit Jacob2007-12-21