1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00
libcpuid/libcpuid
Xorg 2343193401
Release version 0.5.0 (#146)
* Set version to 0.5.0

* Update debian/control to the new version (incompatible with 0.4.x)

* Rename .install files to match SO version

Co-authored-by: Veselin Georgiev <anrieff@gmail.com>
2020-05-25 23:33:26 +03:00
..
amd_code_t.h Remove all trailling spaces 2020-05-09 17:34:07 +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
check-consistency.py check-consistency: return error count 2020-05-23 18:30:59 +02:00
CMakeLists.txt CMake: fix include directory 2020-05-23 09:47:37 +02:00
cpuid_main.c Fix code consistency 2020-05-23 18:24:30 +02:00
Doxyfile.in Doxygen: upgrade Doxyfile to avoid warnings 2020-05-21 17:20:06 +02:00
embed_drivers.cpp Remove all trailling spaces 2020-05-09 17:34:07 +02:00
exports.def Remove all trailling spaces 2020-05-09 17:34:07 +02:00
intel_code_t.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid.dsp Release version 0.5.0 (#146) 2020-05-25 23:33:26 +03:00
libcpuid.h Release version 0.5.0 (#146) 2020-05-25 23:33:26 +03:00
libcpuid.sym Add a msr_serialize_raw_data() function 2017-02-09 20:55:28 +01:00
libcpuid_constants.h Re-fix L3 cache associativity detection on AMD Zen 2 CPUs 2020-05-09 22:39:42 +02:00
libcpuid_internal.h Re-fix L3 cache associativity detection on AMD Zen 2 CPUs 2020-05-09 22:39:42 +02:00
libcpuid_types.h Do not depend on config.h in public headers 2018-06-23 17:56:52 +00:00
libcpuid_util.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_util.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_vc10.vcxproj Release version 0.5.0 (#146) 2020-05-25 23:33:26 +03:00
libcpuid_vc10.vcxproj.filters Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_vc71.vcproj Release version 0.5.0 (#146) 2020-05-25 23:33:26 +03:00
Makefile.am Fix issue #66: Manpage for cpuid_tool 2016-09-20 15:36:40 +03:00
Makefile.x64 Release version 0.5.0 (#146) 2020-05-25 23:33:26 +03:00
Makefile.x86 Release version 0.5.0 (#146) 2020-05-25 23:33:26 +03: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 Remove all trailling spaces 2020-05-09 17:34:07 +02: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 Detect ABM feature on Intel CPUs 2020-05-18 21:11:01 +02:00
recog_amd.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_intel.c Detect AVX512VBMI and AVX512VBMI2 features on Intel CPUs 2020-05-18 22:05:01 +02:00
recog_intel.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00