Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
86f275e1
Commit
86f275e1
authored
Mar 17, 2018
by
louiz’
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "C++17"
This reverts commit
3f088e7b
.
parent
03714c6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
INSTALL.rst
INSTALL.rst
+1
-1
README.rst
README.rst
+1
-1
No files found.
CMakeLists.txt
View file @
86f275e1
...
...
@@ -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++1
z
-pedantic -Wall -Wextra -Wconversion -fvisibility=hidden -fvisibility-inlines-hidden"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1
y
-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
()
...
...
INSTALL.rst
View file @
86f275e1
...
...
@@ -16,7 +16,7 @@ Build and runtime dependencies:
Tools:
~~~~~~
- A C++1
7 compiler (clang >= 4.0 or gcc >= 7
.0 for example)
- A C++1
4 compiler (clang >= 3.4 or gcc >= 5
.0 for example)
- CMake
- pandoc (optional) to build the man page
...
...
README.rst
View file @
86f275e1
...
...
@@ -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++1
7
and makes great efforts to have as little
It is written in modern C++1
4
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
...
...
louiz’
@louiz
mentioned in commit
b956b9d1
·
Mar 17, 2018
mentioned in commit
b956b9d1
mentioned in commit b956b9d1aa27ac71432839e286f3db0a19aebf6b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment