-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prototype: parse version number from package.xml #639
base: gz-math8
Are you sure you want to change the base?
Commits on Oct 11, 2024
-
Permit to build bindings against an external gz-math
Signed-off-by: Silvio Traversaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 646de60 - Browse repository at this point
Copy the full SHA 646de60View commit details -
Use CMAKE_INSTALL_LIBDIR from GNUInstallDirs instead of GZ_LIB_INSTALL_DIR, which won't be available if only building python bindings. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2bae80 - Browse repository at this point
Copy the full SHA d2bae80View commit details
Commits on Oct 14, 2024
-
Reference brew install instructions in tutorial
Refer to https://brew.sh instead of duplicating the brew installation command. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a670b65 - Browse repository at this point
Copy the full SHA a670b65View commit details -
Add details about building python bindings
* Describe Pybind11 as a dependency * Document how to build bindings separately from the main gz-math library Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54978b9 - Browse repository at this point
Copy the full SHA 54978b9View commit details
Commits on Oct 18, 2024
-
Use same required cmake version
Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb32516 - Browse repository at this point
Copy the full SHA cb32516View commit details -
Remove unneeded call to enable_testing()
Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63d16a8 - Browse repository at this point
Copy the full SHA 63d16a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b475bdc - Browse repository at this point
Copy the full SHA b475bdcView commit details -
Find pybind11 in just one place
Moves find_package(pybind11) call to src/python_pybind11 folder. When invoked through the root CMakeLists.txt, it treats pybind11 as an optional dependency, but when invoked from that folder, it treats it as required by setting CMAKE_REQUIRE_FIND_PACKAGE_pybind11 to TRUE. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06b8ab8 - Browse repository at this point
Copy the full SHA 06b8ab8View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17d8304 - Browse repository at this point
Copy the full SHA 17d8304View commit details