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

perf: Dependency files caching #129

Merged
merged 38 commits into from
Jun 8, 2021
Merged

perf: Dependency files caching #129

merged 38 commits into from
Jun 8, 2021

Commits on Mar 31, 2021

  1. WIP initial changes

    michalbali256 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    eb2c94a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 9, 2021

  1. WIP

    michalbali256 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    fd97efd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    1407fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4025eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ca726 View commit details
    Browse the repository at this point in the history
  4. processor file impl takes reference to file_manager to have access to…

    … macro dependencies (copy members)
    michalbali256 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    72728a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddb49f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. WIP macro caching

    michalbali256 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    4c58bbb View commit details
    Browse the repository at this point in the history
  2. move from unordered set

    michalbali256 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6c8e83f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. WIP

    michalbali256 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b0887c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. simple caching working

    michalbali256 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1b1d30d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    25f4310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e3ab4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on Apr 28, 2021

  1. Merge branch 'development' into mb/macro-caching

    # Conflicts:
    #	benchmark/benchmark.cpp
    #	parser_library/src/context/copy_member.h
    #	parser_library/test/workspace/workspace_test.cpp
    michalbali256 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0bd47d2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. nullptr bugs

    michalbali256 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    40e4441 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. first macro cache test

    michalbali256 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    2905b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c87d9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/development' into mb/macro-caching

    # Conflicts:
    #	parser_library/src/context/operation_code.h
    michalbali256 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    91a8cb4 View commit details
    Browse the repository at this point in the history
  4. opsyn test

    michalbali256 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    a7dda5d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. additional tests

    michalbali256 committed May 11, 2021
    Configuration menu
    Copy the full SHA
    701ce13 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. one more test

    michalbali256 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    b7c3d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4fcdc View commit details
    Browse the repository at this point in the history
  3. code smells

    michalbali256 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    bbe9afc View commit details
    Browse the repository at this point in the history
  4. ...

    michalbali256 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a46cf5b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. code smell

    michalbali256 committed May 13, 2021
    Configuration menu
    Copy the full SHA
    d639e1f View commit details
    Browse the repository at this point in the history
  2. fix a nullptr bug

    michalbali256 committed May 13, 2021
    Configuration menu
    Copy the full SHA
    fe9fe15 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. code smells

    michalbali256 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    6ae833b View commit details
    Browse the repository at this point in the history
  2. implement suggestions

    michalbali256 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    37a637c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. format & code smells

    michalbali256 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ebbe1d0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Update parser_library/src/workspaces/macro_cache.h

    Co-authored-by: slavek-kucera <53339291+slavek-kucera@users.noreply.github.com>
    michalbali256 and slavek-kucera authored May 18, 2021
    Configuration menu
    Copy the full SHA
    666dacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c034746 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

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

Commits on Jun 2, 2021

  1. reparse diags fixed

    michalbali256 committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a28d871 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. WIP

    michalbali256 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    30a5743 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

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