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

Code refactor mamico #273

Merged
merged 53 commits into from
Sep 8, 2023
Merged

Code refactor mamico #273

merged 53 commits into from
Sep 8, 2023

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    f936f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4830b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77bd60 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. attempt to merge

    amartyads committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    6a73f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c879f6 View commit details
    Browse the repository at this point in the history
  3. mamico plugins

    amartyads committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0a7a877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38e40d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf71f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

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

Commits on Nov 15, 2021

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

Commits on Nov 30, 2021

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

Commits on Dec 6, 2021

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

Commits on Jan 20, 2022

  1. minor updates

    amartyads committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    c5a0823 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. init cellservice to nullptr

    amartyads committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    db835bb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. up to date with main branch

    amartyads committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6b1ada9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    fb9baa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875938c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 27, 2022

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

Commits on Jul 29, 2022

  1. box domain rolled back

    amartyads committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    bf28d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b09ee View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

Commits on Aug 11, 2022

  1. added hack to circumvent gcc bug

    When same code is tested with clang (at all optimization levels)
    and with gcc optimization O0, the code runs bugfree, but with
    gcc O3 a segfault occurs when the cell service is accessed. This is a
    workaround pending more investigation, however it is not known whether a
    better solution exists yet.
    amartyads committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5aab85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcdcd3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80e9152 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. mpi opimization bug fixed

    amartyads committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    42ca5e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. qol update for mamico path

    amartyads committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    475dcdb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    8c6d8f8 View commit details
    Browse the repository at this point in the history
  2. more comm_world removal

    amartyads committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cc165a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

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

Commits on Feb 27, 2023

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

Commits on Mar 3, 2023

  1. Merge pull request #203 from amartyads/code-refactor-mamico

    Code refactor mamico
    amartyads authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e3418fb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    13607da View commit details
    Browse the repository at this point in the history
  2. update to merge with master

    amartyads committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8737ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25780ce View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix function name

    amartyads committed May 19, 2023
    Configuration menu
    Copy the full SHA
    5c3bdc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Aug 31, 2023

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

    amartyads committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    80c3633 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    36569cd View commit details
    Browse the repository at this point in the history
  2. documentation

    amartyads committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f4d309f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a87f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Update cmake/modules/mamico.cmake

    Co-authored-by: FG-TUM <[email protected]>
    amartyads and FG-TUM authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    38bee22 View commit details
    Browse the repository at this point in the history
  2. Update src/Simulation.cpp

    Co-authored-by: FG-TUM <[email protected]>
    amartyads and FG-TUM authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    eddfd07 View commit details
    Browse the repository at this point in the history
  3. docs and indent cleanup

    amartyads committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e085bd0 View commit details
    Browse the repository at this point in the history
  4. minor whitespace things

    amartyads committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    04dcdd8 View commit details
    Browse the repository at this point in the history
  5. using std array

    amartyads committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6a76a4d View commit details
    Browse the repository at this point in the history
  6. bugfix

    amartyads committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d3cab92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17717ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0993aee View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    9e0f340 View commit details
    Browse the repository at this point in the history
  2. remove unneccesary copy

    amartyads committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5b3e2d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f616a View commit details
    Browse the repository at this point in the history