OSDN Git Service

[VM][GENERAL][CMAKE] Update major SOVERSION.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 10 May 2020 16:41:48 +0000 (01:41 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 10 May 2020 16:41:48 +0000 (01:41 +0900)
source/src/common.h
source/src/qt/CMakeLists.txt
source/src/qt/avio/CMakeLists.txt
source/src/qt/emuutils/CMakeLists.txt
source/src/qt/gui/CMakeLists.txt
source/src/vm/common_vm/CMakeLists.txt
source/src/vm/fmgen/CMakeLists.txt

index 195d226..82f4d3a 100644 (file)
@@ -1073,7 +1073,9 @@ inline scrntype_t msb_to_alpha_mask_u16le(uint16_t n)
                #define __builtin_assume_aligned(foo, a) foo
        #endif
 #elif defined(__GNUC__)
+       // C++ >= C++11
        #define __DECL_ALIGNED(foo) __attribute__((aligned(foo)))
+       //#define __DECL_ALIGNED(foo) alignas(foo)
 #else
        // ToDo
        #define __builtin_assume_aligned(foo, a) foo
index 34b8b3c..3051a59 100644 (file)
@@ -1,5 +1,5 @@
 message("* qt/osd")
-SET(THIS_LIB_VERSION 2.23.1)
+SET(THIS_LIB_VERSION 2.24.0)
 
 set(s_qt_osd_headers
        osd_base.h
index 08e5e60..0b9a3c0 100644 (file)
@@ -1,6 +1,6 @@
 message("* qt/avio")
 
-SET(THIS_LIB_VERSION 2.11.1)
+SET(THIS_LIB_VERSION 2.12.0)
 set(s_qt_avio_headers
          movie_saver.h
          movie_loader.h
index e1d7d1f..9d37247 100644 (file)
@@ -1,6 +1,6 @@
 message("* qt/emuutils")
 
-SET(THIS_LIB_VERSION 2.16.6)
+SET(THIS_LIB_VERSION 2.17.0)
 
 set(s_qt_emuutils_headers
        ../gui/csp_logger.h
index ca11057..84b0188 100644 (file)
@@ -1,6 +1,6 @@
 message("* qt/gui")
 
-set(THIS_LIB_VERSION 2.20.1)
+set(THIS_LIB_VERSION 2.21.0)
 #include(cotire)
 #include(PrecompiledHeader)
 
index f942209..021cc91 100644 (file)
@@ -1,6 +1,6 @@
 message("* vm/common_vm")
 
-SET(THIS_LIB_VERSION 2.25.3)
+SET(THIS_LIB_VERSION 2.26.0)
 
 #include(cotire)
 set(s_vm_common_vm_srcs
index 90841ca..967d2df 100644 (file)
@@ -1,7 +1,7 @@
 cmake_minimum_required (VERSION 2.6)
 
 message("* vm/fmgen")
-SET(THIS_LIB_VERSION 1.6.3)
+SET(THIS_LIB_VERSION 1.7.0)
 add_definitions(-D__LIBFMGEN_VERSION=\"libCSPfmgen.${THIS_LIB_VERSION}\")
 
 SET(s_vm_fmgen_srcs