~singpolyma/biboumi

86f275e111d2fb18a2b55b87fd4e54a06d852816 — louiz’ 5 years ago 03714c6
Revert "C++17"

This reverts commit 3f088e7b3a1467a88e7c5ff9fb60dc4609d2bfa3.
3 files changed, 3 insertions(+), 3 deletions(-)

M CMakeLists.txt
M INSTALL.rst
M README.rst
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 30,7 30,7 @@ find_library(LIBUBSAN NAMES ubsan libubsan.so.0)
#
## Set various debug flags (instrumentation libs, coverage, …)
#
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1z -pedantic -Wall -Wextra -Wconversion -fvisibility=hidden -fvisibility-inlines-hidden")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra -Wconversion -fvisibility=hidden -fvisibility-inlines-hidden")
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
  set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fprofile-arcs -ftest-coverage --coverage")
endif()

M INSTALL.rst => INSTALL.rst +1 -1
@@ 16,7 16,7 @@ Build and runtime dependencies:
Tools:
~~~~~~

- A C++17 compiler (clang >= 4.0 or gcc >= 7.0 for example)
- A C++14 compiler (clang >= 3.4 or gcc >= 5.0 for example)
- CMake
- pandoc (optional) to build the man page


M README.rst => README.rst +1 -1
@@ 14,7 14,7 @@ Biboumi is an XMPP gateway that connects to IRC servers and translates
between the two protocols. It can be used to access IRC channels using any
XMPP client as if these channels were XMPP MUCs.

It is written in modern C++17 and makes great efforts to have as little
It is written in modern C++14 and makes great efforts to have as little
dependencies and to be as simple as possible.

The goal is to provide a way to access most of IRC features using any XMPP