1. 27 7月, 2017 1 次提交
  2. 26 7月, 2017 1 次提交
  3. 25 7月, 2017 1 次提交
  4. 15 7月, 2017 3 次提交
  5. 04 5月, 2017 1 次提交
  6. 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
  7. 08 11月, 2016 1 次提交