Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Jaffe d87c170511 chore: XCode updates hace 2 años
  Sam Jaffe ee7a79e15f Support pointers lib using pointers namespace hace 5 años
  Sam Jaffe 06f1b6f6a6 Update to account for pointers repo changes. hace 5 años
  Sam Jaffe 5c9872c3d4 Add coverage gitignore. hace 5 años
  Sam Jaffe adb5222748 Add initializer_list-ish constructor. hace 5 años
  Sam Jaffe 8a3757fac4 Re-jigger directory structure. hace 5 años
  Sam Jaffe 9dd95fd795 Arrange all files following the order of: hace 5 años
  Sam Jaffe f91fa98d98 More cleanup. hace 5 años
  Sam Jaffe 408a970275 Perform a bunch of minor cleanup. hace 5 años
  Sam Jaffe 8c840a317e Perform some cleanup. hace 5 años
  Sam Jaffe acd0ffefb2 Update to XCode 10 hace 6 años
  Sam Jaffe f7344094a4 Update XCode settings. hace 6 años
  Sam Jaffe 12c2fb596e Add new tests for: hace 7 años
  Sam Jaffe 9f5f144cd6 Add test for empty tree and move constructor hace 7 años
  Sam Jaffe e2a7b9f7f6 Add test case for dereferencing an invalid iterator hace 7 años
  Sam Jaffe 7a4c179fac Converting tests to GoogleMock. hace 7 años
  Sam Jaffe 9901684bc3 Fix compiler error in move constructor hace 7 años
  Samuel Jaffe d162ccfb5b Cleaning some things up. Fixing bugs in typedefs, etc. hace 8 años
  Samuel Jaffe bd1fa999cd Minor cleanup hace 8 años
  Samuel Jaffe 25580fe76d Extract swap to trie_impl.hpp, since it d/n depend on private members of trie_iterator. hace 8 años
  Samuel Jaffe fed6a55440 Extracting find_impl into a friend function. hace 8 años
  Samuel Jaffe 1d27d8fb4e Adding 'find(...) const -> const_iterator' functions. This adds a const_iml_iterator typedef, and alters find_impl into a pseudo-static function. hace 8 años
  Samuel Jaffe 336ccbb765 Making emplace properly support rvalue keys/key collections. hace 8 años
  Samuel Jaffe 9ae406f017 Cherry picking good change fragments from optional branch hace 8 años
  Samuel Jaffe 84224185bb Reducing duplication between 1-key and N-key functions. hace 8 años
  Samuel Jaffe 495c1744a7 Create unified insert_impl, to allow multikeys-insert to return as if a normal insert function. hace 8 años
  Samuel Jaffe cbb8610def Editing test cases to have a default trie that is more expressive. hace 8 años
  Samuel Jaffe 6d9408f0e4 De-duplicating code for operator[]. hace 8 años
  Samuel Jaffe 993a2ca94e Make trie's copy constructor O(n) hace 8 años
  Samuel Jaffe b1f756b780 Fixing insert(key_type const &, mapped_type const &) to properly return iterator. hace 8 años