summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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