1. 20 7月, 2017 1 次提交
  2. 16 7月, 2017 5 次提交
  3. 15 7月, 2017 2 次提交
  4. 03 6月, 2017 5 次提交
  5. 12 5月, 2017 1 次提交
  6. 28 4月, 2017 1 次提交
  7. 26 1月, 2017 1 次提交
  8. 16 1月, 2017 1 次提交
    • A
      Remove code that is no longer needed · 5d627aac
      amitdo 提交于
      The code in ccutil/hashfn.h was needed for some old compilers. Now that we support MSVC >= 2010 and compilers that has good support for C++11, we can drop this code.
      
      As a result of this file removal, we now use:
        std::unordered_map
        std::unordered_set
        std::unique_ptr
      directly in the codebase with '#include' for the needed headers.
      5d627aac
  9. 15 12月, 2016 1 次提交
  10. 09 11月, 2016 1 次提交
  11. 08 11月, 2016 3 次提交
  12. 02 9月, 2016 1 次提交
  13. 06 8月, 2016 1 次提交
  14. 20 6月, 2016 1 次提交
    • S
      Fix Cygwin compatibility – part III · ed053aab
      Stefan Weil 提交于
      Commit 65504c8c misplaced the #endif.
      The definition of _GNU_SOURCE is only needed for Cygwin.
      
      Defining _GNU_SOURCE on Linux results in compiler warnings because this
      macro is already defined by the compiler.
      
      Fix this by moving the #endif to the right place. In addition the code
      for Cygwin is made more robust: If a future Cygwin compiler defines
      _GNU_SOURCE, too, the code will still work.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      ed053aab
  15. 19 6月, 2016 1 次提交
  16. 17 3月, 2016 1 次提交
  17. 05 11月, 2015 1 次提交
  18. 24 7月, 2015 1 次提交
  19. 14 5月, 2015 1 次提交
  20. 13 5月, 2015 1 次提交
  21. 02 5月, 2015 1 次提交
  22. 12 8月, 2014 1 次提交
  23. 21 5月, 2014 1 次提交
  24. 25 4月, 2014 2 次提交
  25. 24 4月, 2014 1 次提交
  26. 29 1月, 2014 1 次提交
  27. 27 1月, 2014 1 次提交
  28. 10 1月, 2014 1 次提交