OSDN Git Service

[DOC] Update to release.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 6 Aug 2018 19:02:20 +0000 (04:02 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 6 Aug 2018 19:02:20 +0000 (04:02 +0900)
source/000_gitlog.txt
source/ChangeLog
source/RELEASENOTE.txt
source/readme.qt.txt
source/readme_by_artane.txt
source/readme_fm7.jp.txt
source/readme_fm7.txt
source/revision.txt

index 9744f91..5d9de94 100644 (file)
@@ -1,3 +1,29 @@
+commit df3888ca1199c6f75c1500dbb479d152ba6e2ad0
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Mon Aug 6 22:41:33 2018 +0900
+
+    .
+
+commit 90a1d498c79c26d69c78435600856b152aa07291
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Mon Aug 6 22:40:14 2018 +0900
+
+    [BUILD] Set SOVERSION and GIT hash automatically.
+    [DEVICE][COMMON_VM] Add DEVICE:: to libCSPcommon_vm.
+    [BUILD] Update SOVERSION.
+
+commit 840a9fe11de6d66f0430a999816edee30b498a11
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Mon Aug 6 12:30:45 2018 +0900
+
+    [BUILD][CMAKE] Add __GIT_REPO_VERSION definition.
+
+commit d1d4774196516af82cf362843a7224dd80c63eab
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Wed Aug 1 00:27:59 2018 +0900
+
+    [DOC] Update gitlog.
+
 commit 09ce60e5eb776b12b2149fbb870896f62154c75d
 Author: K.Ohta <whatisthis.sowhat@gmail.com>
 Date:   Wed Aug 1 00:12:13 2018 +0900
index 94adac5..7879543 100644 (file)
@@ -1,5 +1,23 @@
 *** If you want to know full changes, please read 000_gitlog.txt and history.txt. ***
-*
+
+* SNAPSHOT August 07, 2018
+  * Upstream 2018-05-24 .
+  * [VM] Use VM_TEMPLATE, META-Class of VM::
+  * [VM/FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.
+  * [VM/FM7] DISPLAY: Not use CLR_HACK for MC6809 and delay using CLR to set busy flag.May be working MAGUS.
+  * [VM/MC6809] Remove dirty CLR insn hack.
+  * [VM/DEVICE] Add DEVICE:: to libCSPcommon_vm.
+  * [COMMON/Qt] Fix BYTEORDER of PIXEL@RGB888.
+  * [UI/Qt][BUG] Fix crash with using LaserDisc(s).
+  * [Qt/OpenGL] Initial support of OpenGL 4.3 Core profile.
+  * [Qt/OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
+  * [Qt/OpenGL] Use template class instead of GL2.0.
+  * [UI/Qt] Separate some command line parsing to sub-routines.
+  * [BUILD/WIN32] Update toolchain to Qt5.11.1.
+  * [BUILD] Set SOVERSION and GIT hash automatically.
+  * Built with df3888ca1199c6f75c1500dbb479d152ba6e2ad0 (or later).
+
+-- August 07, 2018 03:58:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 * SNAPSHOT July 13, 2018
   * Upstream 2018-05-24 .
index b5dc268..583101a 100644 (file)
@@ -1,6 +1,6 @@
 ** Qt porting and FM-7/77/AV/AV40/EX for Common Source Code Project **
 
-                                                       July 13 , 2018
+                                                       August 07, 2018
                             K.Ohta  (whatisthis.sowhat _at_ gmail.com)
 
 1.About
@@ -10,7 +10,7 @@ and built with Qt5, for Windows, built with MinGW(32bit).
 
 Source Code:
 
-   https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20180713
+   https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20180807
    
 Additional INFO:
 
@@ -161,57 +161,24 @@ Changes:
 
 * To see older changes, read ChangeLog and 000_gitlog.txt.
 
-* SNAPSHOT July 13, 2018
+* SNAPSHOT August 07, 2018
   * Upstream 2018-05-24 .
-  * [STATE] Apply new state save/load framework.See doc/a_new_state_save_load_framework.ja.txt (still only written in Japanese).
-  * [STATE] Use CRC32 protection to data.
-  * [STATE] Add header per devices.
-  * [EMU/STATE] Enable to Gzip'ed state saving / loading.
-  * [CONFIG/Bug] I forgot change top default of renderer. X-)
-  * [VM/X1] Copy VRAMs to shadow data at starting a frame.Reduce flickering a lot.
-  * [VM/PC9801] DISPLAY: Keep memory switch settings (saved to MEMSW.BIN).
-  * [VM/I386] Remove compiler warning conversion float64 (a.k.a UINT64) <-> double.
-              This still not regard when sizeof(double) != sizeof(UINT64).
-  * [VM/FM7][SOUND/BEEP] Set samplerate to 6000Hz.Simplize logic.
-  * [VM/DATAREC] Fix crash at removing CMT when not stopping to play.
-  * [VM/DATAREC] Fix crash with MZT data.
-  * [VM/NOISE] Adjust endian of WAV data.
-  * [VM/NOISE] Fix infinity loop with corruptWAV data.
-  * [VM/MC6809] Collect CPU statistics always, printing is controlled by menu immediately.
-  * [VM/Z80] Add collecting cpu status feature for Z80.
-  * [OSD/SOUND] Qt: Fix hang-up with resetting at some situations.
-                Try to fix issue of http://matsuri.5ch.net/test/read.cgi/i4004/1526806551/38 .
-  * [COMMON] Fix buffer overflow around strncpy().
-  * [COMMON] Add pair16_t and pair64_t.
-  * [COMMON] Add immediate value functions for pair_t.
-  * [COMMON][VM/Qt] Add common wav-loading / saving helper functions to common.cpp .
-  * [COMMON] Update min() and max().
-  * [FILEIO] Add FILEIO::Fflush().
-  * [FMGEN/PSG] Fix weird noise generation for SSG/PSG.
-  * [FMGEN/OPNBASE] Force to calculate frequency factors around prescaler when OPNBase::LoadState().
-                    Fix wrong sound after loding state.
-  * [FMGEN/OPNA] Fix infinity loop at loading rhythm WAVs.
-  * [FMGEN/OPNA] Adjust endian of WAV data (maybe).
-  * [Qt/OpenGL] Fix buffer overflow when changing VM's screen size.
-  * [Qt/Bug] Remove using_flags->get_config_ptr()->foo.
-  * [Qt/MAIN] LOGGER: Fix crash on exit.
-  * [Qt/LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
-  * [Qt/LOGGER] Use QVector insterad of QQueue to reduce CPU usage.
-  * [Qt/LOGGER] Bug: Logging all devices.
-  * [Qt/OpenGLES] TRY: Reduce power consumption.
-  * [Qt/OpenGL] Prepare to use OpenGL 4.x (CORE).
-  * [Qt/OpenGLES] Prepare to use OpenGL ES 3.1.
-  * [Qt/OpenGLES] Delete condition branch in shader, use #ifdef and const values.
-  * [Qt/OpenGL] Re-Add screen rotate.
-  * [BUILD/CMAKE] Add "USE_SANITIZER" and "USE_STACK_PROTECTOR" entries to buildvars_foo.dat[.tmpl]
-                  to detect wrong usage of variables / protect from stack overflow.
-  * [BUILD/CMAKE] FM7: Not build IO::, this is not used.
-  * [Qt/WIN32] Move config and logger to inner pointer, now, libCSPavio is separated to single DLL.
-  * [Qt/WIN32] Move CSP_Logger to libCSPemu_utils.[foo.so|dll] from libCSPgui.[foo.so|dll] .
-  * [WIN32] Update cross build script.
-  * Built with 9275209c6bed03ccd06716a486e29451c446751d or later.
-
--- July 13, 2018 13:09:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+  * [VM] Use VM_TEMPLATE, META-Class of VM::
+  * [VM/FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.
+  * [VM/FM7] DISPLAY: Not use CLR_HACK for MC6809 and delay using CLR to set busy flag.May be working MAGUS.Thanks to Anna_Wu.
+  * [VM/MC6809] Remove dirty CLR insn hack.
+  * [VM/DEVICE] Add DEVICE:: to libCSPcommon_vm.
+  * [COMMON/Qt] Fix BYTEORDER of PIXEL@RGB888.
+  * [UI/Qt][BUG] Fix crash with using LaserDisc(s).
+  * [Qt/OpenGL] Initial support of OpenGL 4.3 Core profile.
+  * [Qt/OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
+  * [Qt/OpenGL] Use template class instead of GL2.0.
+  * [UI/Qt] Separate some command line parsing to sub-routines.
+  * [BUILD/WIN32] Update toolchain to Qt5.11.1.
+  * [BUILD] Set SOVERSION and GIT hash automatically.
+  * Built with df3888ca1199c6f75c1500dbb479d152ba6e2ad0 (or later).
+
+-- August 07, 2018 03:58:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 Upstream changes:
 * To see older upstream's changes, read history.txt.
index eda02a6..00bdae8 100644 (file)
@@ -1,5 +1,5 @@
 ** Qt porting for Common Source Code Project **
-                                        July 13, 2018
+                                        August 07, 2018
              K.Ohta <whatisthis.sowhat _at_ gmail.com>
 
 0. About
index 63b4972..2d9ef03 100644 (file)
@@ -1,5 +1,5 @@
 ** Qt porting for Common Source Code Project **
-                                         July 13, 2018
+                                         August 07, 2018
              K.Ohta <whatisthis.sowhat _at_ gmail.com>
 
 * If you can't read Japanese, read readme.qt.txt .
@@ -12,7 +12,7 @@
    
    ソースコード:
    
-     https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20180713
+     https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20180807
 
    追加情報:
    
@@ -158,57 +158,24 @@ Changes:
 
 * 前の変更点をお読みになる場合には、ChangeLogと000_gitlog.txtをお読み下さい。
 
-* SNAPSHOT July 13, 2018
+* SNAPSHOT August 07, 2018
   * Upstream 2018-05-24 .
-  * [STATE] Apply new state save/load framework.See doc/a_new_state_save_load_framework.ja.txt (still only written in Japanese).
-  * [STATE] Use CRC32 protection to data.
-  * [STATE] Add header per devices.
-  * [EMU/STATE] Enable to Gzip'ed state saving / loading.
-  * [CONFIG/Bug] I forgot change top default of renderer. X-)
-  * [VM/X1] Copy VRAMs to shadow data at starting a frame.Reduce flickering a lot.
-  * [VM/PC9801] DISPLAY: Keep memory switch settings (saved to MEMSW.BIN).
-  * [VM/I386] Remove compiler warning conversion float64 (a.k.a UINT64) <-> double.
-              This still not regard when sizeof(double) != sizeof(UINT64).
-  * [VM/FM7][SOUND/BEEP] Set samplerate to 6000Hz.Simplize logic.
-  * [VM/DATAREC] Fix crash at removing CMT when not stopping to play.
-  * [VM/DATAREC] Fix crash with MZT data.
-  * [VM/NOISE] Adjust endian of WAV data.
-  * [VM/NOISE] Fix infinity loop with corruptWAV data.
-  * [VM/MC6809] Collect CPU statistics always, printing is controlled by menu immediately.
-  * [VM/Z80] Add collecting cpu status feature for Z80.
-  * [OSD/SOUND] Qt: Fix hang-up with resetting at some situations.
-                Try to fix issue of http://matsuri.5ch.net/test/read.cgi/i4004/1526806551/38 .
-  * [COMMON] Fix buffer overflow around strncpy().
-  * [COMMON] Add pair16_t and pair64_t.
-  * [COMMON] Add immediate value functions for pair_t.
-  * [COMMON][VM/Qt] Add common wav-loading / saving helper functions to common.cpp .
-  * [COMMON] Update min() and max().
-  * [FILEIO] Add FILEIO::Fflush().
-  * [FMGEN/PSG] Fix weird noise generation for SSG/PSG.
-  * [FMGEN/OPNBASE] Force to calculate frequency factors around prescaler when OPNBase::LoadState().
-                    Fix wrong sound after loding state.
-  * [FMGEN/OPNA] Fix infinity loop at loading rhythm WAVs.
-  * [FMGEN/OPNA] Adjust endian of WAV data (maybe).
-  * [Qt/OpenGL] Fix buffer overflow when changing VM's screen size.
-  * [Qt/Bug] Remove using_flags->get_config_ptr()->foo.
-  * [Qt/MAIN] LOGGER: Fix crash on exit.
-  * [Qt/LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
-  * [Qt/LOGGER] Use QVector insterad of QQueue to reduce CPU usage.
-  * [Qt/LOGGER] Bug: Logging all devices.
-  * [Qt/OpenGLES] TRY: Reduce power consumption.
-  * [Qt/OpenGL] Prepare to use OpenGL 4.x (CORE).
-  * [Qt/OpenGLES] Prepare to use OpenGL ES 3.1.
-  * [Qt/OpenGLES] Delete condition branch in shader, use #ifdef and const values.
-  * [Qt/OpenGL] Re-Add screen rotate.
-  * [BUILD/CMAKE] Add "USE_SANITIZER" and "USE_STACK_PROTECTOR" entries to buildvars_foo.dat[.tmpl]
-                  to detect wrong usage of variables / protect from stack overflow.
-  * [BUILD/CMAKE] FM7: Not build IO::, this is not used.
-  * [Qt/WIN32] Move config and logger to inner pointer, now, libCSPavio is separated to single DLL.
-  * [Qt/WIN32] Move CSP_Logger to libCSPemu_utils.[foo.so|dll] from libCSPgui.[foo.so|dll] .
-  * [WIN32] Update cross build script.
-  * Built with 9275209c6bed03ccd06716a486e29451c446751d or later.
-
--- July 13, 2018 13:09:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+  * [VM] Use VM_TEMPLATE, META-Class of VM::
+  * [VM/FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.
+  * [VM/FM7] DISPLAY: Not use CLR_HACK for MC6809 and delay using CLR to set busy flag.May be working MAGUS.Thanks to Anna_Wu.
+  * [VM/MC6809] Remove dirty CLR insn hack.
+  * [VM/DEVICE] Add DEVICE:: to libCSPcommon_vm.
+  * [COMMON/Qt] Fix BYTEORDER of PIXEL@RGB888.
+  * [UI/Qt][BUG] Fix crash with using LaserDisc(s).
+  * [Qt/OpenGL] Initial support of OpenGL 4.3 Core profile.
+  * [Qt/OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
+  * [Qt/OpenGL] Use template class instead of GL2.0.
+  * [UI/Qt] Separate some command line parsing to sub-routines.
+  * [BUILD/WIN32] Update toolchain to Qt5.11.1.
+  * [BUILD] Set SOVERSION and GIT hash automatically.
+  * Built with df3888ca1199c6f75c1500dbb479d152ba6e2ad0 (or later).
+
+-- August 07, 2018 03:58:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 本家の変更:
 * 前の変更点をお読みになる場合には、history.txtをお読み下さい。
index 7e0fa5d..7b699bf 100644 (file)
@@ -1,5 +1,5 @@
 ** FM-7 series  emulator for common source code project. **\r
-                                               May 16, 2018\r
+                                               August 07, 2018\r
                   K.Ohta <whatisthis.sowhat _at_ gmail.com>\r
 \r
 \r
index fc26ee7..490c33d 100644 (file)
@@ -1,5 +1,5 @@
 ** FM-7 series  emulator for common source code project. **
-                                               May 16, 2018
+                                               August 07, 2018
                   K.Ohta <whatisthis.sowhat _at_ gmail.com>
 
 1.Background
index 53548d0..3af35be 100644 (file)
@@ -1,3 +1,3 @@
 <B><FONT SIZE=-1>Upstream 2018-05-24<BR>
-Qt Port and FM7 series 2018-07-13<BR>
+Qt Port and FM7 series 2018-08-07<BR>
 </FONT></B>