Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
keroe committed Jul 26, 2024
1 parent 15d2ff0 commit 959ea83
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog for package mrt_cmake_modules
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* FindGeographicLib: Fix for GeographicLib 2.* and Windows
Since GeographicLib version 2, the library name changed from `libGeographic.so` to `libGeographicLib.so`, see https://github.com/geographiclib/geographiclib/blob/5e4425da84a46eb70e59656d71b4c99732a570ec/NEWS#L208 .
To ensure that GeographicLib 2.* is found correcty, I think we should add also `GeographicLib` to the names used by `find_library`.
Furthermore, on Windows the import library is called `GeographicLib-i.lib` (see https://github.com/geographiclib/geographiclib/blob/v2.3/src/CMakeLists.txt#L119), so to find the library correctly on Windows we also look for GeographicLib-i .
* add ortools
* Revert "mrt_add_library now adds a compilation tests for all headers used by the library"
This reverts commit b05cac0200ce6b8de8e8a18789dbd58cd9d8d1eb.
* Merge branch 'master' into HEAD
* Changes how the check for formatting is done.
Now the CI job uses the --check flag provided by cmake_format instead of
the `git diff` check, because git caused some problems in this repo.
* format
* mrt_add_library now adds a compilation tests for all headers used by the library
* Add ZeroMQ
* Add zxing-cpp to cmake.yaml.
* hard coded ignore files which start with "mocs_compilation and delete the corresponding gcda file, because otherwise our current coverage pipeline fails.
* Contributors: Fabian Poggenhans, Jan-Hendrik Pauls, Johannes Beck, Kevin Rösch, Mrt Builder, Yinzhe Shen

1.0.9 (2021-11-26)
------------------
* Set python version
Expand Down

0 comments on commit 959ea83

Please sign in to comment.