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
bb80e68f
Commit
bb80e68f
authored
Feb 22, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test_unique_ptr_member' into pr2672_use_smart_holder_as_default
parents
677ec875
920c633b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/ci.yml
+6
-6
.github/workflows/configure.yml
+1
-1
docs/faq.rst
+1
-1
No files found.
.github/workflows/ci.yml
View file @
bb80e68f
...
@@ -71,7 +71,7 @@ jobs:
...
@@ -71,7 +71,7 @@ jobs:
run
:
echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
run
:
echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Cache wheels
-
name
:
Cache wheels
if
:
runner.os == 'macOS'
if
:
runner.os == 'macOS'
...
@@ -189,7 +189,7 @@ jobs:
...
@@ -189,7 +189,7 @@ jobs:
debug
:
${{ matrix.python-debug }}
debug
:
${{ matrix.python-debug }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Valgrind cache
-
name
:
Valgrind cache
if
:
matrix.valgrind
if
:
matrix.valgrind
...
@@ -441,7 +441,7 @@ jobs:
...
@@ -441,7 +441,7 @@ jobs:
run
:
python3 -m pip install --upgrade pip
run
:
python3 -m pip install --upgrade pip
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Configure
-
name
:
Configure
shell
:
bash
shell
:
bash
...
@@ -723,7 +723,7 @@ jobs:
...
@@ -723,7 +723,7 @@ jobs:
architecture
:
x86
architecture
:
x86
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -769,7 +769,7 @@ jobs:
...
@@ -769,7 +769,7 @@ jobs:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -823,7 +823,7 @@ jobs:
...
@@ -823,7 +823,7 @@ jobs:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Prepare env
-
name
:
Prepare env
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
...
...
.github/workflows/configure.yml
View file @
bb80e68f
...
@@ -55,7 +55,7 @@ jobs:
...
@@ -55,7 +55,7 @@ jobs:
# An action for adding a specific version of CMake:
# An action for adding a specific version of CMake:
# https://github.com/jwlawson/actions-setup-cmake
# https://github.com/jwlawson/actions-setup-cmake
-
name
:
Setup CMake ${{ matrix.cmake }}
-
name
:
Setup CMake ${{ matrix.cmake }}
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
with
:
with
:
cmake-version
:
${{ matrix.cmake }}
cmake-version
:
${{ matrix.cmake }}
...
...
docs/faq.rst
View file @
bb80e68f
...
@@ -169,7 +169,7 @@ can be changed, but even if it isn't it is not always enough to guarantee
...
@@ -169,7 +169,7 @@ can be changed, but even if it isn't it is not always enough to guarantee
complete independence of the symbols involved when not using
complete independence of the symbols involved when not using
``-fvisibility=hidden``.
``-fvisibility=hidden``.
Additionally, ``-fvisiblity=hidden`` can deliver considerably binary size
Additionally, ``-fvisib
i
lity=hidden`` can deliver considerably binary size
savings. (See the following section for more details).
savings. (See the following section for more details).
...
...
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