about summary refs log tree commit diff
path: root/pkgs/development/libraries/gtest/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-23gtest: Allow specifying a newer C++ standardNiklas Hambüchen1-7/+17
2024-02-10gtest: 1.12.1 -> 1.14.0Simon Hollingshead1-3/+3
https://github.com/google/googletest/releases/tag/v1.13.0 https://github.com/google/googletest/releases/tag/v1.14.0
2023-02-14Merge remote-tracking branch 'origin/staging-next' into stagingAlyssa Ross1-2/+8
Conflicts: pkgs/development/libraries/gtest/default.nix pkgs/development/libraries/hidapi/default.nix
2023-02-13gtest: add static optionRobert Scott1-2/+8
2023-02-13gtest: ensure C++17 support for aarch64 (#215767)Dmitry Kalinkin1-1/+4
2023-01-23gtest: ensure C++17 support (#207338)Dmitry Kalinkin1-1/+7
2022-07-01gtest: 1.11.0 -> 1.12.1Tianjiao Huang1-2/+2
2021-12-02Removing zoomulator (my self) as maintainer.Kim Simmons1-1/+1
2021-07-29gtest: 1.10.0 -> 1.11.0Mike Purvis1-8/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-10-17use fetchpatchEtienne Laurin1-2/+6
2020-10-17fix(gtest): pkgconfig pathsEtienne Laurin1-0/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-03gtest: remove the "static" optionDmitry Kalinkin1-3/+2
pkgsStatic.gtest already has CMAKE_BUILD_SHARED set to OFF.
2019-11-03gmock: 1.8.1 -> 1.10.0R. RyanTM1-2/+2
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-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-26Merge pull request #52934 from veprbl/pr/arrow_cpp_gtest_fixDmitry Kalinkin1-4/+4
arrow-cpp: fix build
2018-12-26gtest: fix includedir in cmake config filesJan Tojnar1-0/+4
2018-12-26arrow-cpp: fix buildDmitry Kalinkin1-4/+4
Fixes: 1f6b09506145 ('gtest: build shared library')
2018-12-25gtest: build shared libraryJan Tojnar1-0/+6
Arch provides shared library as well.
2018-10-28gtest: Use native cmake/ninja builderPeriklis Tsirakidis1-19/+2
Clean up the expression and add pkgconfig support
2018-09-18gmock: 1.8.0 -> 1.8.1 (#46273)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from gtest
2017-11-03treewide: abandon Google Code homepagesc0bw3b1-1/+1
2017-01-08gtest, gmock: fix broken package by updating to 1.8.0.tkatchev1-12/+17
2015-02-06gtest: Modularize out the source files into a derivationWilliam A. Kennington III1-10/+9
2014-11-11Fixed many descriptionsPascal Wittmann1-1/+1
2014-09-18gtest: Update metaWilliam A. Kennington III1-3/+4
2014-07-27Add movit: High-performance, high-quality video filters for the GPUCillian de Róiste1-0/+1
NOTE: movit expected to be able to read source files from gtest, so I also made them available. squash
2013-11-11gtest: New package, the google c++ testing framework.Kim Simmons1-0/+33
BSD licensed testing framework from google: https://code.google.com/p/googletest/