[us-commits] [ehb54/ultrascan3] 8fbf53: Include OpenSSL applink for MSVC on Windows

aaron-auc noreply at github.com
Sat Mar 14 17:49:29 MDT 2026


  Branch: refs/heads/ehb54-issue-670
  Home:   https://github.com/ehb54/ultrascan3
  Commit: 8fbf539a26017728861e732dc1d18eb23eb5767b
      https://github.com/ehb54/ultrascan3/commit/8fbf539a26017728861e732dc1d18eb23eb5767b
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M programs/CMakeLists.txt

  Log Message:
  -----------
  Include OpenSSL applink for MSVC on Windows

Add OpenSSL applink shim for MSVC on Windows.


  Commit: 062c3d2366cc1939df31abf0a90ee9aa81093ffe
      https://github.com/ehb54/ultrascan3/commit/062c3d2366cc1939df31abf0a90ee9aa81093ffe
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M utils/us_timer.h

  Log Message:
  -----------
  Replace 'using namespace std' with std:: in us_timer.h

Prevent windows specific type definition conflicts caused by using namespace std;


  Commit: d285dea10ab7bcc93c14b4f74e336121a728f25a
      https://github.com/ehb54/ultrascan3/commit/d285dea10ab7bcc93c14b4f74e336121a728f25a
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M vcpkg.json

  Log Message:
  -----------
  Update builtin-baseline version in vcpkg.json


  Commit: 2528e2d95ef721c90585880700173e01e85eaa41
      https://github.com/ehb54/ultrascan3/commit/2528e2d95ef721c90585880700173e01e85eaa41
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M programs/us/CMakeLists.txt

  Log Message:
  -----------
  Enhance CMakeLists for Qt6 post-build handling

Added post-build commands for Qt6 integration in Debug and Release modes.


  Commit: 52e46a6c204f209f206de1b17187485510b50872
      https://github.com/ehb54/ultrascan3/commit/52e46a6c204f209f206de1b17187485510b50872
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M programs/us/CMakeLists.txt

  Log Message:
  -----------
  Refactor post-build commands for Qt6 on Windows


  Commit: 428287d058712bdf7736b86456a19b29730bec50
      https://github.com/ehb54/ultrascan3/commit/428287d058712bdf7736b86456a19b29730bec50
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M utils/us_timer.h

  Log Message:
  -----------
  Add map include to us_timer.h


  Commit: b1e9456925a223045bd903ef52c4096e0e3675dc
      https://github.com/ehb54/ultrascan3/commit/b1e9456925a223045bd903ef52c4096e0e3675dc
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M programs/CMakeLists.txt

  Log Message:
  -----------
  Add OpenSSL applink condition for MSVC on Windows


  Commit: d9676faa3a7a6a92c56faa175bcd24c240a39b0d
      https://github.com/ehb54/ultrascan3/commit/d9676faa3a7a6a92c56faa175bcd24c240a39b0d
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M programs/CMakeLists.txt
    M programs/us/CMakeLists.txt
    M utils/us_timer.h
    M vcpkg.json

  Log Message:
  -----------
  Merge pull request #389 from ehb54/lukas/qt6-msvc

CMake Qt6 windows compile MSVC


  Commit: 4c67ee8e4cb27a2a60a41177608c3cf2565db76a
      https://github.com/ehb54/ultrascan3/commit/4c67ee8e4cb27a2a60a41177608c3cf2565db76a
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M gui/us_plot3d.cpp

  Log Message:
  -----------
  Remove redundant assignment to tdata

Prevent memory corruption


  Commit: 6437b90d6e57f06e5aafbea01753415627877e6b
      https://github.com/ehb54/ultrascan3/commit/6437b90d6e57f06e5aafbea01753415627877e6b
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M gui/us_analyte_gui.cpp

  Log Message:
  -----------
  Update condition for vbar20 comparison


  Commit: 24cd6bc5d78c14e84c05915d5b043c7628d0c084
      https://github.com/ehb54/ultrascan3/commit/24cd6bc5d78c14e84c05915d5b043c7628d0c084
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M gui/us_plot3d.cpp

  Log Message:
  -----------
  Merge pull request #391 from ehb54/lukas/us_mwl_spectra_3dplot_reversey

Remove redundant assignment to tdata


  Commit: cd22d118497ba373e73cde824f09464646c78f6e
      https://github.com/ehb54/ultrascan3/commit/cd22d118497ba373e73cde824f09464646c78f6e
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M gui/us_plot3d.cpp

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


  Commit: a92e13702d0a02ed4fddd7be57df0c9ec134c449
      https://github.com/ehb54/ultrascan3/commit/a92e13702d0a02ed4fddd7be57df0c9ec134c449
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M gui/us_analyte_gui.cpp

  Log Message:
  -----------
  Merge pull request #392 from ehb54/lukas/us_analyte_protein_vbar_no_sequence

Update condition for vbar20 comparison


  Commit: 10e620037c83dddc66d518ab28e33eb36c3e3c17
      https://github.com/ehb54/ultrascan3/commit/10e620037c83dddc66d518ab28e33eb36c3e3c17
  Author: aaron-auc <95181880+aaron-auc at users.noreply.github.com>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M gui/us_analyte_gui.cpp
    M gui/us_plot3d.cpp
    M programs/CMakeLists.txt
    M programs/us/CMakeLists.txt
    M utils/us_timer.h
    M vcpkg.json

  Log Message:
  -----------
  Merge branch 'main' into ehb54-issue-670


Compare: https://github.com/ehb54/ultrascan3/compare/e9f0952dea5d...10e620037c83

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