- 16 Jul, 2019 3 commits
-
-
Gennadiy Civil authored
-
misterg authored
Fix documentation links PiperOrigin-RevId: 258389329
-
Abseil Team authored
Update a broken link in a comment. PiperOrigin-RevId: 257493975
-
- 15 Jul, 2019 5 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Krystian Kuzniarek authored
ee3aa831 added a broken link which results in 404. The broken part is reference to a nonexistent file "CheatSheet.md" instead of "cheet_sheet.md".
-
- 13 Jul, 2019 7 commits
-
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
- 10 Jul, 2019 1 commit
-
-
Sam Sobell authored
This line directly contradicts the warning that google mock spits out on unused mock calls: ``` NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details. ``` One or the other should be changed, and I believe the advice in this file is incorrect.
-
- 19 Jun, 2019 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
-
Gennadiy Civil authored
-
- 18 Jun, 2019 1 commit
-
-
misterg authored
gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it. PiperOrigin-RevId: 253820111
-
- 17 Jun, 2019 2 commits
-
-
Abseil Team authored
Project import generated by Copybara. PiperOrigin-RevId: 253600369
-
misterg authored
Internal Change PiperOrigin-RevId: 253581166
-
- 14 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 13 Jun, 2019 4 commits
-
-
Gennadiy Civil authored
Makefiles are no longer supported. Adding pseudo-break with their impending removal to make sure that people who are interested will notice
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
-
Tom Lachecki authored
-
- 10 Jun, 2019 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 06 Jun, 2019 1 commit
-
-
Wenyuan Yan authored
-
- 04 Jun, 2019 1 commit
-
-
Peter Levine authored
-
- 22 May, 2019 1 commit
-
-
gennadiycivil authored
-
- 20 May, 2019 1 commit
-
-
Enji Cooper authored
Signed-off-by:Enji Cooper <yaneurabeya@gmail.com>
-
- 03 May, 2019 2 commits
-
-
Abseil Team authored
Remove special case for protocol buffers. It is no longer needed. PiperOrigin-RevId: 246550795
-
misterg authored
Clarify build system support - CMake and automake community supported PiperOrigin-RevId: 245821927
-
- 29 Apr, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 18 Apr, 2019 2 commits
-
-
Abseil Team authored
Remove GMock Doctor. It has not been actively supported for a while. We also now have better techniques to improve compiler errors where needed instead of requiring a separate tool to diagnose them. PiperOrigin-RevId: 244196068
-
misterg authored
Expose more information in SuiteApiResolver diagnostic output PiperOrigin-RevId: 244179347
-
- 09 Apr, 2019 1 commit
-
-
David Benjamin authored
Per the MSVC documentation the warning is new as of Visual Studio 2017, version 15.8. https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/c5046?view=vs-2019 GTest users building on MSVC 2015 or older versions of 2017 will, when C4616 is enabled, see a warning like: [...]gtest-matchers.h(53): error C2220: warning treated as error - no 'object' file generated [...]gtest-matchers.h(53): warning C4619: #pragma warning: there is no warning number '5046' Guard the mention of 5046 by an _MSC_VER check. VS2017 15.8 corresponds to an _MSC_VER of 1915. https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=vs-2019
-