Commit Graph

  • 095b3113e7 Use pcfiledir for prefix in pkgconfig file Filipp Andjelo 2018-10-11 14:09:57 +0200
  • 4d50ab75a7
    Merge branch 'master' into typo Ryan Yee 2018-10-11 01:22:25 -0700
  • a83429f5d3 fix typo Ryan Yee 2018-10-06 02:29:49 -0700
  • 658c6390a5
    Merge pull request #1898 from spartucus/master Gennadiy Civil 2018-10-10 15:28:58 -0400
  • 8193ed069c
    Update .gitignore Tengfei Niu 2018-10-10 11:53:37 +0800
  • 274b39bfa0 Merge branch 'master' of https://github.com/google/googletest Jerry Turcios 2018-10-09 20:47:38 -0400
  • 78761b58fc Remove non-variadic pre C++11 AnyOf misterg 2018-10-09 16:26:28 -0400
  • 7d3b73c85a Unconditionally use std::tuple. Remove all mention of TR1 tuple and our own implementation of tuple. Abseil Team 2018-10-09 14:50:26 -0400
  • 5434989dbd Remove testing::internal::BothOfMatcher, no longer needed misterg 2018-10-09 14:18:16 -0400
  • b652edb39c Apply [[noreturn]] to Abort() Abseil Team 2018-10-09 13:51:29 -0400
  • 7a1e9114a4
    Update Makefile.am Gennadiy Civil 2018-10-09 15:47:46 -0400
  • 689ac9fbd0
    Update BUILD.bazel Gennadiy Civil 2018-10-09 15:42:49 -0400
  • 5ae4f62225
    Update README.md Gennadiy Civil 2018-10-09 11:45:47 -0400
  • 4665eee10a test, please ignore Gennadiy Civil 2018-10-09 11:34:09 -0400
  • 272c08380a
    Delete CHANGES Gennadiy Civil 2018-10-09 11:16:06 -0400
  • ac7ed4046c
    Delete CHANGES Gennadiy Civil 2018-10-09 11:15:26 -0400
  • a113467a4e Merge branch 'master' of https://github.com/google/googletest Jerry Turcios 2018-10-08 19:25:16 -0400
  • a31d6f9057 Merge c1170881039e859738c62b02a918116fc6d346bc into 27c86f2941 Eisoku Kuroiwa 2018-10-08 16:59:24 -0400
  • 4ac07de8de Fixing AllOfMatches test, where it properly belongs misterg 2018-10-08 11:56:57 -0400
  • 27c86f2941 always define define GTEST_LANG_CXX11 1 misterg 2018-10-08 10:42:22 -0400
  • fab35920ad Remove non-variadic pre C++11 AllOf misterg 2018-10-08 10:30:02 -0400
  • 4327d95b3e Merge branch 'master' of https://github.com/google/googletest Jerry Turcios 2018-10-07 23:09:07 -0400
  • 3149e0e88b
    Merge branch 'master' into python3-tests Gennadiy Civil 2018-10-05 16:23:55 -0400
  • 40f82ce56a
    Update primer.md Gennadiy Civil 2018-10-05 16:23:08 -0400
  • 07c4753a17 Remove pre-C++11 code from gtest-printers misterg 2018-10-05 14:52:02 -0400
  • f8a1481c0a Make GTestColor and ColoredPrintF available as internal APIs from gtest.h. This is for use in abseil exception safety testing. Abseil Team 2018-10-05 12:51:39 -0400
  • c28ce41590 Removed pre-C++11 IsContainerTest and IteratorTraits misterg 2018-10-05 12:22:40 -0400
  • 4bb49ed640 Apply clang-tidy modernize-use-nullptr to googletest. Abseil Team 2018-10-04 18:28:05 -0400
  • 7caf5ffd1d Merge branch 'master' of https://github.com/google/googletest Jerry Turcios 2018-10-04 18:31:27 -0400
  • f13bbe2992 Remove checking for C++ 11 and a pre-C++11 test from googletest tests misterg 2018-10-04 16:10:01 -0400
  • 4b82df5bb3
    Merge branch 'master' into python3-tests Gennadiy Civil 2018-10-04 15:08:14 -0400
  • 50ec6ee33c Merge branch 'master' of https://github.com/google/googletest Jerry Turcios 2018-10-04 07:41:43 -0400
  • bea3d61975 Merge d830440d48a9502161448bc78be33a53388dd1f4 into f5260ae757 1camper 2018-10-03 11:05:36 -0400
  • 9f8512d7c5 Remove compilation option for C++11 in the root CMakeLists.txt Jerry Turcios 2018-10-02 23:43:01 -0400
  • 77e0cd75b9 Resolve code changes from origin repository Jerry Turcios 2018-10-02 22:12:06 -0400
  • f5260ae757 Merge c798e39a4f96f5a985126cc3fab4738b6412cfc1 into e93da23920 Matthieu 2018-10-02 17:40:37 -0400
  • 1e893191c0 Add compilation option for C++11 in the root CMakeLists.txt Jerry Turcios 2018-10-02 15:11:11 -0400
  • e93da23920 Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into 7796273056 Gennadiy Civil 2018-10-02 14:47:56 -0400
  • 7796273056 Merge 86fe8a25eb5a6e4546f9e39cf23a5c764217bf85 into 440527a61e Marco Bubke 2018-10-02 11:31:21 -0400
  • 00938b2b22 Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into 75e834700d Arseny Aprelev 2018-10-01 16:47:09 -0400
  • 2e91bbcf6f
    Merge pull request #1875 from google/9A681768AABE08D1EFA5CA77528236A4 Gennadiy Civil 2018-10-01 14:53:59 -0400
  • a7b21c950d Googletest export misterg 2018-10-01 13:26:47 -0400
  • be429c8924 Googletest export durandal 2018-09-27 16:04:14 -0400
  • 6316d89433
    Merge pull request #1872 from jerryturcios08/master Gennadiy Civil 2018-10-01 11:38:26 -0400
  • cba3474435 Add a cached variable to CMAKE_CXX_STANDARD Jerry Turcios 2018-09-30 12:27:05 -0400
  • d97dea39b9 Add C++11 support in the root CMakeLists.txt Jerry Turcios 2018-09-28 14:55:43 -0400
  • 440527a61e
    Update appveyor.yml Gennadiy Civil 2018-09-26 21:52:12 -0700
  • 907ae9edad
    Merge branch 'master' into python3-tests Gennadiy Civil 2018-09-25 22:09:27 -0700
  • 75e834700d
    Merge pull request #1864 from google/revert-1853-appveyor-mingw-enable-tests-again Gennadiy Civil 2018-09-25 22:06:05 -0700
  • c2a2f49a3d
    Revert "[mingw] enable the unittests for gmock and gtest again" Gennadiy Civil 2018-09-25 21:58:40 -0700
  • 707b3b25c8
    Merge pull request #1855 from zach2good/issue1854_remove_i386_xcode10 Gennadiy Civil 2018-09-25 21:44:35 -0700
  • a6b5c58ec8
    Merge pull request #1853 from matlo607/appveyor-mingw-enable-tests-again Gennadiy Civil 2018-09-25 21:44:13 -0700
  • 9241466921
    Merge branch 'master' into appveyor-mingw-enable-tests-again Gennadiy Civil 2018-09-25 21:29:51 -0700
  • 0809c68040
    Merge pull request #1862 from google/9A681768AABE08D1EFA5CA77528236A4 Gennadiy Civil 2018-09-25 21:29:20 -0700
  • 220e790a96
    Keep one MinGW build, remove the others Gennadiy Civil 2018-09-25 20:57:46 -0700
  • 77301d64c8
    Update appveyor.yml Gennadiy Civil 2018-09-25 20:53:57 -0700
  • 8286bf2233
    Update appveyor.yml Gennadiy Civil 2018-09-25 20:49:16 -0700
  • 24ba1b1b3e
    Delete m4_ax_cxx_compile_stdcxx_11.m4 Gennadiy Civil 2018-09-25 20:32:54 -0700
  • 239d2691b4
    Delete m4_ax_cxx_compile_stdcxx.m4 Gennadiy Civil 2018-09-25 20:32:37 -0700
  • 12b97f3783
    Update configure.ac Gennadiy Civil 2018-09-25 20:32:11 -0700
  • 993f6d8960
    Update Makefile.am Gennadiy Civil 2018-09-25 20:31:31 -0700
  • adcb1f8e8e
    Update .travis.yml Gennadiy Civil 2018-09-25 20:23:25 -0700
  • 5b6e40f46d automake Gennadiy Civil 2018-09-25 23:16:10 -0400
  • 41b16d28d6 test automake c++11 Gennadiy Civil 2018-09-25 23:07:54 -0400
  • df2a8dbc6d
    Update configure.ac Gennadiy Civil 2018-09-25 16:35:47 -0700
  • 5a4e2b1580
    Update configure.ac Gennadiy Civil 2018-09-25 16:29:31 -0700
  • 2ec9923ccb typo Gennadiy Civil 2018-09-25 15:58:43 -0400
  • c159a7719c autotools c++11 Gennadiy Civil 2018-09-25 15:54:29 -0400
  • e2f45b1bb8 autotools c++11 Gennadiy Civil 2018-09-25 15:45:52 -0400
  • f60de198af test Gennadiy Civil 2018-09-25 15:31:01 -0400
  • ecbcd99c4f include c++11 for autotools Gennadiy Civil 2018-09-25 14:22:11 -0400
  • 70de02bf2c
    Merge branch 'master' into 9A681768AABE08D1EFA5CA77528236A4 Gennadiy Civil 2018-09-25 11:08:43 -0700
  • 70ed5e5c45
    Merge pull request #1863 from google/revert-1857-master Gennadiy Civil 2018-09-25 11:08:29 -0700
  • 2b016ca493 Googletest export Abseil Team 2018-09-25 12:58:17 -0400
  • c34ecf1ff0
    Revert "Add clang format check to one of the builds" Gennadiy Civil 2018-09-25 10:05:30 -0700
  • b2788286d1 Googletest export misterg 2018-09-25 11:24:20 -0400
  • ba974c97ac Googletest export misterg 2018-09-24 10:57:59 -0400
  • 0fc5466dbb Googletest export Abseil Team 2018-09-20 15:00:10 -0400
  • 0f7f5cd93a
    Merge pull request #1861 from gennadiycivil/master Gennadiy Civil 2018-09-25 09:59:22 -0700
  • db6e8c727a enable MingW on PR Gennadiy Civil 2018-09-25 12:32:52 -0400
  • b91eab2fc7 C++11 autotools build Gennadiy Civil 2018-09-25 12:24:34 -0400
  • c26dd53ce2 adding c++11 to appveyor mingW Gennadiy Civil 2018-09-25 12:20:01 -0400
  • 5e13fe6622
    Merge branch 'master' into appveyor-mingw-enable-tests-again Gennadiy Civil 2018-09-25 00:12:18 -0700
  • a4f57cf49a
    Merge branch 'master' into python3-tests Gennadiy Civil 2018-09-25 00:10:15 -0700
  • b19266a3e3
    Merge pull request #1857 from gennadiycivil/master Gennadiy Civil 2018-09-25 00:09:27 -0700
  • 76e1045729 typo Gennadiy Civil 2018-09-25 02:55:08 -0400
  • 2d3466be47 Add clang format check to one of the builds to provide indication that formatting is incorrect Gennadiy Civil 2018-09-25 02:42:15 -0400
  • 0272ff1aa0 Issue #1854: remove support for i386 for XCode 10 Zach Toogood 2018-09-24 16:02:12 +0300
  • 0e161c3c8b [mingw] enable the unittests for gmock and gtest again Matthieu Longo 2018-09-24 10:28:16 +0200
  • ed6e84ccef
    Merge pull request #1850 from Jonny007-MKD/master Gennadiy Civil 2018-09-23 12:25:08 -0700
  • fd17c91bad
    Merge branch 'master' into master Gennadiy Civil 2018-09-23 12:10:40 -0700
  • c7a429a667
    Update CONTRIBUTING.md Gennadiy Civil 2018-09-23 12:10:08 -0700
  • 51945d3cd5
    Update README.md Gennadiy Civil 2018-09-23 12:07:25 -0700
  • a2f13308c8
    Add .clang-format Gennadiy Civil 2018-09-23 12:05:21 -0700
  • 81c0b876b4
    Formatting Gennadiy Civil 2018-09-23 09:42:11 -0700
  • 6596471104
    Formatting Gennadiy Civil 2018-09-23 09:41:12 -0700
  • 5293383707
    Formatting Gennadiy Civil 2018-09-23 09:35:25 -0700
  • 78d3bfeb44
    Formatting Gennadiy Civil 2018-09-23 09:34:47 -0700
  • 67d3c0f6d7 Fix unit test Jonny007-MKD 2018-09-23 16:39:13 +0200
  • 2b2b8d71c1 Fix ColoredOutputTest.UsesColorsWhenTermSupportsColors again Jonny007-MKD 2018-09-23 15:50:29 +0200