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

Linux release #386

Merged
merged 66 commits into from
Sep 26, 2024
Merged

Linux release #386

merged 66 commits into from
Sep 26, 2024

Commits on Jun 24, 2020

  1. Running Linux UI

    pyeatt committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2019759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a3746 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Update AboutDialog.cpp

    Add Université Gustave Eiffel for contributors
    Picaut committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    7161d75 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    a28b103 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Update documentation

    Update documentation
    Picaut committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c9b4877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b70b1a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'Ifsttar/dev'

    # Conflicts:
    #	currentRelease/doc/documentation/Offline_documentation/html/code_SPPS.html
    #	currentRelease/doc/documentation/Offline_documentation/html/code_SPPS_modelling.html
    #	currentRelease/doc/documentation/Offline_documentation/html/code_characteristics.html
    #	currentRelease/doc/documentation/Offline_documentation/html/code_configuration_SPPS.html
    #	currentRelease/doc/documentation/Offline_documentation/html/code_configuration_TCR.html
    #	currentRelease/doc/documentation/Offline_documentation/html/file_csbin.html
    #	currentRelease/doc/documentation/Offline_documentation/html/file_gap.html
    #	currentRelease/doc/documentation/Offline_documentation/html/file_recp.html
    #	currentRelease/doc/documentation/Offline_documentation/html/genindex.html
    #	currentRelease/doc/documentation/Offline_documentation/html/index.html
    #	currentRelease/doc/documentation/Offline_documentation/html/objects.inv
    #	currentRelease/doc/documentation/Offline_documentation/html/project_window.html
    #	currentRelease/doc/documentation/Offline_documentation/html/references.html
    #	currentRelease/doc/documentation/Offline_documentation/html/search.html
    #	currentRelease/doc/documentation/Offline_documentation/html/searchindex.js
    #	currentRelease/doc/documentation/Offline_documentation/html/tab_calculation.html
    #	currentRelease/doc/documentation/Offline_documentation/html/tab_results.html
    #	currentRelease/doc/documentation/Offline_documentation/html/tab_scene.html
    Picaut committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    518fc96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #270 from Picaut/master

    Update documentation
    nicolas-f authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e882ec3 View commit details
    Browse the repository at this point in the history
  5. Update requirements.txt

    Picaut authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3081893 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update tetgen to 1.6

    wbinek committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    ef2f764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68356ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81a99b8 View commit details
    Browse the repository at this point in the history
  4. Update wxWidgets to 3.1.5

    wbinek committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    39ad3fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d9887a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #275 from wbinek/tetgen-update

    Tetgen update
    nicolas-f authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    06ab222 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f97012 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3435f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71a081d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. missing lib folder

    nicolas-f committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9ebb76c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from nicolas-f/update-Swig-and-wxWidgets

    Missing lib folder
    wbinek authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    fb44de3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #276 from wbinek/update-Swig-and-wxWidgets

    Update swig and wxWidgets
    Switches to using Swig from choco in appveyor build. Currently the 4.0.2 version is downloaded. According to documentation swig 4.0.1 introduced support for Python 3.8 which we are using.
    Updates wxWidgets to 3.1.5 and fixes deprecation warnings for wxPen and wxBrush styles.
    
    I have tested I-SIMPA with updated libraries for and have not encountered any issues.
    nicolas-f authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d366a21 View commit details
    Browse the repository at this point in the history
  4. Update appveyor.yml

    change appveyor whitelist
    nicolas-f authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7ec63fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #277 from wbinek/properties-grid-fixes

    Properties grid fixes
    Automatically resize last column of properties grid to fill window
    This simplifies changing parameters as the column is larger. Especially useful for assigning materials where the grid box was to small to see whole tree. The implementation is based on: https://forums.wxwidgets.org/viewtopic.php?t=41045
    
    Automatically apply changes made to e_data_tree properties
    Automatically applies changes made to e_data_tree properties (assigning materials or directivities). Without modifications the changes are applied after second click on the parameter box. The solution may be a bit hacky, but everything else I tried was not working.
    nicolas-f authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    519e245 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Update documentation

    Picaut committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    675a005 View commit details
    Browse the repository at this point in the history
  2. Create CHANGELOG.md

    Add a file for human-readable summary of major changes
    Picaut authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    d9f78f6 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Picaut authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    5808844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8a91dd View commit details
    Browse the repository at this point in the history
  5. Update documentation

    Picaut committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e47323c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    c0ca1b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Update CMakeLists.txt

    nicolas-f authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8988097 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. resolve conflicts

    nicolas-f committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fb6a1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb425a0 View commit details
    Browse the repository at this point in the history
  3. fix linux release

    nicolas-f committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ee6e2ce View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Linker flag for linux..

    nicolas-f committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d2a2685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c24a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. build all branches

    nicolas-f committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    439b7f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    79163b7 View commit details
    Browse the repository at this point in the history
  2. properly manage index<=-1

    nicolas-f committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    accb84e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Use CPM to fetch wxwidgets

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6029814 View commit details
    Browse the repository at this point in the history
  2. Fix yml

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0a14079 View commit details
    Browse the repository at this point in the history
  3. Fix yml

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    468a137 View commit details
    Browse the repository at this point in the history
  4. Fix yml

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c01bee8 View commit details
    Browse the repository at this point in the history
  5. Fix yml

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d8e28b0 View commit details
    Browse the repository at this point in the history
  6. Fix yml

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    37301f0 View commit details
    Browse the repository at this point in the history
  7. boost through cmake

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8222a07 View commit details
    Browse the repository at this point in the history
  8. fix gh error

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a46e64e View commit details
    Browse the repository at this point in the history
  9. fix gh error2

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ffabaf7 View commit details
    Browse the repository at this point in the history
  10. fix gh error2

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5471bed View commit details
    Browse the repository at this point in the history
  11. fix gh error3

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2f8d9e3 View commit details
    Browse the repository at this point in the history
  12. fix gh error4

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    674f566 View commit details
    Browse the repository at this point in the history
  13. fix gh error5

    nicolas-f committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    75f10dc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    4cf929b View commit details
    Browse the repository at this point in the history
  2. remove azure

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2811565 View commit details
    Browse the repository at this point in the history
  3. remove azure

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    503a8b4 View commit details
    Browse the repository at this point in the history
  4. add deps

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    89620f7 View commit details
    Browse the repository at this point in the history
  5. fine tune cmake

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f74fe38 View commit details
    Browse the repository at this point in the history
  6. fine tune cmake2

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    06a8a92 View commit details
    Browse the repository at this point in the history
  7. fine tune cmake3

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    30409b3 View commit details
    Browse the repository at this point in the history
  8. fine tune cmake4

    nicolas-f committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5b75f65 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    9267e92 View commit details
    Browse the repository at this point in the history
  2. add random

    nicolas-f committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c25904a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e19dcc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. publish artifact

    nicolas-f committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5ea05ad View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Upload files for appImage

    nicolas-f authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    754b609 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    4402301 View commit details
    Browse the repository at this point in the history
  2. ignore ios files

    nicolas-f committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    21435ef View commit details
    Browse the repository at this point in the history