Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge pull request #1450 from morganchen12/auth4 | Morgan Chen | 2018-06-26 | |
|\ | | | | | Force GTMSessionFetcher to not reuse NSURLSessions | |||
* | | Install protobuf during CMake build (#1460) | Gil | 2018-06-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install protobuf * Use the built-in FindProtobuf.cmake * Add additional build configuration flags * Preserve generator configuration in the protobuf sub-build Without this, the build fails on Win64 because the default configuration builds a Win32 libprotobuf and the Win64 build rejects it. * Wire the installed protobuf into the gRPC build. * Install nanopb | |||
* | | Install googletest (#1461) | Gil | 2018-06-26 | |
| | | | | | | Also add FindGMock to Find gmock after installation | |||
* | | Install FirebaseCore during CMake build (#1462) | Gil | 2018-06-26 | |
| | | ||||
* | | Update CHANGELOG for Firestore v0.12.5 (#1463) | Gil | 2018-06-26 | |
| | | ||||
* | | Improves "Could not reach Firestore backend." log message. (#1455) | Michael Lehenbauer | 2018-06-26 | |
| | | | | | | Port of https://github.com/firebase/firebase-js-sdk/pull/864 | |||
* | | Prepare for installed sub-projects (#1459) | Gil | 2018-06-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ignore vim backup files * Prepare for installed subprojects This adds FIREBASE_BINARY_DIR to point to the out-of-source build directory (which previously was passed around as FIREBASE_INSTALL_DIR). This repurposes FIREBASE_INSTALL_DIR to point to ${FIREBASE_BINARY_DIR}/opt, and installation root for subprojects that have an install step. * Allow download directory to be specified | |||
* | | Update CHANGELOG.md (#1454) | Lingyi Zhang | 2018-06-26 | |
| | | ||||
* | | Update database release notes for M29 (#1458) | Paul Beusterien | 2018-06-26 | |
| | | ||||
* | | Disable sanitizers (#1456) | Paul Beusterien | 2018-06-26 | |
| | | ||||
* | | Always run sanitizers with AllUnitTests_iOS (#1447) | Paul Beusterien | 2018-06-25 | |
| | | | | | | | | | | * Always run sanitizers with AllUnitTests_iOS * increase timeout value | |||
* | | Disable failing didReceiveRemoteNotification tests(#1451) (#1452) | Paul Beusterien | 2018-06-25 | |
| | | ||||
* | | Merge pull request #1453 from morganchen12/auth3 | Morgan Chen | 2018-06-25 | |
|\ \ | | | | | | | Fix bad versions in Auth changelog | |||
| * | | Fix bad versions in Auth changelog | Morgan Chen | 2018-06-25 | |
| | | | ||||
* | | | Remove heartbeat timestamp (#1449) | Lingyi Zhang | 2018-06-25 | |
| | | | ||||
| | * | Force GTMSessionFetcher to not reuse NSURLSessions | Morgan Chen | 2018-06-25 | |
| | | | ||||
* | | | Merge pull request #1448 from morganchen12/auth3 | Morgan Chen | 2018-06-25 | |
|\| | | |/ |/| | Fix bad JWT parsing | |||
| * | Fix bad JWT parsing | Morgan Chen | 2018-06-25 | |
|/ | ||||
* | Update Carthage docs for FirebaseML (#1441) | Paul Beusterien | 2018-06-25 | |
| | ||||
* | Fix undefined behavior sanitizer issues in RTDB (#1445) | Paul Beusterien | 2018-06-25 | |
| | ||||
* | Fix data race issue caught by sanitizer (#1446) | Paul Beusterien | 2018-06-25 | |
| | ||||
* | Refactor nanopb decoding methods (#1438) | rsgowman | 2018-06-25 | |
| | | | Rather than decoding the type, and then the contents, decode them both at once. | |||
* | Fix a few implicit converstion warnings (#1439) | rsgowman | 2018-06-22 | |
| | | | Were showing up in xcode build (but not cmake build) | |||
* | Refactored a few methods from anon namespace to remote serializer (#1435) | rsgowman | 2018-06-22 | |
| | ||||
* | Add a couple of new small Functions APIs. (#1434) | Bryan Klimt | 2018-06-21 | |
| | | | | | | * Add a Functions constructor that allows setting a region. * Add a method to set an emulator origin to use. * Update the changelog | |||
* | Initial creation of the local serializer. (#1415) | rsgowman | 2018-06-21 | |
| | | | Added a single, basic test as a motivator. | |||
* | Merge pull request #1432 from firebase/pb-merge53 | Paul Beusterien | 2018-06-20 | |
|\ | | | | | Merge and resolve conflicts for release-5.3.0 | |||
| * | Merge and resolve conflicts from release-5.3.0 | Paul Beusterien | 2018-06-20 | |
|/| | ||||
* | | Remove Limbo Document GC (#1413) | Greg Soltis | 2018-06-20 | |
| | | | | | | | | | | | | * Remove usage of eager garbage collector for tracking limbo document references * Fix style | |||
* | | Removing the target state on stream error (#1420) | Sebastian Schmidt | 2018-06-20 | |
| | | ||||
* | | Merge pull request #1383 from morganchen12/auth2 | Morgan Chen | 2018-06-20 | |
|\ \ | | | | | | | Promote users to non-anonymous status even when linking account w/o pw | |||
| * | | Promote users to non-anonymous status even when linking account w/o pw | Morgan Chen | 2018-06-19 | |
| | | | ||||
* | | | add a warning message that the topic operation is suspended without a token ↵ | Chen Liang | 2018-06-19 | |
| | | | | | | | | | | | | (#1427) | |||
* | | | Corrected the deprecation warning when subscribing to or unsubscribing from ↵ | Chen Liang | 2018-06-19 | |
| | | | | | | | | | | | | a topic (#1425) | |||
* | | | remove the token check for topic subscription/unsubscription (#1422) | Chen Liang | 2018-06-19 | |
| | | | ||||
* | | | Fix typo in CHANGELOG (#1421) | Ryan Wilson | 2018-06-18 | |
| | | | ||||
* | | | Hookup serializer_test.cc to the xcode based test suite (#1343) | rsgowman | 2018-06-18 | |
|\ \ \ | ||||
* | | | | Avoid closing unintialized substreams (#1411) | Mina Farid | 2018-06-18 | |
| | | | | | | | | | | | | | | | | | | | | * A substream should not be closed if pb_make_string_substream() failed to create it and returned false. * Fixed a potential wrong error message. | |||
| * | | | Merge pull request #1416 from firebase/wilhuff/protobuf_cpp | rsgowman | 2018-06-18 | |
| |\ \ \ | | | | | | | | | | | Fixups to rsgowman/protobuf_cpp | |||
| | * | | | Remove PB_FIELD_16BIT | Marek Gilbert | 2018-06-15 | |
| | | | | | ||||
| | * | | | Fix retain self warnings that crept in | Marek Gilbert | 2018-06-15 | |
| | | | | | ||||
| | * | | | Disable warnings in the protobuf-C++ code | Marek Gilbert | 2018-06-15 | |
| | | | | | ||||
| | * | | | pod update output from cocoapods 1.5.3 | Marek Gilbert | 2018-06-15 | |
| | | | | | ||||
| | * | | | Remove exclusions for serializer_test.cc | Marek Gilbert | 2018-06-15 | |
| | | | | | ||||
| | * | | | Move -D flags into GCC_PREPROCESSOR_DEFINITIONS | Marek Gilbert | 2018-06-15 | |
| | | | | | ||||
| | * | | | Add an explicit dependency on nanopb | Marek Gilbert | 2018-06-15 | |
| |/ / / | ||||
* | | | | Automate release version updating (#1414) | Paul Beusterien | 2018-06-15 | |
| | | | | ||||
* | | | | One more FirebaseCore release note (#1408) | Paul Beusterien | 2018-06-13 | |
| | | | | ||||
* | | | | Minor LevelDB cleanups (#1401) | Gil | 2018-06-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add leveldb_transaction* to the CMake build * Use std::unique_ptr for leveldb::DB pointers | |||
* | | | | Core M28 release notes (#1407) | Paul Beusterien | 2018-06-13 | |
| | | | |