Benny Baumann
|
6f142695cb
Use struct member to determine size of allocations
|
8 months ago |
Explorer09
|
c2c2a70997
Define MeterModeId to unsigned int and use it throughout
|
8 months ago |
Christian Göttsche
|
94c7822401
Explicitly check sscanf(3) and fscanf(3) return values
|
11 months ago |
Benny Baumann
|
e56089e1fa
Update includes based on IWYU
|
1 year ago |
Daniel Lange
|
179aeb0108
Add includes for config.h as per the discussion in PR #1337
|
1 year ago |
Nathan Scott
|
0bdade1b6c
Introduce Machine class for host-specific info (split from ProcessList)
|
1 year ago |
Nathan Scott
|
e7f447b6a3
Refactor and consolidate dynamic meters/columns pointers
|
1 year ago |
Benny Baumann
|
4ad530d1c0
Do not render a margin around the header if there are any meters
|
2 years ago |
Christian Göttsche
|
5c8670717a
Do not leave empty last column in header
|
3 years ago |
Hisham Muhammad
|
72ba20fa5f
Introduce screen tabs
|
3 years ago |
Christian Göttsche
|
604744f68d
Header: allocate memory for terminating entry
|
3 years ago |
Daniel Lange
|
94ad111391
Update license headers to explicitly say GPLv2+
|
3 years ago |
Christian Göttsche
|
bdb015ffa3
Header: do not let multi-column meters expand to empty neighbors
|
3 years ago |
Christian Göttsche
|
11b65a2861
Header: use upper case floating point suffix
|
3 years ago |
Christian Göttsche
|
7891cdc552
Reduce variable scope
|
3 years ago |
Christian Göttsche
|
2bf626c4e4
IWYU update
|
3 years ago |
Daniel Lange
|
711a7aacb0
Tiny cleanup from review comments
|
3 years ago |
Christian Göttsche
|
9060a4179d
Add option to change Header layout
|
4 years ago |
Christian Göttsche
|
796bc36fe0
Add assert to improve backtraces on NULL function pointer
|
3 years ago |
Nathan Scott
|
bf853addc3
Ensure PCP dynamic metric configuration definition uniqueness
|
3 years ago |
Nathan Scott
|
a476490282
Ensure we do not attempt to add a DynamicMeter via the
|
3 years ago |
Nathan Scott
|
f0ed0fdafb
Add a new DynamicMeter class for runtime Meter extension
|
3 years ago |
Christian Göttsche
|
a11d01568c
Use unsigned types for CPU counts and associated variables
|
3 years ago |
Christian Göttsche
|
b862e36ee7
Separate data-update and drawing of header
|
3 years ago |
Daniel Lange
|
b612256486
Leave less right margin next to long (text) meters
|
4 years ago |
Christian Göttsche
|
3035e29e74
Use typedef names instead of raw struct ones
|
4 years ago |
Christian Göttsche
|
2ec44098f9
Allow meters in text mode to span empty neighbors to the right
|
4 years ago |
Christian Göttsche
|
d72b0a682e
Mark several non-modified pointer variables const
|
4 years ago |
Christian Göttsche
|
3d15ba5197
Remove unused function Header_readMeterName
|
4 years ago |
Christian Göttsche
|
ea4f33409a
Update even more snprintfs
|
4 years ago |
Benny Baumann
|
45869513bf
Embracing branches
|
4 years ago |
Benny Baumann
|
61e14d4bb2
Spacing around operators
|
4 years ago |
Benny Baumann
|
0f5262917f
Make all required includes explicit
|
4 years ago |
Benny Baumann
|
872e542f4e
Rename StringUtils.[ch] to XUtils.[ch]
|
4 years ago |
Christian Göttsche
|
ba282cfe19
Mark Object instances const
|
4 years ago |
Daniel Lange
|
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
|
4 years ago |
Hugo Musso Gualandi
|
9207401f97
Clean up some code duplication in the header files
|
4 years ago |
Nathan Scott
|
c5808c56db
Consolidate repeated macro definitions into one header
|
4 years ago |
Zev Weiss
|
a1a027b9bd
Axe automated header generation.
|
5 years ago |
Christian Göttsche
|
21fb56e1e2
Avoid string overflow warning
|
4 years ago |
Nathan Scott
|
a82fd262d7
Merge branch 'hishamhm-pull-960'
|
4 years ago |
Daniel Flanagan
|
dd33444f7e
Clean up existing whitespace
|
5 years ago |
wangqr
|
6f161e60e1
Restore meter name after used in Header_addMeterByName()
|
6 years ago |
Hisham Muhammad
|
09e241fb12
Security review: check results of snprintf.
|
7 years ago |
Explorer09
|
54621e8b8f
Fix macro Header_forEachColumn
|
8 years ago |
Hisham
|
b54d2dde40
Check for failure in allocations.
|
9 years ago |
Christian Hesse
|
e8970b6f32
fix calloc() calls
|
9 years ago |
David Hunt
|
5e602f18d5
Rename String to StringUtils.
|
9 years ago |
Christian Hesse
|
a804f1f848
write header length (number of columns) back to configuration
|
9 years ago |
Hisham Muhammad
|
9ff5d2b243
Fix saving of header states, motion in Setup screen.
|
9 years ago |