aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/special_examples
Commit message (Collapse)AuthorAge
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* Unify c++11 usage in doc's examples and snippetsGravatar Gael Guennebaud2018-10-08
|
* Fiw some warnings in dox examplesGravatar Gael Guennebaud2018-06-07
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Simplify CwiseNullaryOp example.Gravatar Gael Guennebaud2016-08-31
|
* Fix warning.Gravatar Gael Guennebaud2015-10-29
|
* Fix trivial warnings.Gravatar Gael Guennebaud2015-07-20
|
* Make html directory before generating output image thereGravatar Deanna Hood2015-03-18
|
* Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated ↵Gravatar Georg Drenkhahn2014-08-22
| | | | | | LOCATION target property. Small whitespace cleanup in CMakelLists.txt.
* Add an example showing how to use C++11 random distributionsGravatar Gael Guennebaud2014-01-07
|
* bug #638: fix typos in sparse tutorialGravatar Gael Guennebaud2013-08-12
|
* fix bug #499: the image was missing because of a dependency issue when ↵Gravatar Gael Guennebaud2012-08-27
| | | | building/executing the "special" examples
* significantly extend the tutorial of sparse matricesGravatar Gael Guennebaud2012-06-20