Commit graph

20 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Etienne Laurin b66df0d36e use fetchpatch 2020-10-17 21:55:05 +00:00
Etienne Laurin 70b79e8cf2 fix(gtest): pkgconfig paths 2020-10-17 20:24:36 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dmitry Kalinkin 7e2c821e58
gtest: remove the "static" option
pkgsStatic.gtest already has CMAKE_BUILD_SHARED set to OFF.
2020-01-03 11:41:19 -05:00
R. RyanTM 651b72a704 gmock: 1.8.1 -> 1.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtest/versions
2019-11-03 10:49:01 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dmitry Kalinkin 8e79ebc523
Merge pull request #52934 from veprbl/pr/arrow_cpp_gtest_fix
arrow-cpp: fix build
2018-12-26 17:43:38 -05:00
Jan Tojnar a2fe6bca05
gtest: fix includedir in cmake config files 2018-12-26 19:00:49 +01:00
Dmitry Kalinkin 956b4a87a8 arrow-cpp: fix build
Fixes: 1f6b095061 ('gtest: build shared library')
2018-12-26 19:57:32 +03:00
Jan Tojnar 1f6b095061
gtest: build shared library
Arch provides shared library as well.
2018-12-25 20:07:14 +01:00
Periklis Tsirakidis 9ac64e5bb6 gtest: Use native cmake/ninja builder
Clean up the expression and add pkgconfig support
2018-10-28 11:25:13 +01:00
R. RyanTM 9cfbcc28d0 gmock: 1.8.0 -> 1.8.1 (#46273)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gtest
2018-09-18 18:24:08 +02:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
tkatchev 9c2a222092 gtest, gmock: fix broken package by updating to 1.8.0. 2017-01-08 00:00:55 +03:00
William A. Kennington III f9dcf13b6e gtest: Modularize out the source files into a derivation 2015-02-06 12:53:09 -08:00
Pascal Wittmann 8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
William A. Kennington III e0479f3489 gtest: Update meta 2014-09-18 00:49:17 -07:00
Cillian de Róiste ae16e892bb Add movit: High-performance, high-quality video filters for the GPU
NOTE: movit expected to be able to read source files from gtest, so I
also made them available.

squash
2014-07-27 12:53:39 +02:00
Kim Simmons 530a8dc7dc gtest: New package, the google c++ testing framework.
BSD licensed testing framework from google:
https://code.google.com/p/googletest/
2013-11-11 16:51:23 +01:00