Skip to content

Commit

Permalink
Merge pull request #3033 from heplesser/fix11
Browse files Browse the repository at this point in the history
Remove last mentions of C++11 as default
  • Loading branch information
heplesser authored Dec 11, 2023
2 parents ee575c7 + 621396d commit 098b06c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nestbuildmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: "Run cppcheck..."
run: |
cppcheck --enable=all --language=c++ --std=c++11 -i sli/ --suppressions-list=.cppcheck_suppressions ./
cppcheck --enable=all --language=c++ --std=c++17 -i sli/ --suppressions-list=.cppcheck_suppressions ./
rstcheck:
runs-on: "ubuntu-20.04"
Expand Down
189 changes: 0 additions & 189 deletions cmake/Platform/JURON_Base.cmake

This file was deleted.

43 changes: 0 additions & 43 deletions cmake/Platform/JURON_Clang.cmake

This file was deleted.

32 changes: 0 additions & 32 deletions cmake/Platform/JURON_GCC.cmake

This file was deleted.

46 changes: 0 additions & 46 deletions cmake/Platform/JURON_XL.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion doc/htmldoc/developer_space/workflows/nest_with_ides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Setting up the project

a. *Cmake: Build Directory* to ``${workspaceFolder}/../build``
#. *Cmake: Install Prefix* to ``${workspaceFolder}/../build/install``
#. *Cpp Standard* to ``c++11``
#. *Cpp Standard* to ``c++17``

#. In the source directory, open ``.vscode/c_cpp_properties.json``, and add

Expand Down
2 changes: 1 addition & 1 deletion doc/htmldoc/installation/cmake_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Generic build configuration
| ``-Dwith-intel-compiler-flags=[OFF|<list;of;flags>]``| User defined flags for the Intel compiler |
| | [default='-fp-model strict']. Separate multiple flags by ';'. |
+------------------------------------------------------+------------------------------------------------------------------+
| ``-Dwith-cpp-std=[<C++ standard>]`` | C++ standard to use for compilation [default='c++11']. |
| ``-Dwith-cpp-std=[<C++ standard>]`` | C++ standard to use for compilation [default='c++17']. |
+------------------------------------------------------+------------------------------------------------------------------+
| ``-Dwith-libraries=[OFF|<list;of;libraries>]`` | Link additional libraries [default=OFF]. Give full path. Separate|
| | multiple libraries by ';'. |
Expand Down
40 changes: 0 additions & 40 deletions nestkernel/save_doc_fmt.txt

This file was deleted.

0 comments on commit 098b06c

Please sign in to comment.