Stas Degteff
|
5e98926932
|
New preprocessor macroses for compiler verstion tests: __GNUC_LESS(maj,min), __GNUC_NOT_LESS(maj, min), __VISUAL_STUDIO_LESS(maj, min), __VISUAL_STUDIO_NOT_LESS(maj, min), __VISUAL_C_LESS(maj, min) and __VISUAL_C_NOT_LESS(maj, min)
|
2011-02-20 16:19:32 +00:00 |
|
Stas Degteff
|
4583e435b4
|
Workaround for GCC 3.4.5/gentoo bug: define GCFG_NO_CPUID
|
2007-02-24 14:23:03 +00:00 |
|
Ianos Gnatiuc
|
ffcc586cd5
|
Fixed some memory leaks.
|
2006-11-25 07:26:20 +00:00 |
|
Ianos Gnatiuc
|
186a608d2c
|
Added __cpuid function for MSVC6
|
2006-09-24 16:35:01 +00:00 |
|
Ianos Gnatiuc
|
7ee7d90171
|
Using __cpuid intrinsic on x86 and x64 windows
|
2006-09-24 15:27:44 +00:00 |
|
Ianos Gnatiuc
|
abc9111f96
|
Win64 build support
|
2006-09-24 14:26:09 +00:00 |
|
Stas Degteff
|
66831e6a38
|
Fix unused variable definition
|
2006-01-14 22:11:32 +00:00 |
|
Ianos Gnatiuc
|
a7a51a5112
|
Removed K7/K8 model identification
|
2005-12-19 13:31:26 +00:00 |
|
Ianos Gnatiuc
|
8ff4d78f34
|
AMD_K7_M8 - AMD_Athlon
|
2005-12-15 11:39:56 +00:00 |
|
Ianos Gnatiuc
|
1314455a73
|
AMD_K8_M12 - AMD Sempron
|
2005-11-25 06:35:18 +00:00 |
|
Stas Degteff
|
48180795cd
|
Add AMD Sempron identification
|
2005-11-18 19:57:50 +00:00 |
|
Ianos Gnatiuc
|
7c44e0d886
|
fix K8 cpu model name
|
2005-11-09 18:36:35 +00:00 |
|
Stas Degteff
|
0a74269cc7
|
Identification for Duron F6M7
|
2005-11-09 16:26:51 +00:00 |
|
Stas Degteff
|
3fdeadf9d2
|
Fix cpu id string for empty vendor
|
2005-11-08 20:48:37 +00:00 |
|
Stas Degteff
|
3940615b7b
|
Detects the AMD Athlon family 6 model 6
|
2005-11-05 21:30:36 +00:00 |
|
Stas Degteff
|
00b6286bba
|
Prevent memory fault on non-32bit platforms
|
2005-11-03 11:57:16 +00:00 |
|
Ianos Gnatiuc
|
502e130b8f
|
Fixed sprintf parameters
|
2005-11-02 00:45:47 +00:00 |
|
Stas Degteff
|
7ebf8253e6
|
Fix typos
|
2005-10-27 19:18:58 +00:00 |
|
Stas Degteff
|
1f3c735f39
|
Update VIA CPU detection
|
2005-10-27 16:31:35 +00:00 |
|
Stas Degteff
|
d33dc84ae5
|
change CPU detection for non-w32
|
2005-10-27 16:28:14 +00:00 |
|
Stas Degteff
|
139032d223
|
TransMeta CPU detection
|
2005-10-27 16:23:43 +00:00 |
|
Stas Degteff
|
b5dc91c02d
|
Update VIA C3 CentaurHauls detection
|
2005-10-26 16:00:32 +00:00 |
|
Stas Degteff
|
81300cf5a4
|
Display unknown 386 and 486 CPUs
|
2005-10-24 15:09:49 +00:00 |
|
Stas Degteff
|
d5eab1626b
|
Xeon CPU commented out
|
2005-10-23 13:33:26 +00:00 |
|
Ianos Gnatiuc
|
9813ce1e91
|
Tab chars (0x9) was replaced with spaces
|
2005-10-23 04:39:25 +00:00 |
|
Ianos Gnatiuc
|
1f4f8695e5
|
Changed part of integer types to intN_t
|
2005-10-22 14:44:25 +00:00 |
|
Stas Degteff
|
98ed5a2a37
|
Fix build on 64-bit platforms. Patch from Max Alekseyev <relf@os2.ru>
|
2005-10-22 07:09:54 +00:00 |
|
Stas Degteff
|
5d34bd6b11
|
Add Xeon CPUID no.
|
2005-10-18 12:34:58 +00:00 |
|
Stas Degteff
|
998de912ee
|
Fix MSVC cpu detection after last patch
|
2005-10-16 09:52:01 +00:00 |
|
Stas Degteff
|
178cee4ed9
|
Replace iP-4 with iP-IV
|
2005-10-16 09:15:59 +00:00 |
|
Stas Degteff
|
795bb50063
|
Replace iPentium with iP54C and iP-MMX with iP55C
|
2005-10-16 09:15:11 +00:00 |
|
Stas Degteff
|
63d2cfc1ff
|
Replace iCentrino with iP-M
|
2005-10-16 09:13:38 +00:00 |
|
Stas Degteff
|
6f8f267700
|
Update CPU detection code
|
2005-10-16 09:12:25 +00:00 |
|
Stas Degteff
|
0c149cd68a
|
Optimize CPU detection code
|
2005-10-15 22:58:39 +00:00 |
|
Stas Degteff
|
34c300f44c
|
Full x86 CPU detection
|
2005-10-15 21:43:46 +00:00 |
|
Stas Degteff
|
7ac08e73e2
|
CPUID support in GNU C
|
2005-10-13 19:28:32 +00:00 |
|
Ianos Gnatiuc
|
a31b8b396b
|
replace Service_Pack_ with SP in @osver macro under WinNT
|
2005-10-12 05:15:00 +00:00 |
|
Stas Degteff
|
62c27d5dcf
|
Improve OS and platform detection
|
2005-10-11 20:07:52 +00:00 |
|
Ianos Gnatiuc
|
76bec88bc0
|
fix usage of type DWORD in gcpuid function
|
2005-10-10 23:21:42 +00:00 |
|
Stas Degteff
|
890937100d
|
fix MS Visual C build after 64-bit support patch
|
2005-10-09 21:09:37 +00:00 |
|
Stas Degteff
|
7345cbfdf2
|
Fix P4 and IA64 cpu detection
|
2005-10-07 12:37:19 +00:00 |
|
Stas Degteff
|
626d41cfff
|
Prevent buffer overflow
|
2005-10-07 12:11:50 +00:00 |
|
Stas Degteff
|
3177d92420
|
Fix GCC build (ISO C++ not allows unnamed structures)
|
2005-10-07 12:11:09 +00:00 |
|
Ianos Gnatiuc
|
97ed80ae89
|
processor name to @widepid and @osver macros
|
2005-10-05 21:58:34 +00:00 |
|
Alexander S. Aganichev
|
03de8fcc4b
|
Fix formatting/cleaning
|
2003-04-03 14:20:58 +00:00 |
|
zharik
|
f760aae131
|
BeOS port related changes (initial commit)
|
2003-03-29 21:51:19 +00:00 |
|
Alexander S. Aganichev
|
4934ba030c
|
none
|
2001-04-15 19:24:44 +00:00 |
|
Alexander S. Aganichev
|
5932b8817b
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
|