From a578c8d993bb27ecf413ac8ff6b93845fc2fe1b3 Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sun, 28 Apr 2024 12:20:48 +0200 Subject: [PATCH] Release version 0.6.5 --- CMakeLists.txt | 4 ++-- ChangeLog | 11 +++++++++++ configure.ac | 5 +++-- libcpuid/Makefile.x64 | 2 +- libcpuid/Makefile.x86 | 2 +- libcpuid/libcpuid.dsp | 4 ++-- libcpuid/libcpuid.h | 4 +++- libcpuid/libcpuid_vc10.vcxproj | 12 ++++++------ libcpuid/libcpuid_vc71.vcproj | 8 ++++---- 9 files changed, 33 insertions(+), 19 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f276d..b0bfba5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.13) -set(VERSION "0.6.4") +set(VERSION "0.6.5") set(LIBCPUID_CURRENT 16) set(LIBCPUID_AGE 0) -set(LIBCPUID_REVISION 4) +set(LIBCPUID_REVISION 5) project( cpuid LANGUAGES C CXX ASM_MASM diff --git a/ChangeLog b/ChangeLog index 3e69336..03e7361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -179,3 +179,14 @@ Version 0.6.4 (2023-10-08): * Fix build for NetBSD and DragonFly BSD (#190) * Support for AMD Dragon Range * Support for AMD Ryzen Z1 + +Version 0.6.5 (2024-04-28): + * Support for Intel Bay Trail-M + * Support for Intel Bay Trail-T + * Support for Intel Bay Trail-D + * Support for AMD Storm Peak + * Support for Intel Raport Lake Refresh + * Support heterogeneous RAW dumps in cpu_identify_all() + * Support for Intel Meteor Lake, including detection of LP E-Cores + * Support for Intel Emerald Rapids-SP + * Support for more AMD Van Gogh diff --git a/configure.ac b/configure.ac index 6afaa2a..8ff08ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libcpuid CPU Identification library], [0.6.4], [libcpuid-devel@lists.sourceforge.net], [libcpuid]) +AC_INIT([libcpuid CPU Identification library], [0.6.5], [libcpuid-devel@lists.sourceforge.net], [libcpuid]) AC_CONFIG_SRCDIR([libcpuid/libcpuid.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -30,9 +30,10 @@ dnl 16:0:1 Version 0.6.1: DB updates, fixes dnl 16:0:2 Version 0.6.2: DB updates, fix for single-core CPUs dnl 16:0:3 Version 0.6.3: DB updates, fixes, restore CPU affinity, rename {set,get}_error() to cpuid_{set,get}_error() dnl 16:0:4 Version 0.6.4: DB updates, fixes, support for Centaur CPUs (VIA and Zhaoxin) +dnl 16:0:5 Version 0.6.5: DB updates, various improvements, detection of LP E-Cores for Intel CPUs LIBCPUID_CURRENT=16 LIBCPUID_AGE=0 -LIBCPUID_REVISION=4 +LIBCPUID_REVISION=5 AC_SUBST([LIBCPUID_AGE]) AC_SUBST([LIBCPUID_REVISION]) AC_SUBST([LIBCPUID_CURRENT]) diff --git a/libcpuid/Makefile.x64 b/libcpuid/Makefile.x64 index 5dce960..849c099 100644 --- a/libcpuid/Makefile.x64 +++ b/libcpuid/Makefile.x64 @@ -5,7 +5,7 @@ all: libcpuid.lib ASM = ml64 /nologo CC = cl.exe /nologo /TC OPTFLAGS = /MT -DEFINES = /D "VERSION=\"0.6.4\"" +DEFINES = /D "VERSION=\"0.6.5\"" OBJECTS = masm-x64.obj asm-bits.obj cpuid_main.obj libcpuid_util.obj recog_amd.obj recog_centaur.obj recog_intel.obj rdtsc.obj libcpuid.lib: $(OBJECTS) diff --git a/libcpuid/Makefile.x86 b/libcpuid/Makefile.x86 index 332577d..a15dc8d 100644 --- a/libcpuid/Makefile.x86 +++ b/libcpuid/Makefile.x86 @@ -12,7 +12,7 @@ all: libcpuid.lib CC = cl.exe /nologo /TC OPTFLAGS = /MT -DEFINES = /D "VERSION=\"0.6.4\"" +DEFINES = /D "VERSION=\"0.6.5\"" OBJECTS = asm-bits.obj cpuid_main.obj libcpuid_util.obj recog_amd.obj recog_centaur.obj recog_intel.obj rdtsc.obj libcpuid.lib: $(OBJECTS) diff --git a/libcpuid/libcpuid.dsp b/libcpuid/libcpuid.dsp index 5b526c5..4dc4cb5 100644 --- a/libcpuid/libcpuid.dsp +++ b/libcpuid/libcpuid.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.4\" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.5\" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ LIB32=link.exe -lib # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.4\" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.5\" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe diff --git a/libcpuid/libcpuid.h b/libcpuid/libcpuid.h index 1ef7e22..d76015e 100644 --- a/libcpuid/libcpuid.h +++ b/libcpuid/libcpuid.h @@ -29,7 +29,7 @@ * \file libcpuid.h * \author Veselin Georgiev * \date Oct 2008 - * \version 0.6.4 + * \version 0.6.5 * * Version history: * @@ -77,6 +77,8 @@ * * 0.6.4 (2023-10-08): A lot of DB updates, add support for Centaur CPUs (VIA and Zhaoxin), * fix floating point exception in cpu_identify_all(), * fix build for NetBSD and DragonFly BSD. + * * 0.6.5 (2024-04-28): A lot of DB updates, support heterogeneous RAW dumps in cpu_identify_all(), + * detection of LP E-Cores for Intel CPUs. */ /** @mainpage A simple libcpuid introduction diff --git a/libcpuid/libcpuid_vc10.vcxproj b/libcpuid/libcpuid_vc10.vcxproj index 5a98236..5e7ee47 100644 --- a/libcpuid/libcpuid_vc10.vcxproj +++ b/libcpuid/libcpuid_vc10.vcxproj @@ -102,7 +102,7 @@ Disabled - WIN32;_DEBUG;_LIB;VERSION="0.6.4";%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;VERSION="0.6.5";%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebug @@ -117,7 +117,7 @@ Disabled - WIN32;_DEBUG;_LIB;VERSION="0.6.4";%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;VERSION="0.6.5";%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug @@ -130,7 +130,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.4";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.5";%(PreprocessorDefinitions) MultiThreaded @@ -142,7 +142,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.4";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.5";%(PreprocessorDefinitions) MultiThreaded @@ -157,7 +157,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.4";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.5";%(PreprocessorDefinitions) MultiThreaded @@ -169,7 +169,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.4";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.5";%(PreprocessorDefinitions) MultiThreaded diff --git a/libcpuid/libcpuid_vc71.vcproj b/libcpuid/libcpuid_vc71.vcproj index 34bfc82..25b90b7 100644 --- a/libcpuid/libcpuid_vc71.vcproj +++ b/libcpuid/libcpuid_vc71.vcproj @@ -19,7 +19,7 @@ + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">