Dr-Noob
|
1326314103
|
[v0.99] Set colors in the logo struct, instead of deducing them from the CPU manufacturer
|
2021-08-08 11:47:25 +02:00 |
|
Dr-Noob
|
783785e312
|
[v0.99] Create structs for all logos and remove width/height constants
|
2021-08-08 09:44:07 +02:00 |
|
Dr-Noob
|
490d9f6566
|
[v0.99] Initial idea to allow printing non-fixed sized logos (each logo with a different w/h)
|
2021-08-08 09:13:17 +02:00 |
|
Dr-Noob
|
cae701dbd1
|
[v0.99] Update version
|
2021-08-07 11:29:08 +02:00 |
|
Dr-Noob
|
d0ec0d8c0f
|
[v0.98][Refactoring] Simplify parse_color
|
2021-08-07 10:47:15 +02:00 |
|
Dr-Noob
|
5737f1ecaf
|
[v0.98][Refactoring] Do not use hv_present in get_freq_from_file
|
2021-08-07 10:38:32 +02:00 |
|
Dr-Noob
|
2e08b10652
|
[v0.98][Refactoring] Use array of colors instead of fixed structure of colors in args
|
2021-08-07 10:01:34 +02:00 |
|
Dr-Noob
|
a03f296390
|
[v0.98] Fix bug in get_str_peak_performance and always show unknown pp when freq is also unknown
|
2021-08-07 08:58:49 +02:00 |
|
Dr-Noob
|
2b21326167
|
[v0.98][Refactoring] Use printWarn + strerror(errno) instead of perror. Use fallback in ppc in case total_cores cannot be retrieved
|
2021-08-07 08:45:37 +02:00 |
|
Dr-Noob
|
c24dd7cbb6
|
[v0.98][Refactoring] Use int for peak performance, which makes code cleaner
|
2021-08-06 11:04:29 +02:00 |
|
Dr-Noob
|
6953d8dda5
|
[v0.98][Refactoring] Unify the use of get_str_peak_performance
|
2021-08-06 10:26:07 +02:00 |
|
Dr-Noob
|
44d4b3b553
|
[v0.98][Refactoring] Unify the use of init_topology_struct and init_cache_struct
|
2021-08-05 20:01:32 +02:00 |
|
Dr-Noob
|
6ab6afc974
|
[v0.98][Refactoring] Unify the use of unknown string
|
2021-08-05 19:07:09 +02:00 |
|
Dr-Noob
|
6e8a9612ad
|
[v0.98] Fix little bug in get_str_cache_two (spotted by #90) and simplfy get_str_cache_one
|
2021-08-05 16:16:16 +02:00 |
|
Dr-Noob
|
921e815470
|
[v0.98][PPC] Add part number detection using linux device tree
|
2021-08-05 10:06:16 +02:00 |
|
Dr-Noob
|
c4f6ba7c55
|
[v0.98] Fix compilation in different platforms
|
2021-08-04 23:33:44 +02:00 |
|
Dr-Noob
|
4b0ea3053f
|
[v0.98] Add command used to generate apple logo
|
2021-08-04 10:06:26 +02:00 |
|
Dr-Noob
|
eac97bf721
|
[v0.98] Use malloc/calloc wrapper that exits when alloc fails, as suggested by #90
|
2021-08-04 10:01:32 +02:00 |
|
Dr-Noob
|
843da5cf70
|
[v0.98][ARM] Add M1 SoC detection and apple logo
|
2021-08-02 21:11:53 +01:00 |
|
Dr-Noob
|
d2dc2046de
|
[v0.98][ARM] Detect fire/icestorm CPUs and manually fill most of the fields
|
2021-08-02 15:56:24 +01:00 |
|
Dr-Noob
|
aa7eaa882f
|
[v0.98][PPC] Various fixes. Implement debug option
|
2021-07-31 23:46:29 +02:00 |
|
Dr-Noob
|
55df725e38
|
[v0.98][PPC] Forgot to use cache level in get_num_caches_by_level
|
2021-07-31 23:24:12 +02:00 |
|
Dr-Noob
|
f744b72e27
|
[v0.98][PPC] Retrieve num caches from udev instead of guessing
|
2021-07-31 23:18:38 +02:00 |
|
Dr-Noob
|
18744c69f7
|
[v0.98][PPC] Dont display name (it was always unknown anyway)
|
2021-07-31 18:30:31 +02:00 |
|
Dr-Noob
|
2180fb1c26
|
[v0.98][PPC] Add cache detection using udev and use it for ppc
|
2021-07-31 18:26:47 +02:00 |
|
Dr-Noob
|
4d1d14d2a7
|
[v0.98][PPC] Add altivec detection and peak performance output
|
2021-07-31 17:43:02 +02:00 |
|
Dr-Noob
|
faac972107
|
[v0.98][PPC] Add max frequency detection
|
2021-07-31 17:01:06 +02:00 |
|
Dr-Noob
|
9b483d2db5
|
[v0.98][PPC] Obtain microarchitecture using getauxval
|
2021-07-31 09:50:38 +02:00 |
|
Dr-Noob
|
af22b2e186
|
[v0.98][PPC] Added IBM color scheme
|
2021-07-27 22:23:39 +02:00 |
|
Dr-Noob
|
897d05e976
|
[v0.98][PPC] Added bars to the IBM logo
|
2021-07-27 22:12:13 +02:00 |
|
Dr-Noob
|
8ba5b66983
|
[v0.98][PPC] Add IBM ascii art
|
2021-07-27 22:06:37 +02:00 |
|
Dr-Noob
|
135cc9d504
|
[v0.98][PPC] Basic support for topology detection
|
2021-07-27 21:34:08 +02:00 |
|
Dr-Noob
|
f4aa335af1
|
[v0.98][PPC] Start PowerPC port. It just compiles but nothing is displayed
|
2021-07-27 20:26:17 +02:00 |
|
Dr-Noob
|
15035b9423
|
[v0.98] Add FreeBSD support to README
|
2021-06-20 23:29:25 +02:00 |
|
Dr-Noob
|
d8dbbc8dd8
|
[v0.98] Detect RPi SoC using revision codes, according to #91
|
2021-06-16 16:01:25 +01:00 |
|
Dr-Noob
|
26139e061d
|
[v0.98] Print OS in debug mode. Closes #86
|
2021-06-13 23:08:40 +02:00 |
|
Dr-Noob
|
9fa7b4ce7f
|
[v0.97] Use DESTDIR instead of PREFIX in Makefile
|
2021-04-12 15:47:59 +02:00 |
|
Dr-Noob
|
5bd4e07e04
|
[v0.97] Define win flag in case it is not defined (issue #77)
|
2021-04-10 09:15:27 +02:00 |
|
Dr-Noob
|
6dd041bf9f
|
[v0.97] Fix macOS compilation issue as noted by #73
|
2021-04-09 18:32:34 +02:00 |
|
Dr-Noob
|
b45c09efff
|
[v0.97] Add raw option to help. Disable raw option in ARM
|
2021-04-09 15:58:33 +02:00 |
|
Dr-Noob
|
ec5f80adc1
|
[v0.97] Fix compilation in macOS
|
2021-04-09 15:49:21 +02:00 |
|
Dr-Noob
|
ecca042d86
|
[v0.97] Manually merge bugfix branch with latest fixes
|
2021-04-09 15:37:17 +02:00 |
|
Dr-Noob
|
32b035f1a2
|
[v0.96] Fix typo as noticed by #70
|
2021-04-09 10:50:10 +02:00 |
|
Dr-Noob
|
7916e8cbb4
|
[v0.96] Replace "Simplistic" by "Simple" in description
|
2021-04-07 20:06:24 +02:00 |
|
Dr-Noob
|
ec2ad4fef6
|
[v0.96] Do not consider missing frequency file as a bug
|
2021-04-06 16:35:12 +02:00 |
|
Dr-Noob
|
ca7091bc5e
|
[v0.96] Add short options. Improve --help flag. Update man page
|
2021-03-31 12:40:19 +02:00 |
|
Dr-Noob
|
8abbd8f69f
|
[v0.96] Fix AMD ASCII art. Add third digit in frequency output
|
2021-03-31 11:03:54 +02:00 |
|
Dr-Noob
|
7420792ef5
|
[v0.95] Fetch topology extensions field in AMD processors
|
2021-03-30 10:39:27 +02:00 |
|
Dr-Noob
|
db32cccd91
|
[v0.95] Add --raw option
|
2021-03-15 21:49:47 +01:00 |
|
Dr-Noob
|
3bac5cbfe2
|
[v0.95][x86] Print CPUID 0x1 EAX register with debug flag
|
2021-01-10 22:03:25 +01:00 |
|