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

avoid needless use of deepcopy, speed up support for templating in easyconfigs #1897

Merged
merged 18 commits into from
Sep 6, 2016

Commits on Sep 4, 2016

  1. Configuration menu
    Copy the full SHA
    cdb6d72 View commit details
    Browse the repository at this point in the history
  2. try to speedup EasyConfig constructor by avoiding to create Toolchain…

    … instance and avoiding to reparse easyconfig for toolchain
    boegel committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    e70966c View commit details
    Browse the repository at this point in the history
  3. avoid creating Toolchain instance in gen_builddir by grabbing 'toolch…

    …ain' easyconfig parameter
    boegel committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    1853ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c81341 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73cfb51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fb423a View commit details
    Browse the repository at this point in the history
  7. fix typo

    boegel committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    9f877fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a1232b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0345ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f255994 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Configuration menu
    Copy the full SHA
    576127c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9317032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    992477d View commit details
    Browse the repository at this point in the history
  4. avoid more needless copying

    boegel committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    e79b399 View commit details
    Browse the repository at this point in the history
  5. copy easyconfig in find_resolved_modules to avoid side-effect of chan…

    …ging provided easyconfigs
    boegel committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    8ee056e View commit details
    Browse the repository at this point in the history
  6. drop unused imports

    boegel committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    6630101 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb7742b View commit details
    Browse the repository at this point in the history
  8. drop use of PRESERVE_TEMPLATE_REGEX constant, since re module caches …

    …compiled regex's anyway
    boegel committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    bf520c2 View commit details
    Browse the repository at this point in the history