Skip to content
Snippets Groups Projects
  1. Aug 25, 2021
    • Antonio Sanchez's avatar
      Bump CMake files to at least c++11. · eeacbd26
      Antonio Sanchez authored
      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.
      eeacbd26
  2. Mar 23, 2020
  3. Jan 21, 2019
  4. Dec 12, 2018
  5. Sep 09, 2015
  6. Jun 08, 2015
  7. Mar 13, 2015
  8. Feb 09, 2015
  9. Nov 06, 2014
  10. Nov 05, 2014
  11. Sep 23, 2014
  12. Feb 06, 2011
  13. Feb 05, 2011
Loading