1. Jun 18, 2019
    • Sergei Vinogradov's avatar
      Fix access_test for concurrent_hash_map · 82667293
      Sergei Vinogradov authored
      There is a mistake in the unit test itself. The test make wrong
      assumption that keys are ordered in the concurrent_hash_map. But
      concurrent_hash_map is unordered associative container.
      82667293
    • Sergei Vinogradov's avatar
      Fix issue #322 · d047a284
      Sergei Vinogradov authored
      Wrong parameter is passed to constructor. When we create a new
      node, the last parameter should be previous head. But in internal_copy()
      method the b->tmp_node is passed by mistake.
      Assert caught the issue on Windows. The assert is raised only when more
      than one elements fit to the same bucket when we do internal_copy().
      d047a284
  2. Jun 12, 2019
  3. Jun 11, 2019
  4. Jun 06, 2019
  5. Jun 04, 2019
  6. Jun 03, 2019
  7. May 30, 2019
  8. May 29, 2019
  9. May 28, 2019
  10. May 24, 2019
  11. May 22, 2019
  12. May 21, 2019
  13. May 17, 2019
  14. May 16, 2019
  15. May 15, 2019
  16. May 10, 2019
  17. May 08, 2019
  18. Apr 19, 2019