aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/external/abseil-cpp.cmake
Commit message (Collapse)AuthorAge
* Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
| | | | | | | | | | | | | | | | | | | | | * Port StringPrintf from //base. Prefer this to approaches based on variadic templates. While the variadic template mechanisms are strictly safer, they result in binary bloat we can't afford. This is essentially the same StringPrintf previously open sourced as a part of protobuf, though updated for C++11 which saves a copy and a temporary buffer on the heap. * Add abseil as a subdirectory of Firestore This saves having to redefine all the libraries that abseil defines as imported libraries. * Rename firebase_firesture_util_log_* targets Cut the log out of the name to reflect that these will get more components besides just logging.
* Fix whitespaceGravatar Marek Gilbert2017-12-08
|
* Add abseil-cpp to the superbuildGravatar Marek Gilbert2017-12-07