summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* GH Actions: enable Werror in PCP buildChristian Göttsche2021-12-201-3/+5
| | | | | | Just exclude the singe warning type currently issued. Avoids e64269df ("Fix process state handling compiler warning on PCP platform")
* add github workflow to build release tarballrofl0r2021-11-231-0/+51
|
* Enable affinity support for non-LinuxChristian Göttsche2021-07-181-4/+4
| | | | | sched_getaffinity() and sched_setaffinity() are also available on BSDs. Remove the Linux restraint.
* Do not install recommended packages by default for the CIBenny Baumann2021-06-121-7/+7
| | | | | This ensures, the minimal dependencies we specify are sufficient. Also this reduces fallout from broken recommendations.
* Drop CI distcheck on pcp build as pcp-htop.c now contains mainNathan Scott2021-06-091-2/+0
|
* Add new CI workflow to check pcp-enabled buildsNathan Scott2021-06-091-0/+18
|
* Update FUNDING.yaml to use open_collective directly (thanks cgzones)Nathan Scott2021-04-221-1/+1
|
* Add github funding link to htop opencollective pageNathan Scott2021-04-211-0/+1
|
* ci: drop hwloc from clang-analyzer buildChristian Göttsche2021-03-191-2/+2
| | | | | | | | | | | | | | | The hwloc header generates lots of warnings: In file included from Action.c:10: In file included from ./Action.h:15: In file included from ./Header.h:10: In file included from ./Meter.h:18: In file included from ./ProcessList.h:25: In file included from /usr/include/hwloc.h:2371: /usr/include/hwloc/helper.h:481:5: warning: Value stored to 'state' is never read [deadcode.DeadStores] state = 3; ^ ~ 1 warning generated.
* ci: use focal list for llvm mirrorChristian Göttsche2021-03-191-3/+3
| | | | | The llvm bionic packages depend on libffi6, which is not available in focal.
* ci: use clang 12Christian Göttsche2021-03-171-11/+11
| | | | | llvm 12 is stable enough to be used in the CI as compiler and static analyzer.
* Remove setuid supportBenny Baumann2021-02-171-7/+7
| | | | | | | This support was rarely ever used and has been disabled by default for some time. As far as the developer team is aware there's no distribution that activated this feature in their packages by default.
* Merge branch 'default_libcap' (configure overhaul) of cgzones/htopDaniel Lange2021-01-281-9/+28
|\
| * Add configure option to create static htop binaryChristian Göttsche2021-01-251-0/+19
| |
| * configure: overhaul option handlingChristian Göttsche2021-01-251-9/+9
| | | | | | | | | | | | | | | | Switch Linux capabilities default from "no" to "check" Document default settings Use more readable formatting
* | ci: use as-needed linker flag in gcc full-featured buildChristian Göttsche2021-01-271-1/+1
|/ | | | Test whether there are any linking issues
* Add option to drop Linux capabilitiesChristian Göttsche2021-01-111-8/+8
| | | | Conflicts with setuid support, but that is commonly not enabled.
* ci: enable format attributes in ncurses headersChristian Göttsche2021-01-081-0/+9
| | | | | | | | | | Avoid format string issues like bfcb8ca0 by helping compilers spot such bogus usages. Also use LTO and O3 in the full-featured gcc job, which might trigger additional warnings on advanced inlining, like 3695cbd5d8dda27f99383437035450814463b633 and ad3acfc847e9d54f07a0684c19181d5f4c28fee4
* GitHub CI: add macOS buildChristian Göttsche2020-12-081-0/+17
|
* ci: use clang-11Christian Göttsche2020-12-031-6/+6
|
* ci: use correct configure flags for sensorsChristian Göttsche2020-12-031-9/+9
|
* Add compat mode for systems without openat(2)Christian Göttsche2020-11-281-0/+5
|
* Drop taskstats conditionalChristian Göttsche2020-11-251-9/+9
| | | | | | | | | | taskstats is only checked on runtime if the column RCHAR, WCHAR, SYSCR, SYSCW, RBYTES, WBYTES, CNCLWB, IO_READ_RATE, IO_WRITE_RATE or IO_RATE is selected. taskstats is currently enabled by default. Drop the taskstats configuration switch, to reduce the maintenance cost.
* Drop cgroup conditionalChristian Göttsche2020-11-251-5/+5
| | | | | | | | | cgroup is only checked on runtime if the column CGROUP is selected. cgroup is currently disabled by default, but most distributions do enable it. Drop the cgroup configuration switch, to reduce the maintenance cost.
* Show CPU temperature in CPU meterChristian Göttsche2020-11-161-12/+12
| | | | | Show the CPU temperature in the CPU meter, like CPU frequency, instead of using an extra Meter.
* update Github CIChristian Göttsche2020-10-201-7/+29
| | | | | - Add a full featured clang job - Explicit disable options otherwise enabled by default in minimal job
* Keep building on errorsBenny Baumann2020-10-151-3/+3
| | | | Doing so allows for more than one error to be detected in builds
* Add clang analyzer CI jobChristian Göttsche2020-10-031-0/+20
|
* Make --enable-hwloc and --enable-linux-affinity mutual exclusiveChristian Göttsche2020-09-241-6/+6
| | | | | They can not be supported both at the same time. Fail configure step instead of silently only use hwloc.
* Convert hwlock CI run to a full featured oneChristian Göttsche2020-08-281-4/+4
|
* Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into ↵Nathan Scott2020-08-261-0/+15
|\ | | | | | | bertwesarg-ci-hwloc-job
| * CI: Add a HWLOC enabled jobBert Wesarg2020-08-251-0/+15
| |
* | ci: add clang buildChristian Göttsche2020-08-251-1/+23
|/
* Cleanup unused CI build notes and whitespaceNathan Scott2020-08-241-12/+0
|
* github/ci: improve ciChristian Göttsche2020-08-211-10/+19
| | | | | | | | - split steps for readability - fail on compiler warnings - add whitespace check - run on all branches - run `make distcheck`
* Update ci.ymlNathan Scott2020-08-171-9/+10
| | | Comment out MacOSX for now - seems to be missing needed aclocal/m4 toolchain components.
* Update ci.ymlNathan Scott2020-08-171-2/+1
| | | Correction to deb package name
* Update ci.ymlNathan Scott2020-08-171-9/+15
| | | Attempt to fix Ubuntu dependencies, add macosx
* Update ci.ymlNathan Scott2020-08-171-0/+2
| | | Install libncurses-dev package on the build system
* Create ci.ymlNathan Scott2020-08-171-0/+21
Initial version of htop CI using github actions.

© 2014-2024 Faster IT GmbH | imprint | privacy policy