about summary refs log tree commit diff
path: root/pkgs/development/tools/bloaty
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bloaty: 2018-06-15 -> 1.0 (#44716)Will Dietz2018-08-08
| | | \o/
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* bloaty: 2018-05-22 -> 2018-06-15 (#43540)Will Dietz2018-07-14
|
* bloaty: 2017-10-05 -> 2018-05-22Will Dietz2018-05-22
| | | | | | * add zlib dep (cmake tries to find it, provide it JIC) * no need to populate with path to c++filt, handled internally now * continue to copy ourselves, new install target isn't ready yet
* bloaty: update path to c++filt after #29396Orivej Desh2017-12-14
|
* bloaty: 2016-12-28 -> 2017-10-05Will Dietz2017-10-06
| | | | | | | | | * use fetchFromGitHub now that it supports submodules * change version style to dashes per guidelines (https://nixos.org/nixpkgs/manual/#sec-package-naming) * cmake * prefer substituteInPlace * run tests
* bloaty: 2016.11.16 -> 2016.12.28Will Dietz2016-12-28
|
* bloaty: init at 2016.11.07Will Dietz2016-11-17