Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reprogrammer/cascade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: universal
Choose a base ref
...
head repository: reprogrammer/cascade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 30 files changed
  • 2 contributors

Commits on Jul 21, 2014

  1. Added the ShadowOfShadowProject class. Related to #66 but not totally…

    … fixed yet.
    Amarin Phaosawasdi committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    996d511 View commit details
    Browse the repository at this point in the history
  2. Removed waiting for the lock when applying changes and also allowing …

    …undos in the tree computation. (#66)
    Amarin Phaosawasdi committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    f6d9f99 View commit details
    Browse the repository at this point in the history
  3. Removed a refactoring TODO.

    Amarin Phaosawasdi committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    fb3eb48 View commit details
    Browse the repository at this point in the history
  4. Fixed minor error from last commit.

    Amarin Phaosawasdi committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    61bc22d View commit details
    Browse the repository at this point in the history
  5. Moved applying changes outside of a job. (Related to #71)

    Amarin Phaosawasdi committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    daf55de View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. The scheduling rule is now finer-grained (locking at the project level).

    However, we still need to make the change application run with higher priority than the tree computation jobs.
    Amarin Phaosawasdi committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    6322768 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Added a method getExistingChildren to MarkerResolutionTreeNode so that

    computing disabled nodes need not wait for the computation job to finish. (#66)
    Amarin Phaosawasdi committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    ee2e7b0 View commit details
    Browse the repository at this point in the history
  2. Refactored MarkerResolutionTreeNode and ChangeComputationJob accordin…

    …g to TODOs.
    Amarin Phaosawasdi committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    84310d1 View commit details
    Browse the repository at this point in the history
  3. This commit allows newly added errors (that have already been fixed) …

    …to be disabled once they are available. (#66)
    Amarin Phaosawasdi committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    9a3ec25 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. Added links to README

    reprogrammer committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    cf88cc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2014

  1. Continued fixing #72. Using ContentStamp as the map key.

    Amarin Phaosawasdi committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    efa9a81 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2014

  1. Fixed #72. Used IUndoContext.

    Amarin Phaosawasdi committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    86ec6f5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fixparallel'

    Amarin Phaosawasdi committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    854a6b0 View commit details
    Browse the repository at this point in the history
  3. Released v1.1.0.201411011815

    This commit belongs to issue #73.
    Amarin Phaosawasdi committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    4fb8426 View commit details
    Browse the repository at this point in the history
Loading