1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00
libcpuid/libcpuid
The Tumultuous Unicorn Of Darkness 0ded44bb0c
Docs: update Doxyfile to version 1.9.7
warning: Tag 'HTML_TIMESTAMP' at line 1330 of file '/tmp/makepkg/libcpuid-git/src/build/libcpuid/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_TIMESTAMP' at line 1998 of file '/tmp/makepkg/libcpuid-git/src/build/libcpuid/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
2023-08-06 12:14:04 +02:00
..
amd_code_t.h DB: add AMD Steppe Eagle 2022-09-22 20:46:36 +02:00
asm-bits.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
asm-bits.h Fix compilation on non-x86/ARM architectures. 2019-10-29 20:49:08 +01:00
centaur_code_t.h Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
check-consistency.py Related to c2645d0. Convert all python scripts to Python 3. 2020-05-28 19:57:30 +03:00
CMakeLists.txt Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
cpuid_main.c fix build warning 2023-07-16 11:35:49 +02:00
Doxyfile.in Docs: update Doxyfile to version 1.9.7 2023-08-06 12:14:04 +02:00
embed_drivers.cpp Remove all trailling spaces 2020-05-09 17:34:07 +02:00
exports.def Detect Virtual Machine 2022-09-18 10:26:02 +02:00
intel_code_t.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid.dsp Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
libcpuid.h Define constant for CPU codename string 2023-05-08 22:38:15 +02:00
libcpuid.sym Detect Virtual Machine 2022-09-18 10:26:02 +02:00
libcpuid_constants.h Define constant for CPU codename string 2023-05-08 22:38:15 +02:00
libcpuid_internal.h Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
libcpuid_types.h Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00
libcpuid_util.c Replace decode_intel_number_of_cores() by decode_number_of_cores_x86() 2023-07-01 15:41:20 +02:00
libcpuid_util.h Replace decode_intel_number_of_cores() by decode_number_of_cores_x86() 2023-07-01 15:41:20 +02:00
libcpuid_vc10.vcxproj Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
libcpuid_vc10.vcxproj.filters Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
libcpuid_vc71.vcproj Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
Makefile.am Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
Makefile.x64 Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
Makefile.x86 Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
masm-x64.asm Remove all trailling spaces 2020-05-09 17:34:07 +02:00
msrdriver.c Also msrdriver.c 2018-06-21 21:22:52 +03:00
rdmsr.c Rename set_error -> cpuid_set_error and get_error -> cpuid_get_error (#188) 2023-04-01 02:00:54 +03:00
rdtsc.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
rdtsc.h Forgot to add the new header file for rdtsc.c 2010-04-20 09:03:57 +00:00
recog_amd.c DB: add AMD Phoenix 2023-05-14 19:19:20 +02:00
recog_amd.h Initial support for AMD Phoenix APU with hybrid architecture 2023-03-25 19:17:44 +01:00
recog_centaur.c Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
recog_centaur.h Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
recog_intel.c Replace decode_intel_number_of_cores() by decode_number_of_cores_x86() 2023-07-01 15:41:20 +02:00
recog_intel.h Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00