Skip to content
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

Cleaning up cmake and enabled more warnings. #666

Merged
merged 3 commits into from
Dec 19, 2023

Commits on Dec 18, 2023

  1. Cleaning up cmake and enabled more warnings.

    * Cleaning up cmake and enabled more warnings.
    (CMake structure from https://github.com/franneck94/CppProjectTemplate)
    
    * dummy commit to trigger workflow
    
    * revert "dummy commit to trigger workflow"
    
    * Adopt to sligtly modified CMake default options
    
    * One more try
    
    * Ditch tools
    
    * Add warnings to test target(s)
    
    * Turning off clang warnings.
    
    Ignoring string literal warnings in tests output.
    
    * Revert "Turning off clang warnings."
    
    This reverts commit 82b7812.
    
    * Turning off warnings for clang
    
    * Turning off MSVC warnings.
    
    * Removed unused options and turn of sanitizers by default.
    
    * Turn on C extensions. Otherwise GXX wont find networking and singnaling structs.
    
    * Opps. Deleted the wrong file a few commits ago. Fixing now.
    
    * Cleaning up
    
    ---------
    
    Co-authored-by: Pascal Bühler <pabuhler@cisco.com>
    palerikm and pabuhler authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1286390 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    e12f403 View commit details
    Browse the repository at this point in the history
  2. Added "-Wcast-qual" to warnings.

    And removed newline.
    palerikm committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    185837b View commit details
    Browse the repository at this point in the history