1. 27 Aug, 2014 1 commit
  2. 26 Aug, 2014 1 commit
  3. 24 Aug, 2014 1 commit
  4. 22 Aug, 2014 1 commit
  5. 20 Aug, 2014 4 commits
  6. 18 Aug, 2014 2 commits
  7. 06 Aug, 2014 2 commits
  8. 05 Aug, 2014 3 commits
  9. 01 Aug, 2014 1 commit
  10. 29 Jul, 2014 2 commits
  11. 23 Jul, 2014 2 commits
  12. 18 Jul, 2014 1 commit
  13. 13 Jul, 2014 1 commit
  14. 01 Jul, 2014 1 commit
  15. 29 Jun, 2014 4 commits
  16. 23 Jun, 2014 1 commit
  17. 22 Jun, 2014 3 commits
  18. 21 Jun, 2014 2 commits
  19. 16 May, 2014 1 commit
  20. 13 May, 2014 1 commit
  21. 22 Apr, 2014 1 commit
  22. 13 Apr, 2014 1 commit
  23. 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
  24. 07 Apr, 2014 1 commit