Commit Graph

  • 38ec2a1df6 docs: fix broken link from dummies guide to cook book Jose Nino 2017-06-19 14:27:39 -0700
  • 41ad243d93 Fix typo in gmock-actions.h Hector Dearman 2017-06-19 18:43:55 +0100
  • 24054ff073 Fixed misspelling in assertion message. Hector Dearman 2017-06-19 18:27:33 +0100
  • e494290512 Allow death test child to bypass WER under MinGW Tanzinul Islam 2017-06-19 01:33:58 +0100
  • c2d90bddc6 Create gtest-internal.h Billy Donahue 2017-06-11 18:34:04 -0400
  • a44bbab9bd Merge pull request #1113 from jorgehb/patch-1 Billy Donahue 2017-06-11 18:21:29 -0400
  • 00ed9b566e Fixing float comparison broken link jorgehb 2017-06-08 10:01:55 -0400
  • dca9d5fc51 Remove unnecessary 'the'. lipk 2017-05-30 17:29:32 +0200
  • 42bc671f47 Merge pull request #1091 from nico/wmicro Billy Donahue 2017-05-23 11:10:42 -0400
  • 59c795ce08 Merge pull request #1096 from gennadiycivil/add-ability-for-custom-temdir-1093 Billy Donahue 2017-05-18 16:19:58 -0400
  • 76491b74de Changes add ability to overwrite TempDir(), issue https://github.com/google/googletest/issues/1093 Gennadiy Civil 2017-05-18 10:19:28 -0400
  • 7cc548dcbf Merge pull request #1089 from nico/stdstring Billy Donahue 2017-05-16 17:00:03 -0400
  • 078d5d930a Merge pull request #1090 from nico/typo Billy Donahue 2017-05-15 23:54:23 -0400
  • 2a5d67ccad Merge pull request #1092 from nico/comment Billy Donahue 2017-05-15 21:26:10 -0400
  • e1466ba4fe Gender-neutralize comments in gtest.h. Nico Weber 2017-05-15 18:00:29 -0400
  • 09fd5b3ebf Use std::string and ::string explicitly in gtest and gmock code. Nico Weber 2017-05-15 17:07:03 -0400
  • b2cbbec04c Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows. Nico Weber 2017-05-15 17:21:25 -0400
  • 6c0c8a7ea5 Fixing typo in documentation. Nico Weber 2017-05-15 17:12:19 -0400
  • 294f72bc77 Merge pull request #725 from donhuff/xcode-headers Billy Donahue 2017-05-15 11:44:37 -0400
  • 8c7f93feda Merge pull request #1078 from pwnall/gtest_api_port Billy Donahue 2017-05-10 22:10:01 -0400
  • 887d569eb0 Merge pull request #965 from davidben/format-attr Billy Donahue 2017-05-07 01:07:16 -0400
  • fac0dfbe73 Add NetBSD support Kamil Rytarowski 2017-05-06 04:09:32 +0200
  • b7cf4414d9 Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h. Victor Costan 2017-05-04 02:47:19 -0700
  • 0ad83afdaa Merge pull request #1034 from dankegel/master Billy Donahue 2017-05-02 14:53:21 -0400
  • 69c6db249a Merge pull request #1077 from gennadiycivil/make-temp-dir-public-issue-1076 Billy Donahue 2017-05-02 14:52:05 -0400
  • 611e8a99de Changes to make TempDir() public Gennadiy Civil 2017-05-02 14:16:11 -0400
  • a6418a4dd1 Merge remote-tracking branch 'github_google/master' into master-github_frosteyes Claus Stovgaard 2017-04-05 10:18:07 +0200
  • 5ff680577d Again rewrote everything danilcha 2017-03-12 18:11:22 +0100
  • 81bc87652d Added explicit gtest library dependency danilcha 2017-03-12 17:47:14 +0100
  • b6c4d434db Update README.md danilcha 2017-03-11 01:06:58 +0100
  • b2521c890a Update README.md danilcha 2017-03-11 01:02:21 +0100
  • 518e0519ca Minimal changes to fix build failures on Microsoft Visual Studio 2015 Dan Kegel 2017-03-01 16:44:47 -0800
  • a2451c7403 Fixed some typos vpfautz 2017-02-26 19:15:33 +0100
  • aa148eb2b7 Merge pull request #1029 from google/BillyDonahue-patch-3 Billy Donahue 2017-02-25 20:47:57 -0500
  • ba638689e4 Remove /tree/ from Readme.md links. Billy Donahue 2017-02-25 20:46:21 -0500
  • 51143d5b62 Merge pull request #996 from srz-zumix/fix-error Billy Donahue 2017-02-17 10:50:24 -0500
  • b74070cfd9 googlemock version must be changed as well Olivier Clavel 2017-02-13 22:15:22 +0100
  • fa892afcb9 Wrong version reported (1.7.0 should be 1.8.0) Olivier Clavel 2017-02-13 14:59:00 +0100
  • 51d92b2ccb Replace html entities with their equivalents Dawid Kurek 2017-02-06 13:31:11 +0100
  • 9655b9f53d fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/ srz_zumix 2017-02-03 08:05:22 +0900
  • d62d6c6556 Merge pull request #982 from mbjorge/unused-variable-fix Billy Donahue 2017-01-31 17:09:47 -0500
  • 9ae086a9eb Merge pull request #874 from sejr/master Billy Donahue 2017-01-23 16:13:43 -0500
  • 3134af23d7 Merge pull request #1 from google/master Sam Roth 2017-01-23 13:49:32 -0500
  • 06a81e9357 Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P Mike Bjorge 2017-01-09 16:02:55 -0800
  • 2eaab21554 added link to sample 6 in the documentation of typed test nicolacavallini 2016-12-23 11:45:08 +0100
  • 53c478d639 Annotate ColoredPrintf with the format attribute and fix bugs. David Benjamin 2016-12-21 20:40:58 -0500
  • 5e7fd50e17 Merge pull request #658 from audiofanatic/ExternalProject_at_configure_time Billy Donahue 2016-12-18 11:59:12 -0500
  • c0059a79f8 2.6.4 is the minimum CMake version, so enforce it (#656) Craig Scott 2016-01-01 11:01:15 +1100
  • cb502b7ad1 Added CMake configure-time download instructions to docs Craig Scott 2015-12-08 00:14:24 +1100
  • 3ec005239f Fix a typo Alexey Klimkin 2016-12-12 16:38:14 -0800
  • 0fdf78b966 Fix a few documentation nits in the mock dummies guide Simon Glass 2016-12-08 10:57:46 -0500
  • 75b683df46 Fix or condition typo ( '|' -> '||' ) srz_zumix 2016-11-11 12:21:56 +0900
  • bef93f32c1 Fix small typo SeArrayArgument bartshappee 2016-11-07 13:33:22 -0500
  • 21ccd6108d update README.md with tiny-dnn Edgar Riba 2016-11-05 19:58:53 +0100
  • 008e54c1dd Fix #923 - support CMAKE_CROSSCOMPILING_EMULATOR for tests Martin Oberhuber 2016-11-05 09:25:59 +0100
  • a2b8a8e076 Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE Billy Donahue 2016-11-03 16:36:28 -0400
  • 96977463ee Fix the link to the float comparison article Jérémie Delaitre 2016-11-03 11:38:41 +1300
  • 3447fc31b4 Merge pull request #728 from DanAlbert/tuple-stlport Billy Donahue 2016-11-02 13:54:19 -0400
  • 4eafafbde5 Fix detection of GTEST_HAS_CLONE for Android. Dan Albert 2016-11-01 06:32:25 -0700
  • 0b6d947517 Update Primer.md Ross Wang 2016-10-18 13:56:03 -0700
  • 7fbc5986cc enable null detection on Solaris Studio 12u4+ iignatev 2016-10-17 20:42:18 +0300
  • 194e3c8102 Fix WhenSorted() documentation example Gallaecio 2016-10-08 22:17:31 +0200
  • ecd530865c Merge pull request #876 from marco-m/patch-1 Billy Donahue 2016-09-21 16:22:52 -0400
  • 8ce0b5907c Cookbok: fix broken relative link Marco Molteni 2016-09-13 20:53:41 +0200
  • 32b4a9b390 Fixed broken links Samuel Roth 2016-09-12 12:34:50 -0400
  • 0e0ff5c341 blob vs tree Samuel Roth 2016-09-12 12:33:44 -0400
  • 960a511f45 Fixing relative links Samuel Roth 2016-09-12 12:31:50 -0400
  • 995db996de Fixing KnownIssues and FrequentlyAskedQuestions links Samuel Roth 2016-09-12 12:27:36 -0400
  • f5c0130e88 Broken relative links fixed Samuel Roth 2016-09-12 12:24:08 -0400
  • 9cb03aa702 Fixing ForDummies link Samuel Roth 2016-09-12 12:19:26 -0400
  • 51b290d41e One works Samuel Roth 2016-09-12 12:15:49 -0400
  • 16d6af7d41 Relative links Samuel Roth 2016-09-12 12:14:53 -0400
  • 10ff7f9468 Fixing relative links Samuel Roth 2016-09-12 12:14:00 -0400
  • 48ee8e98ab Merge pull request #856 from KindDragon/mingw-appveyor Billy Donahue 2016-09-07 14:48:12 -0400
  • d8fe70f477 Fix build with MinGW-w64 Arkadiy Shapkin 2016-09-05 00:57:49 +0300
  • f700442db3 Clarifying language Marzo Sette Torres Junior 2016-09-02 14:39:48 -0300
  • 82396f2d54 Update Primer.md tommyleo2 2016-09-02 19:45:48 +0800
  • 68f19facc2 Moved the ignoring of *.pyc files to top level for also covering googlemock python scripts. Claus Stovgaard 2016-08-30 16:15:46 +0200
  • 1cff1460d1 Add links to IRC channel and Google Group Arkady Shapkin 2016-08-24 22:46:26 +0300
  • ed9d1e1ff9 Merge pull request #721 from ilmagico/fix-mingw-threads Billy Donahue 2016-08-24 08:15:38 -0400
  • ec44c6c167 Merge pull request #821 from mazong1123/master Billy Donahue 2016-07-14 13:15:38 -0400
  • dc2dbf1fbf Reformatted the Unprintable operator== code style. mazong1123 2016-07-14 16:49:42 +0800
  • 531bf5c410 Fixed issue #775 mazong1123 2016-07-14 13:44:46 +0800
  • d406cb18c3 Merge pull request #814 from google/BillyDonahue-patch-2 Billy Donahue 2016-06-28 22:27:12 -0400
  • e51026e5d1 Add Appveyor badge to Readme.md Billy Donahue 2016-06-28 22:26:30 -0400
  • 8134585072 Merge pull request #723 from KindDragon/master Billy Donahue 2016-06-28 10:47:48 -0400
  • 43c0ae3375 Support running MSVC build on AppVeyour Arkadiy Shapkin 2016-06-25 01:29:18 +0300
  • 10799abad2 Merge pull request #810 from google/rollback_808 Billy Donahue 2016-06-26 19:09:45 -0400
  • ce7ec96eda Rollback change #808. Billy Donahue 2016-06-26 18:33:10 -0400
  • faee7d1fbc Merge pull request #808 from djmott/master Billy Donahue 2016-06-26 11:15:54 -0400
  • 2489c30747 Fix to tests that return object which implement operator bool David Mott 2016-06-25 16:21:09 -0500
  • e35015f539 fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that implement operator bool David Mott 2016-06-25 15:41:19 -0500
  • 08d76be4cc Performance fixes reported by cppcheck Tobias Markus 2016-05-22 18:35:47 +0200
  • a7ab054f2b Issue 709: Fix Cmake policy 0048 Manuel Vives 2016-05-21 20:18:32 -0400
  • 0a439623f7 Merge pull request #773 from mazong1123/master Billy Donahue 2016-05-15 12:20:57 -0400
  • 5bae126d66 Added VS 2015 project support. mazong1123 2016-05-15 21:46:38 +0800
  • 01f3d09f9f Updated the value of GTEST_DIR to reflect the googletest dir. mazong1123 2016-05-15 21:32:56 +0800
  • 2746b57f78 Changed the GTestDir marco value to reflect the new dir of googletest. mazong1123 2016-05-15 20:48:08 +0800
  • 266a185a52 remove duplicated words Li Peng 2016-04-27 16:41:27 +0800
  • 1d1b306dd4 made capitalization more consistent with other projects. Nic Holthaus 2016-03-26 19:45:11 -0400