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

Use File Time #168

Merged
merged 21 commits into from
Nov 21, 2022
Merged

Use File Time #168

merged 21 commits into from
Nov 21, 2022

Commits on Nov 19, 2022

  1. Convert to using file time

    Matthew Asplund committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    705cb6d View commit details
    Browse the repository at this point in the history
  2. Move force rebuild into evaluate engine

    Matthew Asplund committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    66348c6 View commit details
    Browse the repository at this point in the history
  3. Bump minor version

    Matthew Asplund committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    35150ba View commit details
    Browse the repository at this point in the history
  4. Update Opal with File Times

    Matthew Asplund committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    1e15837 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Load Operation Results into Soup View

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    49900ce View commit details
    Browse the repository at this point in the history
  2. Update graph properties

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    dfc96a5 View commit details
    Browse the repository at this point in the history
  3. Test for duplicate output files

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    2955b48 View commit details
    Browse the repository at this point in the history
  4. Store input lookup state

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    00d924f View commit details
    Browse the repository at this point in the history
  5. Pass in Operation graph to make testing easier

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    84a42a8 View commit details
    Browse the repository at this point in the history
  6. Add checks for circular operations

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    db49e3a View commit details
    Browse the repository at this point in the history
  7. Update to use single try call for last write time

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    d37c022 View commit details
    Browse the repository at this point in the history
  8. Rename recipe build runner

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    516aa06 View commit details
    Browse the repository at this point in the history
  9. Convert to System interface

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    e5dd019 View commit details
    Browse the repository at this point in the history
  10. Add ability to simulate IDetourCallback events

    Matthew Asplund committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    f4ad436 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Add check for multiple operations write to single file

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    45dfc09 View commit details
    Browse the repository at this point in the history
  2. Add checks for new output dependency

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a338331 View commit details
    Browse the repository at this point in the history
  3. Add checks for observed input that is an output

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    76bf8ad View commit details
    Browse the repository at this point in the history
  4. Add check for input output within single operation

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3aa7ae6 View commit details
    Browse the repository at this point in the history
  5. Normalize file system state paths

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6310493 View commit details
    Browse the repository at this point in the history
  6. Remove internal circular dependencies for now

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    59ecfc8 View commit details
    Browse the repository at this point in the history
  7. Delay load lookup tables

    Matthew Asplund committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b611079 View commit details
    Browse the repository at this point in the history