aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/immutable
Commit message (Expand)AuthorAge
* Fix Firestore source errors under VS2017 (#1515)Gravatar Gil2018-07-11
* C++: for immutable data structures, forbid ignoring result of insert/eraseGravatar Konstantin Varlamov2018-07-09
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Add Immutable SortedSet in C++ (#1206)Gravatar Gil2018-05-02
* Add key-only projections to immutable C++ maps (#1166)Gravatar Gil2018-04-24
* Implement erase in C++ immutable maps (#1158)Gravatar Gil2018-04-24
* Implement find-related methods on C++ immutable maps (#1145)Gravatar Gil2018-04-20
* Fix build breakages under linux (gcc) (#1154)Gravatar rsgowman2018-04-20
* Implement iterators for our immutable maps (#1132)Gravatar Gil2018-04-19
* Implement TreeSortedMap::insert (#1081)Gravatar Gil2018-04-17
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Fix build breakage on linux (#997)Gravatar rsgowman2018-04-05
* Initial TreeSortedMap and SortedMap in C++ (#980)Gravatar Gil2018-03-29
* Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* Fix test failures that occur during prod build (#910)Gravatar rsgowman2018-03-12
* Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31