Dr-Noob
|
42149b8dff
|
[v0.99] Recover original Intel and AMD logos by adding shadows and new replace_blocks protocol; # replaces by 1st color, @ by 2nd
|
2021-08-09 12:45:29 +02:00 |
|
Dr-Noob
|
7c5e638c2f
|
[v0.99] Bring back long logos. Print long logos only when the terminal width is enough to display the output properly; if not, display the short logos
|
2021-08-09 12:12:14 +02:00 |
|
Dr-Noob
|
5d92814cd0
|
[v0.99] Add new, shorter Intel logo
|
2021-08-08 23:44:05 +02:00 |
|
Dr-Noob
|
0aff23f962
|
[v0.99] Easy way to print logos with blocks instead of chars. Remove dead code
|
2021-08-08 22:25:46 +02:00 |
|
Dr-Noob
|
1717a96b27
|
[v0.99] Improve ARM logo
|
2021-08-08 21:49:00 +02:00 |
|
Dr-Noob
|
7ee36037c3
|
[v0.99] Fix two bugs in the logo printing
|
2021-08-08 21:39:44 +02:00 |
|
Dr-Noob
|
a7e34a1490
|
[v0.99] Add dummy unknown logo
|
2021-08-08 21:12:16 +02:00 |
|
Dr-Noob
|
f3b1333a18
|
[v0.99] New, shorter arm logo. Change to a wider IBM logo
|
2021-08-08 21:09:15 +02:00 |
|
Dr-Noob
|
123b22e968
|
[v0.99] New, shorter IBM logo
|
2021-08-08 20:34:39 +02:00 |
|
Dr-Noob
|
00981c3c46
|
[v0.99] Adapt more logos to new color scheme and make them shorter
|
2021-08-08 19:44:11 +02:00 |
|
Dr-Noob
|
8f31e22452
|
[v0.99] Improve AMD logo
|
2021-08-08 16:58:43 +02:00 |
|
Dr-Noob
|
43b25c15e3
|
[v0.99] New AMD logo
|
2021-08-08 16:40:24 +02:00 |
|
Dr-Noob
|
b7c32fcd4a
|
[v0.99] Center automatically logo and text, when logo is longer than text and viceversa (before this commit only the first case was supported)
|
2021-08-08 12:53:16 +02:00 |
|
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 |
|