Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
240e4044
Commit
240e4044
authored
Feb 20, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added note about supported compiler versions
parent
80c2451a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
README.md
+8
-1
docs/intro.rst
+9
-1
No files found.
README.md
View file @
240e4044
...
...
@@ -75,9 +75,16 @@ In addition to the core functionality, pybind11 provides some extra goodies:
equivalent bindings generated by Boost.Python.
-
When supported by the compiler, two new C++14 features (relaxed constexpr and
return value deduction) are used to
deduc
e function signatures at compile
return value deduction) are used to
precomput
e function signatures at compile
time, leading to smaller binaries.
## Supported compilers
1.
Clang/LLVM (any non-ancient version with C++11 support)
2.
GCC (any non-ancient version with C++11 support)
3.
Microsoft Visual Studio 2015 or newer
4.
Intel C++ compiler v15 or newer
### License
pybind11 is provided under a BSD-style license that can be found in the
...
...
docs/intro.rst
View file @
240e4044
...
...
@@ -71,5 +71,13 @@ In addition to the core functionality, pybind11 provides some extra goodies:
equivalent bindings generated by Boost.Python.
- When supported by the compiler, two new C++14 features (relaxed constexpr and
return value deduction) are used to
deduc
e function signatures at compile
return value deduction) are used to
precomput
e function signatures at compile
time, leading to smaller binaries.
Supported compilers
*******************
1. Clang/LLVM (any non-ancient version with C++11 support)
2. GCC (any non-ancient version with C++11 support)
3. Microsoft Visual Studio 2015 or newer
4. Intel C++ compiler v15 or newer
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