Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0006-exlude-ixx-files-from-cmake.patch | Exclude .ixx files from CMake The .ixx files are not supported directly by the g++ compiler since the extension is unknown to it. This raises a warning in the compiler and it is making the compiler not to generate the object file. The format can be forced by using -x c++ but the result won't compile at all since the file seems to be designed to be used in combination with other headers (other headers include them at the end of the file). Removing the .ixx make the compilation to work. |
Jose Luis Rivero <jrivero@osrfoundation.org> | no | 2022-02-07 | ||
0007-disable-graph-generation-in-api.patch | Disable graph generation in apidoc Generating graphs in apidoc takes a lot of resources. It is not particularly needed as it is available online and can be generated from the sources if needed. |
Emmanuel Promayon <Emmanuel.Promayon@univ-grenoble-alpes.fr> | no | 2022-02-08 | ||
0008-fix-multiarch-management-for-install-dir.patch | Fix multiarch management bug Do not exit for alternative install dir if it is not present. | Emmanuel Promayon <Emmanuel.Promayon@univ-grenoble-alpes.fr> | no | 2022-02-08 |