Commit graph

261 commits

Author SHA1 Message Date
Кейсуке Игараси
784c0497ae
Fix FreeBSD compilation 2022-03-18 19:17:08 +09:00
axoteric
3d72e6d94e fixed macos ascii and package manager indentation 2022-03-09 06:52:05 +00:00
TheDarkBug
c7f9499c24 Fixed some warnings 2022-03-08 21:28:42 +01:00
TheDarkBug
acd9662a30 Added default system-wide config file 2022-03-08 21:24:52 +01:00
TheDarkBug
ad522fbffb Fixed #188 2022-02-05 14:22:57 +01:00
hellisabove
460a17d04d macOS location is '/usr/local/lib' and the rest is back to '/usr/lib' 2022-01-29 12:33:19 +02:00
hellisabove
a7aa8f08b7 Changed the default of '/usr/lib' to '/usr/local/lib' 2022-01-29 11:41:46 +02:00
TheDarkBug
c8365f8106 Fixed android model (#182) 2021-12-28 22:36:57 +01:00
TheDarkBug
f023da2459 New ram usage "calculator" (#178) 2021-12-26 21:33:23 +01:00
TheDarkBug
a03fdc506a Fixed #177 2021-12-26 19:33:10 +01:00
TheDarkBug
d94c325e7f Fixed cache (#175) 2021-12-26 19:09:15 +01:00
TheDarkBug
3eb849ae22 Fixed #175 2021-12-26 19:03:15 +01:00
PoorPockets McNewHold
62568c0c36 Added comment and instruction on how to bypass the Model OEM line display, to fix the missing OEM error. 2021-12-26 15:32:21 +01:00
TheDarkBug
2e1b16c64c Added an algorithm to choose the right model name 2021-12-23 17:21:27 +01:00
TheDarkBug
13a51a1588 Fixed android cpu name 2021-12-23 17:04:32 +01:00
TheDarkBug
a79e426218 Fixed windows compatibility 2021-12-23 16:46:58 +01:00
TheDarkBug
475ff4a8d6 Fixed get_info calls for windows and other systems 2021-12-23 16:27:43 +01:00
TheDarkBug
94c6be83b5 Added comments to get_info 2021-12-23 16:23:25 +01:00
TheDarkBug
dc96136234 Added comments to all the code, except for get_info 2021-12-23 14:52:55 +01:00
TheDarkBug
a1a63a130a Moved main() to the bottom of the file. Added lots of comments 2021-12-23 13:27:30 +01:00
TheDarkBug
03c51b5016 Replaced HOWOST name with MOWODEL 2021-12-18 23:24:58 +01:00
dqnk
9225aec8fa fixed issue with host model version being printed instead of the model name 2021-12-18 21:38:58 +01:00
hellisabove
fba59717a9
Added additional brew support for linux
Added additional brew support for linux as brew can be installed on linux as well
2021-12-11 13:36:25 +02:00
TheDarkBug
794ea4f735 Fix for iphone and m1 mac builds (#172) 2021-12-06 15:25:25 +01:00
TheDarkBug
824ba3f42f Second fix try for #171 2021-12-06 11:52:08 +01:00
TheDarkBug
258357ac51 Fix try for #171, changed some clang-format settings 2021-12-05 13:34:56 +01:00
TheDarkBug
9511512727 Added .clang-format for a more consistent code style 2021-11-28 15:57:20 +01:00
TheDarkBug
5be84cd1b6 Fixed #166 and #167 2021-11-28 14:02:51 +01:00
TheDarkBug
445e8e260e Moved all info and config flags for better readability and optimization 2021-11-26 18:03:14 +01:00
sech1p
33a3e2f268
Add iOS support (partially) 2021-11-06 00:44:08 +01:00
sech1p
e5094a7258
Fix host under macOS
>w<
2021-11-04 15:33:04 +01:00
4zv4l
c02b53bc8a changed the comments to fit 2021-11-03 15:37:40 +01:00
4zv4l
cda6cfcae4 adding a way to get the hostname for linux 2021-11-03 15:34:41 +01:00
4zv4l
46661f64e7 check open file before close() 2021-11-03 13:28:27 +01:00
TheDarkBug
e0d7d7ede1 Fixed windows logo on other platforms 2021-11-01 19:44:02 +01:00
TheDarkBug
b1f96e1f3d Fixed the last bugs on windows (I hope) 2021-11-01 17:12:19 +01:00
TheDarkBug
7704448357 Fixed linux problems 2021-11-01 16:55:33 +01:00
TheDarkBug
83e4aef163 Windows build is fully working 2021-11-01 16:48:54 +01:00
TheDarkBug
18031c696e
Revert "Revert "feat: responsively print width"" 2021-11-01 15:15:05 +01:00
TheDarkBug
eb06f27ff2
Revert "feat: responsively print width" 2021-11-01 15:03:45 +01:00
asas1asas200
273592479c feat: responsively print width
Limited maximum print width with current terminal width.
2021-10-31 01:37:14 +08:00
TheDarkBug
f8021dc155 Updated dependancies, fix #153 2021-10-30 18:32:51 +02:00
TheDarkBug
d887b4742d Fixed #154 2021-10-30 13:57:46 +02:00
Louis Bettens
de56164914 Fix #149 2021-10-18 14:17:38 +02:00
TheDarkBug
08e16edcaa Fix for #147 2021-10-14 22:48:08 +02:00
TheDarkBug
debc5a7c05
Fixed reading "TRUE" or "true" in cache env variable 2021-10-14 22:39:29 +02:00
elegantShock2258
8147b0a528
L:222 reduced home_dir's scope.
L:318 changed to appropiate format specifier
L:500 changed line's location.
2021-10-14 16:53:54 +05:30
elegantShock2258
aa4a14998f
FIXWARN : Provided limits to sscanf(), reduced scope of cache_enabled. 2021-10-14 16:28:59 +05:30
elegantShock2258
15850a51fe
Fixed some indentation 2021-10-13 12:37:45 +05:30
elegantShock2258
16aaf68b1f
FIX: L:222: config may not be initialised. L:585 closed host_model_info so there is no possible resource leak. 2021-10-13 12:34:03 +05:30