Levi Armstrong

Results 106 issues of Levi Armstrong

The code below suggest that you can replace it with `BOOST_DLL_ALIAS(my_namespace::plugin, plugin)`, but if you do it will not build. Is there something missing? ``` // Exporting `my_namespace::plugin` variable with...

I have tried the GitHub action layout below but get the following error. ``` 2021-06-09T15:56:24.8321073Z [command]/usr/bin/git -c user.name=github-action-benchmark -c [email protected] -c http.https://github.com/.extraheader= fetch origin gh-pages:gh-pages 2021-06-09T15:56:25.0151197Z From https://github.com/Levi-Armstrong/tesseract-1 2021-06-09T15:56:25.0152452Z !...

I currently leverage the tool available for generating a graph showing the the full taskflow and interested to learn if there is capability for recording the path taken through the...

enhancement

The OSQP library and related QDLDL library are renaming the static library target to have the same name as the shared target. This is fine on Linux, since shared and...

I recently had Windows CI failures and it looks like Visual Studio was upgraded to [Visual Studio version 16.9.0](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#summary-of-whats-new-in-this-release-of-visual-studio-2019-version-1690) with [Ninja version 1.10](https://github.com/ninja-build/ninja/pull/1406) which now by default treats some previous...

In version cmake 3.12 and newer ccache will work when using different launchers outlined [here](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/1791). If I remember correctly industrial_ci symbolically links ccache to g++, gcc, etc. instead of using...

In one of my repositories I have sub-modules that get pulled in from third party repositories that I would like to blacklist from the clang format check. Is it possible...

By making this virtual it allows for the developer to create a modified CollisionObject wrapper which adds a margin to the collision objects AABB. --- This change is [](https://reviewable.io/reviews/flexible-collision-library/fcl/463)

When using catkin_tools you could leverage the `catkin config --extend /path/to/devel`, but it appears colcon supports this so you have to manually source the workspace in order. Should the build...