1. 04 Apr, 2017 1 commit
    • This refactor the StandAlone and WorkList files in order to use more · a558b265
      Juan Lopez authored
      C++11 features remove the dependencies from OS specific code. Changes:
      
      - Making WorkList class to have its own mutex instead of the OS specific
      global one. The new mutex is the one from std library. The OS specific
      code is also removed.
      
      - Using the C++11 std library to handle threads in StandAlone
      application
      and enabling concurrent processing on non-windows platforms.
      
      - converting the global variable Worklist into local variable workList.
  2. 01 Apr, 2017 1 commit
  3. 31 Mar, 2017 9 commits
  4. 30 Mar, 2017 7 commits
  5. 29 Mar, 2017 5 commits
  6. 28 Mar, 2017 1 commit
  7. 25 Mar, 2017 2 commits
  8. 24 Mar, 2017 3 commits
  9. 23 Mar, 2017 2 commits
  10. 22 Mar, 2017 3 commits
  11. 20 Mar, 2017 4 commits
  12. 19 Mar, 2017 2 commits