Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 3.4
  • 3.3
  • 3.3.9
  • 3.2
  • 3.1
  • 3.0
  • 2.0
  • 3.4.0
  • starting_new_generickernels
  • starting_new_packmapcalculator
  • 3.4-rc1
  • before-3.4
  • 3.3.9
  • 3.3.8
  • 3.3.8-rc1
  • before-git-migration
  • 3.3.7
  • 3.3.6
  • 3.3.5
  • 3.3.4
  • 3.3.3
  • 3.3.2
  • 3.3.1
  • 3.3.0
  • 3.3-rc2
  • 3.2.10
  • 3.3-rc1
28 results

failtest

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    History
    Name Last commit Last update
    ..
    CMakeLists.txt
    bdcsvd_int.cpp
    block_nonconst_ctor_on_const_xpr_0.cpp
    block_nonconst_ctor_on_const_xpr_1.cpp
    block_nonconst_ctor_on_const_xpr_2.cpp
    block_on_const_type_actually_const_0.cpp
    block_on_const_type_actually_const_1.cpp
    colpivqr_int.cpp
    const_qualified_block_method_retval_0.cpp
    const_qualified_block_method_retval_1.cpp
    const_qualified_diagonal_method_retval.cpp
    const_qualified_transpose_method_retval.cpp
    cwiseunaryview_nonconst_ctor_on_const_xpr.cpp
    cwiseunaryview_on_const_type_actually_const.cpp
    diagonal_nonconst_ctor_on_const_xpr.cpp
    diagonal_on_const_type_actually_const.cpp
    eigensolver_cplx.cpp
    eigensolver_int.cpp
    failtest_sanity_check.cpp
    fullpivlu_int.cpp
    fullpivqr_int.cpp
    initializer_list_1.cpp
    initializer_list_2.cpp
    jacobisvd_int.cpp
    ldlt_int.cpp
    llt_int.cpp
    map_nonconst_ctor_on_const_ptr_0.cpp
    map_nonconst_ctor_on_const_ptr_1.cpp
    map_nonconst_ctor_on_const_ptr_2.cpp
    map_nonconst_ctor_on_const_ptr_3.cpp
    map_nonconst_ctor_on_const_ptr_4.cpp
    map_on_const_type_actually_const_0.cpp
    map_on_const_type_actually_const_1.cpp
    partialpivlu_int.cpp
    qr_int.cpp
    ref_1.cpp
    ref_2.cpp
    ref_3.cpp
    ref_4.cpp
    ref_5.cpp
    selfadjointview_nonconst_ctor_on_const_xpr.cpp
    selfadjointview_on_const_type_actually_const.cpp
    sparse_ref_1.cpp
    sparse_ref_2.cpp
    sparse_ref_3.cpp
    sparse_ref_4.cpp
    sparse_ref_5.cpp
    sparse_storage_mismatch.cpp
    swap_1.cpp
    swap_2.cpp
    ternary_1.cpp
    ternary_2.cpp
    transpose_nonconst_ctor_on_const_xpr.cpp
    transpose_on_const_type_actually_const.cpp
    triangularview_nonconst_ctor_on_const_xpr.cpp
    triangularview_on_const_type_actually_const.cpp