Simon Hollingshead
|
d2b3e40f92
|
audiowaveform: Build with C++14.
|
2024-02-23 12:55:15 +00:00 |
|
R. Ryantm
|
61d95a93f3
|
audiowaveform: 1.10.0 -> 1.10.1
|
2024-01-29 06:18:00 +00:00 |
|
R. Ryantm
|
fb47bbb081
|
audiowaveform: 1.9.1 -> 1.10.0
|
2024-01-24 09:17:55 +00:00 |
|
h7x4
|
12315f53ff
|
treewide: add mainProgram
|
2023-11-24 21:01:03 +01:00 |
|
R. Ryantm
|
6bee50abdf
|
audiowaveform: 1.8.1 -> 1.9.1
|
2023-10-06 15:48:27 -07:00 |
|
R. Ryantm
|
d320f07495
|
audiowaveform: 1.8.0 -> 1.8.1
|
2023-07-11 16:26:08 +00:00 |
|
R. Ryantm
|
b5394a1c66
|
audiowaveform: 1.7.1 -> 1.8.0
|
2023-06-02 04:45:13 +00:00 |
|
R. Ryantm
|
5361d57eca
|
audiowaveform: 1.7.0 -> 1.7.1
|
2023-03-22 01:24:36 +00:00 |
|
R. Ryantm
|
66049fdec2
|
audiowaveform: 1.6.0 -> 1.7.0
|
2022-12-12 02:42:47 +00:00 |
|
R. Ryantm
|
15314e052b
|
audiowaveform: 1.5.1 -> 1.6.0
|
2022-02-19 09:23:07 +00:00 |
|
Ryan Burns
|
000973d1a1
|
audiowaveform: 1.4.2 -> 1.5.1, fix gtest subproject
Will be needed to fix build with gtest v1.11.0
(currently in staging-next #131928).
See 7243739cb1
|
2021-08-15 12:25:47 +09:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Ed Bentley
|
0823dcedc3
|
audiowaveform: init at 1.4.2
|
2020-12-09 10:25:59 +00:00 |
|