Commit Graph
15 Commits
Author SHA1 Message Date
Erik Schultheis 39a6aff16c get rid of using namespace Eigen in sample code 2021-12-07 19:57:38 +00:00
Antonio Sanchez eeacbd26c8 Bump CMake files to at least c++11.
Removed all configurations that explicitly test or set the c++ standard
flags. The only place the standard is now configured is at the top of
the main `CMakeLists.txt` file, which can easily be updated (e.g. if
we decide to move to c++14+). This can also be set via command-line using
```
> cmake -DCMAKE_CXX_STANDARD 14
```

Kept the `EIGEN_TEST_CXX11` flag for now - that still controls whether to
build/run the `cxx11_*` tests.  We will likely end up renaming these
tests and removing the `CXX11` subfolder.
2021-08-25 20:07:48 +00:00
Hans Johnson 6fb3e5f176 STYLE: Remove CMake-language block-end command arguments
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.
2019-10-31 11:36:27 -05:00
Gael Guennebaud aa5820056e Unify c++11 usage in doc's examples and snippets 2018-10-08 17:32:54 +02:00
Gael Guennebaud c25034710e Fiw some warnings in dox examples 2018-06-07 16:09:22 +02:00
luz.paz e3912f5e63 MIsc. source and comment typos
Found using `codespell` and `grep` from downstream FreeCAD
2018-03-11 10:01:44 -04:00
Gael Guennebaud 7ae819123c Simplify CwiseNullaryOp example. 2016-08-31 15:46:04 +02:00
Gael Guennebaud 05a0ee25df Fix warning. 2015-10-29 21:06:07 +01:00
Gael Guennebaud 2d93060291 Fix trivial warnings. 2015-07-20 13:55:48 +02:00
Deanna Hood 2ab4922431 Make html directory before generating output image there 2015-03-18 07:24:13 +10:00
Georg Drenkhahn 0ba490cf80 Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated LOCATION target property.
Small whitespace cleanup in CMakelLists.txt.
2014-08-22 12:13:07 +02:00
Gael Guennebaud 92190a1caf Add an example showing how to use C++11 random distributions 2014-01-07 20:23:35 +01:00
Gael Guennebaud 956251b738 bug #638: fix typos in sparse tutorial 2013-08-12 13:37:47 +02:00
Gael Guennebaud 75435079ca fix bug #499: the image was missing because of a dependency issue when building/executing the "special" examples 2012-08-27 11:11:25 +02:00
Gael Guennebaud 52dce0c126 significantly extend the tutorial of sparse matrices 2012-06-20 09:28:32 +02:00