Skip to content
Snippets Groups Projects

F doc setup

Closed Daniel Hornung requested to merge f-doc-setup into dev
2 unresolved threads

Summary

Better setup documentation.

Check List for the Author

Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines

  • All automated tests pass
  • Reference related Issues: #6 (closed)
  • Up-to-date CHANGELOG.md
  • Annotations in code (Gitlab comments)
    • Intent of new code
    • Problems with old code
    • Why this implementation?

Check List for the Reviewer

  • I understand the intent of this MR
  • All automated tests pass
  • Up-to-date CHANGELOG.md
  • The test environment setup works and the intended behavior is reproducible in the test environment
  • In-code documentation and comments are up-to-date.
  • Check: Are there spezifications? Are they satisfied?

For further good practices have a look at our review guidelines.

Edited by Daniel Hornung

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
18 18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
19 19 #
20 20
21 cmake_minimum_required(VERSION 3.14)
21 cmake_minimum_required(VERSION 3.13)
  • 29 35 `CMAKE_INSTALL_PREFIX/lib`) to your `DYLD_LIBRARY_PATH` environmental
    30 36 variable.
    31 37
    38 ## Building with Conan ##
  • mentioned in issue #6 (closed)

  • Daniel Hornung changed the description

    changed the description

  • Daniel Hornung marked the checklist item All automated tests pass as completed

    marked the checklist item All automated tests pass as completed

  • Daniel Hornung marked the checklist item All automated tests pass as incomplete

    marked the checklist item All automated tests pass as incomplete

  • Daniel Hornung marked the checklist item Reference related Issues: #6 (closed) as completed

    marked the checklist item Reference related Issues: #6 (closed) as completed

  • Daniel Hornung assigned to @timm and unassigned @daniel

    assigned to @timm and unassigned @daniel

  • closed

  • Please register or sign in to reply
    Loading