Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
6a42e6f6
Commit
6a42e6f6
authored
Oct 20, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/developer: require C++11
parent
75ba961e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
+6
-13
INSTALL
INSTALL
+1
-1
developer.xml
doc/developer.xml
+5
-12
No files found.
INSTALL
View file @
6a42e6f6
...
...
@@ -11,7 +11,7 @@ Dependencies
------------
gcc - http://gcc.gnu.org/
Any other C
99
compliant compiler should also work.
Any other C
++11
compliant compiler should also work.
GLib 2.28 - http://www.gtk.org/
General-purpose utility library.
...
...
doc/developer.xml
View file @
6a42e6f6
...
...
@@ -32,23 +32,16 @@
<listitem>
<para>
don't write CPP when you can write C
: use inline functions
and enums
instead of macros
don't write CPP when you can write C
++: use inline
functions and constexpr
instead of macros
</para>
</listitem>
<listitem>
<para>
the code should be C99 compliant, and must compile with
<application>
GCC
</application>
;
<application>
clang
</application>
support is highly desirable
</para>
</listitem>
<listitem>
<para>
C++ is ok (for integrating C++ only libraries), but it
should be avoided
the code should be C++11 compliant, and must compile with
<application>
GCC
</application>
4.6 and
<application>
clang
</application>
3.2
</para>
</listitem>
...
...
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