about summary refs log tree commit diff
path: root/pkgs/development/libraries/check
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-08-15check: 0.15.0 -> 0.15.2R. RyanTM1-2/+2
2020-07-02check: 0.14.0 -> 0.15.0R. RyanTM1-2/+2
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak1-1/+1
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-09check: 0.13.0 -> 0.14.0R. RyanTM1-2/+2
2019-11-03check: 0.12.0 -> 0.13.0R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-04-07check: 0.11.0 -> 0.12.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/check/versions. These checks were done: - built on NixOS - ran ‘/nix/store/884zd0n1kqjfm8gkk2ql8rzwshr6ldhl-check-0.12.0/bin/checkmk -h’ got 0 exit code - ran ‘/nix/store/884zd0n1kqjfm8gkk2ql8rzwshr6ldhl-check-0.12.0/bin/checkmk --help’ got 0 exit code - found 0.12.0 with grep in /nix/store/884zd0n1kqjfm8gkk2ql8rzwshr6ldhl-check-0.12.0 - directory tree listing: https://gist.github.com/96299205c5d86d2f1eda8b58f2c95588
2017-10-14check: 0.10.0 -> 0.11.0mimadrid1-4/+4
2015-11-10darwin: check: add missing CoreServices depStéphane Jourdois1-1/+5
2015-09-18check: 0.9.14 -> 0.10.0William A. Kennington III1-3/+3
2015-04-30check: Add metadataWilliam A. Kennington III1-2/+4
2014-11-17check: update from 0.9.12 to 0.9.14Mateusz Kowalczyk1-2/+2
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-03-14check: update from 0.9.11 to 0.9.12Nixpkgs Monitor1-2/+2
2013-12-19check: Disable testsEelco Dolstra1-1/+2
The testsuite can fail under high load: check_check_master.c:356:F:Core Tests:test_check_all_msgs:99: Expected Passed, got Test timeout expired http://hydra.nixos.org/build/7243912
2013-12-15check: update from 0.9.8 to 0.9.11Nixpkgs Monitor1-2/+2
2010-10-07Add Check, a unit testing framework for C.Ludovic Courtès1-0/+30
svn path=/nixpkgs/trunk/; revision=24127