aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
Commit message (Collapse)AuthorAge
* everything works, make now runs doxygen once and only once, after allGravatar Benoit Jacob2007-12-21
| | | | the required files have been generated.
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
| | | | and this is already used to document DynBlock
* now cmake takes snippets of code, completes them into compilable sources, ↵Gravatar Benoit Jacob2007-12-21
| | | | | | builds them, executes them and stores their output in files.
* 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
| | | | an explanation of how to generate the docs
* add example to the documentationGravatar Benoit Jacob2007-09-28
|
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07
add tutorial in doc/ subdirectory.