Christian Göttsche
|
869220b589
Use designated initializer more
|
7 months ago |
Benny Baumann
|
6aa9ef2726
Fix code style
|
11 months ago |
Daniel Lange
|
179aeb0108
Add includes for config.h as per the discussion in PR #1337
|
11 months ago |
Lukas Beckmann
|
79364ac20c
set vector slots not containing entries to NULL.
|
1 year ago |
Lukas Beckmann
|
45b334c851
resize vector in Vector_set and Vector_splice.
|
1 year ago |
Lukas Beckmann
|
c707b0eb52
fix some assertions in Vector_isConsistent and Vector_splice.
|
1 year ago |
Benny Baumann
|
c24681a078
Fix heap buffer overflow in Vector_compact
|
2 years ago |
Charlie Vieth
|
08166b27b1
ProcessList: fix quadratic process removal when scanning
|
2 years ago |
Daniel Lange
|
94ad111391
Update license headers to explicitly say GPLv2+
|
3 years ago |
Benny Baumann
|
a94fd87b05
Avoid calling Object_isA from inside Vector_isConsistent
|
4 years ago |
Christian Göttsche
|
7914ec201e
Hashtable update
|
4 years ago |
Benny Baumann
|
45869513bf
Embracing branches
|
4 years ago |
Benny Baumann
|
61e14d4bb2
Spacing around operators
|
4 years ago |
Benny Baumann
|
374edb9ed5
Spacing after keywords (if)
|
4 years ago |
Christian Göttsche
|
0806a7958b
Assert Vector_get returns an object
|
4 years ago |
Christian Göttsche
|
1533ea88a6
Drop duplicate and always true condition
|
4 years ago |
Christian Göttsche
|
a3bb7cbe64
Hold only a const version of Settings in ProcessList
|
4 years ago |
Benny Baumann
|
0f5262917f
Make all required includes explicit
|
4 years ago |
Christian Göttsche
|
e9246abff8
Misc Vector updates
|
4 years ago |
Christian Göttsche
|
846fe8a71f
Mark Vector parameter const for non-modifying functions
|
4 years ago |
Christian Göttsche
|
bfa7d1fbe2
Mark search parameter in Vector_indexOf const
|
4 years ago |
Christian Göttsche
|
08d85e6143
Mark Object classes and Object class fields const
|
4 years ago |
Benny Baumann
|
164051354f
Replace copy loop by memmove in Vector_insert
|
4 years ago |
Benny Baumann
|
1704c29b90
Use memmove for Vector_take
|
4 years ago |
Daniel Lange
|
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
|
4 years ago |
Christian Göttsche
|
d69585b82a
Resolve DEBUG compilation issues
|
4 years ago |
ckath
|
3afa5dfbcc
minor typo in Vector.c
|
4 years ago |
Christian Göttsche
|
843949131a
Drop redundant casts to the same type
|
4 years ago |
Hugo Musso Gualandi
|
9207401f97
Clean up some code duplication in the header files
|
4 years ago |
Zev Weiss
|
a1a027b9bd
Axe automated header generation.
|
4 years ago |
Nathan Scott
|
728b04bbb5
Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job
|
4 years ago |
Daniel Flanagan
|
dd33444f7e
Clean up existing whitespace
|
5 years ago |
Hisham Muhammad
|
f37a050d3d
Optimize Vector_size on non-debug builds
|
6 years ago |
Hisham
|
b54d2dde40
Check for failure in allocations.
|
8 years ago |
Michael McConville
|
445222e48c
Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
|
9 years ago |
Hisham Muhammad
|
094ddc4051
This assert is no longer valid.
|
9 years ago |
Hisham Muhammad
|
d7c843c23b
Complete cursor-based movement of headers.
|
9 years ago |
Hisham Muhammad
|
57b393f783
shorten scope of variable.
|
10 years ago |
Hisham Muhammad
|
00b324bfc1
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
|
12 years ago |
Hisham Muhammad
|
2a73405cd0
search and filter for the strace and lsof screens!
|
12 years ago |
Hisham Muhammad
|
45f7a4fc8d
Remove old memory debugging routines. We have Valgrind nowadays.
|
13 years ago |
Hisham Muhammad
|
84281bdc44
major header cleanup
|
13 years ago |
Hisham Muhammad
|
7ca1081712
Mega-commit with features and tweaks for 1.0:
|
13 years ago |
Hisham Muhammad
|
300caa076e
Tempus fugit.
|
13 years ago |
Hisham Muhammad
|
25551d44c1
Fix off-by-one in Vector (the probable cause for many user-reported crashes?)
|
14 years ago |
Hisham Muhammad
|
9eb912149e
expand/collapse tree
|
14 years ago |
Hisham Muhammad
|
a600d5a6e9
Tempus fugit.
|
14 years ago |
Hisham Muhammad
|
02a30bfecd
warning fixes
|
14 years ago |
Hisham Muhammad
|
da23c8c5a1
Clean up headers by using 'static' whenever possible.
|
16 years ago |
Hisham Muhammad
|
36848494f5
Add debugging sanity checks.
|
18 years ago |