Skip to content
Snippets Groups Projects

Make Clang format fail on misformatted files

Merged Alexander Jaust requested to merge make-clang-format-fail-on-error into develop
  1. Jul 27, 2022
  2. Jul 26, 2022
  3. Feb 21, 2022
  4. Jan 12, 2022
    • Alexander Jaust's avatar
      Merge branch 'develop' · 711fb28e
      Alexander Jaust authored
      Verified
      711fb28e
    • Alexander Jaust's avatar
      Update changelog · 66d2379b
      Alexander Jaust authored
      The changes of merge request !18 were missing in the changelog.
      Verified
      66d2379b
    • Alexander Jaust's avatar
      [repository] Restructure repository and tests · d23f909c
      Alexander Jaust authored
      - This MR removes unused test cases and separates stronger
      between tests and example cases. Test cases and examples 
      are classified as `monolithic` or `partitioned`.
      - The tests have been adapted such that the build target
      `build_tests` builds all necessary executables. This means
      on can now run `make build_tests` from `build-cmake` and 
      afterwards run all tests `ctest` to test the adapter.
      - The CI has been adapted to make use of the new build 
      process for tests.
      
      For more information check out merge request: !18
      Verified
      d23f909c
    • Alexander Jaust's avatar
      [license] Add GPLv3 license to project · 05f0530f
      Alexander Jaust authored
      Verified
      05f0530f
    • Alexander Jaust's avatar
      Allows CI on DuMuX master to fail · fe748a5c
      Alexander Jaust authored
      Changes on DuMuX master may be incompatible with previous releases. We
      check against DuMuX master in the CI to be notified of such changes.
      However, chacking against DuMuX master also leads failing nightly tests
      often which give the impression that the released versions of the
      adapter are broken even if this is not the case.
      
      This change allows checks on DuMuX master to fail. A warning will be
      created in these cases instead of an error.
      Verified
      fe748a5c
    • Alexander Jaust's avatar
      Adds CHANGELOG.md · 0b6fd4b8
      Alexander Jaust authored
      A changelog is added to document changes that are made to the adapter.
      Information on the initial release (v0.1) is incomplete.
      Verified
      0b6fd4b8
  5. Oct 18, 2021
Loading