summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-27Merge branch 'bertwesarg-affinity-fix-panel-width'3.0.0Nathan Scott
2020-08-26fix width of `AffinitPanel`Bert Wesarg
The panel size of 15 includes the gap to the next panel, thus use 14 as the minimum size and let the caller of `AffinityPanel_new` handle the gap.
2020-08-26Update changelog with Berts latest addition3.0.0rc3Nathan Scott
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into ↵Nathan Scott
bertwesarg-ci-hwloc-job
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into ↵Nathan Scott
bertwesarg-ci-hwloc-job
2020-08-26Merge branch 'ci2' of https://github.com/cgzones/htop into cgzones-ci2Nathan Scott
2020-08-25ci: add clang buildChristian Göttsche
2020-08-25Avoid shadowing warningsChristian Göttsche
2020-08-25MakeHeader.py.in: remove unused importChristian Göttsche
2020-08-25MakeHeader.py.in: remove executable bitChristian Göttsche
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-25Avoid string overflow warningChristian Göttsche
Use xStrdup instead of xMallow and strncpy StringUtils.c: In function ‘String_split’: StringUtils.c:86:7: error: ‘strncpy’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 86 | strncpy(token, s, size + 1); | ^ StringUtils.c:84:18: note: length computed here 84 | int size = strlen(s); | ^
2020-08-25Avoid string overflow warningChristian Göttsche
Enough memory is allocated. Header.c: In function ‘Header_readMeterName’: Header.c:157:4: error: ‘strncpy’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 157 | strncpy(name, Meter_name(meter), nameLen); | ^ Header.c:154:18: note: length computed here 154 | int nameLen = strlen(Meter_name(meter)); | ^
2020-08-25Avoid conversion warningChristian Göttsche
linux/Platform.c:47:90: error: implicit conversion from ‘enum LinuxProcessFields’ to ‘enum ProcessFields’ [-Werror=enum-conversion] 47 | ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_RESIDENT, M_SHARE, STATE, PERCENT_CPU, PERCENT_MEM, TIME, COMM, 0 }; |
2020-08-25CI: Add a HWLOC enabled jobBert Wesarg
2020-08-25Do not include the generated `config.h` header into the packageBert Wesarg
2020-08-25Fix out-of-tree buildsBert Wesarg
2020-08-24Fix in AC_CONFIG_FILES, try #2Daniel Lange
2020-08-24Nope, configure works but make breaks.Daniel Lange
This reverts commit dad62b6c9e8a9e962b31175d4a768b37e1f8f3ec.
2020-08-24Put Makeheader.py.in into AC_CONFIG_FILESDaniel Lange
2020-08-24Cleanup unused CI build notes and whitespaceNathan Scott
2020-08-23Generate an appropriate shebang line for MakeHeader script3.0.0rc2Nathan Scott
Use configure.ac to handle platform differences where some build hosts have only a python3, or only python, binary. Related to https://github.com/htop-dev/htop/pull/6
2020-08-23Revert "MakeHeader.py: use python3 shebang"Nathan Scott
This reverts commit 40ac7a88af5a2c7c0d03ca4ddb09cde01f7e80c5. as it causes build failure on non-python3 platforms.
2020-08-22Updates to project URLs in docs and embedded in source codeNathan Scott
2020-08-22Update header files to match whitespace changes in source filesNathan Scott
2020-08-22Merge branch 'ginggs-patch-1'Daniel Lange
2020-08-22Merge branch 'patch-1' of https://github.com/ginggs/htop-1 into ginggs-patch-1Daniel Lange
2020-08-22Merge branch 'cgzones-ci2'Daniel Lange
2020-08-21Fix build on FreeBSDGraham Inggs
2020-08-21Avoid empty translation unit warningChristian Göttsche
zfs/ZfsArcStats.c:22: error: ISO C forbids an empty translation unit [-Werror=pedantic] 22 | }*/ |
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-21Introduce xAsprintf as checked version of asprintfChristian Göttsche
2020-08-21MakeHeader.py: use python3 shebangChristian Göttsche
Also drop unused import
2020-08-21github/ci: improve ciChristian Göttsche
- split steps for readability - fail on compiler warnings - add whitespace check - run on all branches - run `make distcheck`
2020-08-21configure: add option --enable-werrorChristian Göttsche
Adds the compiler flag -Werror to fail on warnings. Useful for CI runs.
2020-08-21Mention change of maintainership in ChangeLogDaniel Lange
Related to https://github.com/hishamhm/htop/issues/992
2020-08-21Update the changelog to reflect content in the 3.0.0 releaseNathan Scott
2020-08-20Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-1012'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-970'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-1011'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-1010'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-1009'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-996'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-959'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-949'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-923'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-974'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-971'Nathan Scott