Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
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_abseil
Commits
87838338
Commit
87838338
authored
Aug 15, 2023
by
Ralf W. Grosse-Kunstleve
Committed by
Copybara-Service
Aug 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor whitespace cleanup.
PiperOrigin-RevId: 557291840
parent
57fb4c7c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
12 deletions
+5
-12
.github/workflows/actions.yml
+1
-2
pybind11_abseil/CMakeLists.txt
+1
-2
pybind11_abseil/cpp_capsule_tools/CMakeLists.txt
+1
-2
pybind11_abseil/tests/CMakeLists.txt
+1
-2
scripts/build_and_run_tests_bazel.sh
+0
-2
scripts/build_and_run_tests_cmake.sh
+1
-2
No files found.
.github/workflows/actions.yml
View file @
87838338
...
@@ -67,4 +67,4 @@ jobs:
...
@@ -67,4 +67,4 @@ jobs:
run
:
echo nproc=$(nproc)
run
:
echo nproc=$(nproc)
-
name
:
Build and run tests
-
name
:
Build and run tests
run
:
bash ./scripts/build_and_run_tests_${{matrix.build_tool}}.sh -j $(nproc)
run
:
bash ./scripts/build_and_run_tests_${{matrix.build_tool}}.sh -j $(nproc)
\ No newline at end of file
pybind11_abseil/CMakeLists.txt
View file @
87838338
...
@@ -177,4 +177,4 @@ target_include_directories(status_casters
...
@@ -177,4 +177,4 @@ target_include_directories(status_casters
target_link_libraries
(
status_casters INTERFACE import_status_module
target_link_libraries
(
status_casters INTERFACE import_status_module
status_caster statusor_caster
)
status_caster statusor_caster
)
add_subdirectory
(
tests
)
add_subdirectory
(
tests
)
\ No newline at end of file
pybind11_abseil/cpp_capsule_tools/CMakeLists.txt
View file @
87838338
...
@@ -45,4 +45,4 @@ target_include_directories(shared_ptr_from_capsule
...
@@ -45,4 +45,4 @@ target_include_directories(shared_ptr_from_capsule
target_link_libraries
(
target_link_libraries
(
shared_ptr_from_capsule INTERFACE void_ptr_from_capsule absl::statusor
shared_ptr_from_capsule INTERFACE void_ptr_from_capsule absl::statusor
# python_headers does not need to be linked
# python_headers does not need to be linked
)
)
\ No newline at end of file
pybind11_abseil/tests/CMakeLists.txt
View file @
87838338
...
@@ -86,4 +86,4 @@ add_test(
...
@@ -86,4 +86,4 @@ add_test(
COMMAND
COMMAND
${
CMAKE_COMMAND
}
-E env PYTHONPATH=$PYTHONPATH:
${
CMAKE_BINARY_DIR
}
${
CMAKE_COMMAND
}
-E env PYTHONPATH=$PYTHONPATH:
${
CMAKE_BINARY_DIR
}
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/status_example_test.py
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/status_example_test.py
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
\ No newline at end of file
scripts/build_and_run_tests_bazel.sh
View file @
87838338
...
@@ -82,5 +82,3 @@ echo "Using PYTHON_LIB_PATH: $PYTHON_LIB_PATH"
...
@@ -82,5 +82,3 @@ echo "Using PYTHON_LIB_PATH: $PYTHON_LIB_PATH"
BAZEL_CXXOPTS
=
"-std=c++14"
bazel
test
...
--test_output
=
errors
"
$@
"
BAZEL_CXXOPTS
=
"-std=c++14"
bazel
test
...
--test_output
=
errors
"
$@
"
BAZEL_CXXOPTS
=
"-std=c++17"
bazel
test
...
--test_output
=
errors
"
$@
"
BAZEL_CXXOPTS
=
"-std=c++17"
bazel
test
...
--test_output
=
errors
"
$@
"
scripts/build_and_run_tests_cmake.sh
View file @
87838338
...
@@ -100,4 +100,4 @@ make "$@"
...
@@ -100,4 +100,4 @@ make "$@"
ctest
--output-on-failure
ctest
--output-on-failure
cd
../
cd
../
rm
-r
tmp_build
rm
-r
tmp_build
\ No newline at end of file
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