-
Notifications
You must be signed in to change notification settings - Fork 148
Refactor CMake with JRL CMake Modules v2 #794
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
Open
ahoarau
wants to merge
47
commits into
coal-library:devel
Choose a base branch
from
ahoarau:jrl-next
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
e4459fe
cleanup: remove submodules
ahoarau 4ae1fd0
cleanup: remove hpp-fclConfig.cmake
ahoarau cf20898
python: remove auto-generated __init__.py and windows_dll_manager.py
ahoarau 5b869d9
test: move test suite files into subdirectories
ahoarau 90f13fe
test: reorganize test suite into subdirectories
ahoarau de19391
cmake: refactor build system with JRL CMake Modules v2
ahoarau 484eb11
alloca: WIN32 -> _WIN32 check for clang compilers
ahoarau 5748c94
python-nb: set nanobind module symbol name to coal_pywrap_nb
ahoarau c29e530
gitignore: update ignored files
ahoarau fb49979
gersemi: simplify formatting configuration
ahoarau 50db54a
pre-commit: update gersemi-pre-commit repository and version
ahoarau 81032d5
pixi: update configuration, task definitions, and jrl-cmakemodules de…
ahoarau 6c71447
ci: temporarily disable Nix CI
ahoarau fb0f41e
ci: update GitHub Actions workflows for submodules removal and python…
ahoarau 36f43a6
cmake: remove src/CMakeLists.txt
ahoarau 6008530
fix documentation generation and install
ahoarau 5a794c2
ci-pixi: use --skip-deps to prevent re-doing the same tasks
ahoarau 4d211ab
cmake: BUILD_PYTHON_INTERFACE is ON by default
ahoarau ad4d61f
cmake: use path_list_prepend
ahoarau 06cfcba
bring back the hpp-fcl support
ahoarau 58da1e7
pixi: remove release-new-version
ahoarau b2567f3
ros-ci: add lyrical
ahoarau 572605c
cmake: force boostpy python3
ahoarau 13296aa
cmake: rename py tests
ahoarau e212302
cmake: remove extra escape
ahoarau 9c24b54
cmake: move cpp test dir with utility
ahoarau 6238420
cmake: remove unused SUFFIX_SO_VERSION
ahoarau 0b33c3a
cmake: add EXPECTED_TARGETS
ahoarau 44e0c08
cmake: make msvc conformance public
ahoarau 844437d
cmake: gather engenpy and nanoeigenpy
ahoarau 8d07a01
cmake: remove old FCL_HAVE_OCTOMAP
ahoarau baca4ea
cmake: include include(CMakeFindDependencyMacro)
ahoarau 3bca39e
pixi: remove jrl upper constr
ahoarau bc12440
pixi: relax graphviz version
ahoarau 1e00cdc
cmake: add missing shared_ptr_comparison.h
ahoarau 172c1d3
cmake: do not install xml doc
ahoarau cc51fac
pixi-ci: add build_type to windows-2022 override
ahoarau 50e9f41
cmake: install coal_pywrap as TARGET for rpath
ahoarau 619a18a
cmake: install hppfcl compat
ahoarau c334ba0
pixi: use lld to fix nanobind LTO build error on ubuntu-24
ahoarau f44aa76
ci-pixi: add TRACY_NO_INVARIANT_CHECK=1 for macos-15-intel builds
ahoarau 37d4bad
cmake: Add SUFFIX_SO_VERSION
jorisv 6b15294
pixi: Create new-version environment
jorisv 5915ea5
dev: Add release instruction
jorisv 28f0545
doc: Prefix doc target by coal-
jorisv 410ea07
python: Fix autodoc generation
jorisv d384abc
cmake: install pywrap as TARGET for rpath
ahoarau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| definitions: [./CMakeLists.txt,./cmake,./python,./src,./test] | ||
| line_length: 80 | ||
| definitions: [./CMakeLists.txt, ./test] | ||
| line_length: 100 | ||
| indent: 2 | ||
| warn_about_unknown_commands: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.