summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/gtest: Remove python3 supportPeter Levine2018-09-221-1/+1
| | | | | | | Tests currently fail with python3. Remove support pending https://github.com/google/googletest/pull/1839. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Adjust dodoc syntaxPeter Levine2018-09-221-2/+2
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Remove -Werror flag from buildPeter Levine2018-09-221-1/+8
| | | | | | | Causes build failure E.g., https://github.com/google/googletest/issues/1584 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Reenable building shared librariesPeter Levine2018-09-221-5/+1
| | | | | | | The doublefree bug is fixed upstream with the merge of https://github.com/google/googletest/pull/1339 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Clean up cmake configure optionsPeter Levine2018-09-221-4/+0
| | | | | | | | | '-DBUILD_GTEST=ON' and '-DINSTALL_GMOCK=ON' aren't valid anymore (gtest will always be built and if gmock is built, it will be installed). `-Dgtest_build_samples` and '-Dgtest_disable_pthreads' don't depend on USE flags and have always defaulted to "OFF". Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Don't use gtest-1.8.0-fix-doublefree.patchPeter Levine2018-09-221-1/+0
| | | | | | The patch that fixes Bug# 631698 has been commited upstream. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Fix double free errorPeter Levine2018-01-091-0/+1
| | | | | | Bug: https://bugs.gentoo.org/631698 Closes: https://github.com/gentoo/gentoo/pull/5605 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-cpp/gtest: Support install of extra docsPeter Levine2018-01-091-1/+8
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-cpp/gtest: Fix test failure with sandboxPeter Levine2018-01-091-0/+1
| | | | | Bug: https://bugs.gentoo.org/629620 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: merge live git ebuild w/releases & fix building w/latest gitMike Frysinger2018-01-041-6/+13
|
* dev-cpp/gtest: update PYTHON_COMPAT.Peter Levine2017-08-291-1/+1
| | | | | | | All tests pass and build succeeds now with python-2.7 python3.{4,5,6}, and pypy. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: remove RESTRICT=test.Peter Levine2017-08-291-4/+0
| | | | | | | Building with FEATURES="test sandbox userpriv usersandbox", all tests pass without causing any sandbox violations. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: Add live ebuildDavid Seifert2017-08-181-0/+64
Package-Manager: Portage-2.3.6, Repoman-2.3.3