Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Jaffe e66fe29157 Do some cleanup. hace 5 años
  Sam Jaffe 8421da3405 Remove unneeded functions. hace 5 años
  Sam Jaffe 46e766570a Improve type system, add overrides that mark std::string as terminal in all cases. hace 5 años
  Sam Jaffe 48b293afd3 Add an is_associative trait. hace 5 años
  Sam Jaffe ffc3b2e056 Re-arrange files more sensibly. hace 5 años
  Sam Jaffe 48258b5adb Remove inplace_t entirely hace 5 años
  Sam Jaffe bec9d851f3 Add a few more recursive_iterator tests. hace 5 años
  Sam Jaffe 284e1e4db0 Improve accessor test quality. hace 5 años
  Sam Jaffe 52df0bb5cf Add missing function coverage to filter_iterator. hace 5 años
  Sam Jaffe e5c74556af Add all tests for indexed_iterator. hace 5 años
  Sam Jaffe 4835c03704 Fix const-correctness on operator!=. hace 5 años
  Sam Jaffe 7b7e6648e6 Remove functions in unkeyed_iterator that are realistically never going to be used except in the case of mis-application. hace 5 años
  Sam Jaffe 0a0b490838 Complete test coverage for end_aware_iterator. hace 5 años
  Sam Jaffe 060aad54a1 Remove details from the forward file. hace 5 años
  Sam Jaffe d0373f27e5 More @param -> @tparam hace 5 años
  Sam Jaffe c95ca71875 Apply clang-format. hace 5 años
  Sam Jaffe 523abc78fb Convert to GoogleTest. hace 5 años
  Sam Jaffe 6baf82e41a Convert to using proper dir structure hace 5 años
  Sam Jaffe 8c18c56020 Update to XCode 10 hace 6 años
  Sam Jaffe 79fc376342 Update XCode settings. hace 6 años
  Samuel Jaffe a1de3c895f Fixing minor issues/pattern failures. hace 8 años
  Samuel Jaffe ff8bdac761 Adding filter_iterator, which allows the consumer to discard elements of a collection based on a provided predicate. hace 8 años
  Samuel Jaffe 88ff581e82 Creating an indexed iterator, for when you need to keep track of the 'index' while iterating through a collection. hace 8 años
  Samuel Jaffe 9f24f123cb Recursive iterator is a forward_iterator. This is guaranteed by end_aware_iterator as well, but should be made explicit. hace 8 años
  Samuel Jaffe 307fba398a Adding unkeyed_iterator - an iterator for associative types that discards keys, allowing it to be treated like a non-associative array of values. hace 8 años
  Samuel Jaffe ed3bd68fef Merge branch 'remove_joining_iterator' hace 8 años
  Samuel Jaffe 9d80954d44 Making operator*/-> const-correct. hace 8 años
  Samuel Jaffe 16e1b21243 Making recursive_iterator able to replace joining_iterator, for bucket_hash_map, etc. hace 8 años
  Samuel Jaffe ff84098870 Adding forward declarations of end_aware_iterator, joining_iterator, recursive_iterator, and recursive_iterator_n. hace 8 años
  Samuel Jaffe 1d77eb0825 Changing constructors in assign() for recursive_iterator to use make_end_aware_iterator(). hace 8 años