[us-commits] [ehb54/ultrascan3] 99535b: Add qtmultimedia5-dev to unit tests workflow

aaron-auc noreply at github.com
Mon Jul 20 16:22:52 MDT 2026


  Branch: refs/heads/875-request-cmake-remove-gmp-module-from-installer-for-osx
  Home:   https://github.com/ehb54/ultrascan3
  Commit: 99535b73ac71970aef06bd32024f048873970c1f
      https://github.com/ehb54/ultrascan3/commit/99535b73ac71970aef06bd32024f048873970c1f
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M .github/workflows/unit-tests-v2.yml

  Log Message:
  -----------
  Add qtmultimedia5-dev to unit tests workflow


  Commit: fe5f85278c6177d4879919a5f15f232e3ffb6cc8
      https://github.com/ehb54/ultrascan3/commit/fe5f85278c6177d4879919a5f15f232e3ffb6cc8
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M .github/workflows/unit-tests-v2.yml

  Log Message:
  -----------
  Update changed files in unit-tests-v2 workflow


  Commit: 00cf2edadbc180e095d0db4efe197d2fb86d2862
      https://github.com/ehb54/ultrascan3/commit/00cf2edadbc180e095d0db4efe197d2fb86d2862
  Author: ehb54 <brookes at uthscsa.edu>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M us_somo/develop/src/us_saxs_util.cpp
    M us_somo/develop/us_saxs_cmds_t/main.cpp

  Log Message:
  -----------
  Fix two invalid us_somo regex patterns breaking US_RegexTest

- us_saxs_util.cpp: remove dead, commented-out rxdigits pattern that was
  missing three closing parens (superseded by the working "^\s*\d").
  The regex-validation test scrapes commented lines too, so it flagged it.
- us_saxs_cmds_t/main.cpp:1262: "^.*((\|/)" had an extra '(' and used
  "\\|" (regex \| = literal pipe) instead of a backslash; replace with
  the path-separator class "^.*[\\\\/]" to strip the directory prefix.
- us_saxs_cmds_t/main.cpp:1266: same \|-vs-backslash bug ("^(\|/)"); fix
  to "^[\\\\/]" so it detects a leading path separator. Not caught by the
  test (it compiles), but the same latent defect.

Fixes ehb54/ultrascan-tickets#975

Co-Authored-By: Claude Fable 5 <noreply at anthropic.com>


  Commit: 4b3e14634cdc79f28ec75abd4093e49b82247b94
      https://github.com/ehb54/ultrascan3/commit/4b3e14634cdc79f28ec75abd4093e49b82247b94
  Author: emre brookes <ehb54 at users.noreply.github.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M us_somo/develop/src/us_saxs_util.cpp
    M us_somo/develop/us_saxs_cmds_t/main.cpp

  Log Message:
  -----------
  Merge pull request #490 from ehb54/ehb54-issue-975

Fix two invalid us_somo regex patterns breaking US_RegexTest (#975)


  Commit: 3eaf20cfd32e222cdc0e1acaaf17cdfe9c165677
      https://github.com/ehb54/ultrascan3/commit/3eaf20cfd32e222cdc0e1acaaf17cdfe9c165677
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M us_somo/develop/src/us_saxs_util.cpp
    M us_somo/develop/us_saxs_cmds_t/main.cpp

  Log Message:
  -----------
  Merge branch 'main' into lukas/unittest


  Commit: 9722a6463cb01bd8170e5e3ee87082561cc756c9
      https://github.com/ehb54/ultrascan3/commit/9722a6463cb01bd8170e5e3ee87082561cc756c9
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M .github/workflows/unit-tests-v2.yml

  Log Message:
  -----------
  Merge pull request #489 from ehb54/lukas/unittest

Add qtmultimedia5-dev to unit tests workflow


  Commit: bcc6dc98d8b8ad1b927e7451b6c771d662b3d425
      https://github.com/ehb54/ultrascan3/commit/bcc6dc98d8b8ad1b927e7451b6c771d662b3d425
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-07-20 (Mon, 20 Jul 2026)

  Changed paths:
    M .github/workflows/codeql-analysis.yml
    M .github/workflows/doc-build.yml
    M CMakePresets.json
    M README.md
    M admin/modulefiles/home-gui-build
    R buildsys/vcpkg/overlay-ports/qwt-6-1-6/portfile.cmake
    R buildsys/vcpkg/overlay-ports/qwt-6-1-6/vcpkg.json
    R buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5/portfile.cmake
    R buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5/qwtplot3d-config.cmake.in
    R buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5/vcpkg.json
    M local.pri.template
    M vcpkg.json

  Log Message:
  -----------
  Removal of qwt6.1.6 in github actions, documentation, cmkae and vcpkg configuration (#488)

* Remove qwt6.1.6 actions

Removed deprecated container version for consistency.

* Update QWT library paths to version 6.3.0

* Remove obsolete Qwt6.1.6 configuration presets

* Update README.md

* Remove features related to qwt6.1.6

* Delete buildsys/vcpkg/overlay-ports/qwt-6-1-6 directory

* Delete buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5 directory

* Update Qt version to 5.15.19 and Qwt version to 6.3.0

* Remove deprecated container from CodeQL workflow

* Update container version in doc-build workflow

* Add new container to CodeQL analysis workflow


  Commit: 6c88b17bcea6d4bea20e90f9ade1c93f4cd632e9
      https://github.com/ehb54/ultrascan3/commit/6c88b17bcea6d4bea20e90f9ade1c93f4cd632e9
  Author: aaron-auc <95181880+aaron-auc at users.noreply.github.com>
  Date:   2026-07-20 (Mon, 20 Jul 2026)

  Changed paths:
    M .github/workflows/codeql-analysis.yml
    M .github/workflows/doc-build.yml
    M .github/workflows/unit-tests-v2.yml
    M CMakePresets.json
    M README.md
    M admin/modulefiles/home-gui-build
    R buildsys/vcpkg/overlay-ports/qwt-6-1-6/portfile.cmake
    R buildsys/vcpkg/overlay-ports/qwt-6-1-6/vcpkg.json
    R buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5/portfile.cmake
    R buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5/qwtplot3d-config.cmake.in
    R buildsys/vcpkg/overlay-ports/qwtplot3d-qwt-6-1-6-qt5/vcpkg.json
    M local.pri.template
    M us_somo/develop/src/us_saxs_util.cpp
    M us_somo/develop/us_saxs_cmds_t/main.cpp
    M vcpkg.json

  Log Message:
  -----------
  Merge branch 'main' into 875-request-cmake-remove-gmp-module-from-installer-for-osx


Compare: https://github.com/ehb54/ultrascan3/compare/cb55c62623e1...6c88b17bcea6

To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications


More information about the us-commits mailing list