Henner Zeller
0cd61c1ba1
pprof: unstable-2024-02-27 -> 0-unstable-2024-05-09
2024-05-10 17:02:26 -07:00
Vladimír Čunát
725f48a252
Merge branch 'master' into staging-next
2024-05-02 09:05:49 +02:00
Bobby Rong
736c6be462
treewide: Move away from wiki.gnome.org
...
The wiki.gnome.org site is planned for retirement.
2024-05-01 21:16:03 +08:00
Maxine Aubrey
73f6361c94
sysprof: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/45.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:11:06 +02:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Henner Zeller
c73c8b36d6
pprof: unstable-2023-07-05 -> unstable-2024-02-27
2024-03-03 08:51:53 -08:00
Herwig Hochleitner
ae34cddb51
linuxPackages.systemtap: 4.8 -> 5.0a, add nixos tests ( #276840 )
...
* nixos/tests/systemtap: init smoke test
* linuxPackages.systemtap: use --sysroot instead of -r
* nixos/tests/systemtap: rule out warnings
* linuxPackages.systemtap: smaller sysroot
* nixos/tests/systemtap: test on a few more kernels
* linuxPackages.systemtap: provide debuginfo for tracing kernel.function
* linuxPackages.systemtap: test kernel.function probe
* linuxPackages.systemtap: 4.8 -> 5.0a
2024-01-09 19:38:02 +01:00
Pierre Bourdon
bc5c75e9ee
linuxPackages.systemtap: fix cross-build by depending on host Python
2023-11-26 16:32:42 +01:00
Jan Tojnar
23ddb9d87c
sysprof: 45.0 → 45.1
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/45.0...45.1
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:54 +01:00
Bobby Rong
211250edb4
sysprof: 45.rc → 45.0
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/45.rc...45.0
NEWS look okay.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:28 +01:00
Bobby Rong
355189f547
sysprof: 45.beta → 45.rc
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/45.beta...45.rc
No longer possible to disable libunwind – it is bound to libsysprof:
4ad44609d0
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:01 +01:00
Bobby Rong
e5f1221317
sysprof: 3.48.0 → 45.beta
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.48.0...45.beta
New libdex dependency:
d1bcf93922
Dropped pango (pangoft2) dependency:
d6539c1bdb
The libsysprof option is dropped and re-introduced fromt the -analyze and -profile libs:
12e75e4c8c
dbb7833cbf
The agent option is merged into tools:
1fba250444
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:45 +01:00
R. Ryantm
41e5e56dc3
heaptrack: 1.4.0 -> 1.5.0
2023-10-10 08:13:14 +00:00
maralorn
ae7cc3b314
libsysprof-capture: add meta.pkgConfigModules annotation
2023-08-08 16:00:37 +02:00
Aaron Jheng
71c77f1f1b
pprof: unstable-2022-05-09 -> unstable-2023-07-05
2023-07-28 02:04:57 +00:00
Tobias Mayer
ba2ce6e73b
various packages: pin boost179
...
Taken from PR #244831 and vcunat amended the miopen override.
2023-07-22 16:54:22 +02:00
R. Ryantm
f548cc50b0
malt: 1.2.1 -> 1.2.2
2023-07-02 14:14:01 +00:00
Jan Tojnar
7d9863eae2
sysprof: 3.46.0 → 3.48.0
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.46.0...3.48.0
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:35:33 +02:00
K900
53539903ff
systemtap: remove hack, fix build
2023-03-22 14:05:35 +03:00
Guillaume Girol
9bd4087071
Merge pull request #217191 from symphorien/systemtap-4.8
...
linuxPackages.systemtap: 4.5 -> 4.8
2023-03-12 15:09:26 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Guillaume Girol
b3b79fc41e
linuxPackages.systemtap: 4.5 -> 4.8
...
fixes the build with debuginfod-enabled elfutils
2023-02-19 12:00:00 +00:00
Vladimír Čunát
9287f4461d
Merge #206907 : stdenv: gcc11 -> gcc12
2023-02-01 16:54:44 +01:00
Vladimír Čunát
6930b5bda8
lyx, rr, linuxPackgaes.systemtap: fixup build with gcc12
2023-02-01 16:53:31 +01:00
Alyssa Ross
1d86b75742
systemtap: mark supported only for Glibc platforms
...
Uses obstack, a GNU API not implemented by other Linux libcs.
2023-01-29 10:50:11 +00:00
Jan Tojnar
e6964aea38
sysprof: 3.45.1 → 3.46.0
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.45.1...3.46.0
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:28 +02:00
Jan Tojnar
20dffc8ab0
sysprof: 3.45.0 → 3.45.1
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.45.0...3.45.1
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:14 +02:00
Jan Tojnar
0f4c9742ab
sysprof: 3.44.0 → 3.45.0
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.44.0...3.45.0
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:11 +02:00
Artturin
da9a9a4404
treewide: cross fixes
2022-09-07 21:20:54 +03:00
Sergei Trofimovich
a12305070f
eztrace: use binutils-2.38 until upstream is ported
...
Without the change eztrace build fails on binutils-2.39 due to API change:
../pptrace/arch/x86_64/hijack.c: In function 'check_instructions':
../pptrace/arch/x86_64/hijack.c:62:3: error: too few arguments to function 'init_disassemble_info'
62 | init_disassemble_info ( &i, NULL, dummy_print );
| ^~~~~~~~~~~~~~~~~~~~~
2022-08-24 22:30:44 +01:00
R. Ryantm
ecc85e21a1
heaptrack: 1.3.0 -> 1.4.0
2022-07-31 13:47:47 +00:00
ajs124
a661cfe9c2
oprofile: remove withGUI
...
hasn't been supported since 2014
see 0c142c3a096d3e9ec42cc9b0ddad994fea60d135 upstream
2022-05-25 01:24:07 +02:00
Sergei Trofimovich
33ca5b98b4
pprof: unstable-2021-09-30 -> unstable-2022-05-09
...
Fixed build failure against binutils-2.28.
2022-05-09 22:37:08 +01:00
Jan Tojnar
487e7ecb8d
sysprof: 3.43.90 → 3.44.0
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.43.90...3.44.0
2022-03-25 15:02:42 +01:00
Jan Tojnar
69dde9d14f
sysprof: 3.42.1 → 3.43.90
...
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.42.1...3.43.90
2022-03-25 15:02:38 +01:00
Artturin
33cce15e42
treewide: remove meta.repositories
...
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Nick Cao
b0d43c3409
systemtap: move python and setuptools to nativeBuildInputs
2022-03-07 12:23:50 +08:00
Martin Weinelt
9cdd711a66
systemtap: use python3
2022-01-16 02:36:24 +01:00
R. Ryantm
67ab3c7a2c
heaptrack: 1.2.0 -> 1.3.0
2021-12-30 15:19:18 +00:00
Fabián Heredia Montiel
b3139e4e9e
sysprof: 3.42.0 → 3.42.1
2021-11-14 23:26:44 -06:00
legendofmiracles
23448e8bf2
eztrace: 1-1-7 -> 1.1-11, fix build, switch to fetchFromGitLab, refactor
2021-11-04 11:51:24 -06:00
Ayush Karnawat
a9f158eebe
pprof: 2018-08-15 -> 2021-09-30 ( #138721 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-18 16:13:59 +02:00
Jan Tojnar
8bd329bfd3
sysprof: 3.40.1 → 3.42.0
...
https://ftp.gnome.org/pub/GNOME/sources/sysprof/3.42/sysprof-3.42.0.news
2021-10-09 21:35:52 +02:00
Sandro
3db711b691
Merge pull request #114691 from KaiHa/systemtap-4.4
...
Systemtap: 4.1 -> 4.5
2021-08-08 06:10:11 +02:00
Kai Harries
14783d58ab
Systemtap: 4.1 -> 4.5
2021-08-07 22:07:02 +03:00
Martin Weinelt
b7e408dd17
Merge branch 'master' into staging-next
2021-07-10 20:15:53 +02:00
Lluís Batlle i Rossell
8afe239fb4
malt: init at 1.2.1
2021-07-09 21:14:31 +02:00
Felix Buehler
3c12e95ad1
development: /s/name/pname&version/
2021-06-30 09:45:11 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00