1. 24 Aug, 2014 1 commit
  2. 22 Aug, 2014 1 commit
  3. 20 Aug, 2014 4 commits
  4. 18 Aug, 2014 2 commits
  5. 06 Aug, 2014 2 commits
  6. 05 Aug, 2014 3 commits
  7. 01 Aug, 2014 1 commit
  8. 29 Jul, 2014 2 commits
  9. 23 Jul, 2014 2 commits
  10. 18 Jul, 2014 1 commit
  11. 13 Jul, 2014 1 commit
  12. 01 Jul, 2014 1 commit
  13. 29 Jun, 2014 4 commits
  14. 23 Jun, 2014 1 commit
  15. 22 Jun, 2014 3 commits
  16. 21 Jun, 2014 2 commits
  17. 16 May, 2014 1 commit
  18. 13 May, 2014 1 commit
  19. 22 Apr, 2014 1 commit
  20. 13 Apr, 2014 1 commit
  21. 12 Apr, 2014 2 commits
    • Vinicius Jarina's avatar
      Merge pull request #77 from MikeSchurman/master · 49247c4e
      Vinicius Jarina authored
      Cache member in SetMemberCache
      49247c4e
    • Mike Schurman's avatar
      Cache member in SetMemberCache · e6a0b123
      Mike Schurman authored
      SetMemberCache was no longer caching the member passed to it. This was causing performance problems, in which a script was taking 3-4 times longer to run than without proper caching. There was a missing line SetMemberCache which fixed the issue.
      
      A concern with this change is the offending line was removed during a refactor, in which the commit message said "fixing generic exceptions". I do not know which generic exceptions were fixed during that commit, and don't know if breaking caching, or removing this line was intentional.
      e6a0b123
  22. 07 Apr, 2014 2 commits
  23. 01 Apr, 2014 1 commit