OSDN Git Service

[DOC] Update for newer, maybe these are for release.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 7 Mar 2017 06:58:03 +0000 (15:58 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 7 Mar 2017 06:58:03 +0000 (15:58 +0900)
source/000_gitlog.txt
source/ChangeLog
source/RELEASENOTE.txt
source/readme_by_artane.txt
source/src/res/credits.html

index 2beb974..9e1ae50 100644 (file)
@@ -1,3 +1,58 @@
+commit 2dac70eb1743e2a0b778a57a1f520fce59aa6371
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 15:51:51 2017 +0900
+
+    [BUILD][FM8][WIN32] FIX FTBFS with linking.
+
+commit b07b62a605905fb60391311c9c46cfcafdafb7f0
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 06:49:27 2017 +0000
+
+    [BUILD][LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
+
+commit 25e4dd92c677e26468a1b4e311d4bb533ba812c7
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 06:39:21 2017 +0000
+
+    [VM][FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
+
+commit 7b6f18a5c866a570c115fa17060bfeccd26777eb
+Merge: 81f77372 ac3534e8
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Mon Mar 6 18:27:41 2017 +0000
+
+    Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
+
+commit 81f773727550328386c1a010957ddfc623cc3583
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Mon Mar 6 18:26:22 2017 +0000
+
+    [BUILD] .
+
+commit ac3534e8709f4a9d68abf732f7f782cc2f66af75
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 03:17:05 2017 +0900
+
+    [BUILD][LINUX] Updateed.
+
+commit 69aff6549eddf15e217b741f913ebcff459f9f42
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 03:10:40 2017 +0900
+
+    [Qt] More commit.
+
+commit e5052fd582472b1e980daa342e85918a097d9e38
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 03:08:38 2017 +0900
+
+    [WIN32][MINGW][Qt] FIX FTBFS.
+
+commit c610e3989612e0f2c11296da583f03f2d6419006
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 7 02:53:18 2017 +0900
+
+    [DOC] Update GITLOG.
+
 commit 6933228f1826d3cc655a17f47387e31f5097bfb7
 Author: K.Ohta <whatisthis.sowhat@gmail.com>
 Date:   Tue Mar 7 02:52:48 2017 +0900
index aecda9e..c052f4b 100644 (file)
   * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread.
   * [Qt/OSD] Remove do_call_debugger_command().
   * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San.
-  * Built with 1014e6fc73aa1fe867da01724a8126aa70331954 or newer.
+  * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
+  * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
+  * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer.
 
--- Mar 07, 2017 02:47:32 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+-- Mar 07, 2017 15:55:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 * SNAPSHOT January 30, 2017
   * Upstream 2016-12-31
index 0b6af5d..3827d11 100644 (file)
@@ -128,9 +128,11 @@ Changes:
   * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread.
   * [Qt/OSD] Remove do_call_debugger_command().
   * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San.
-  * Built with 1014e6fc73aa1fe867da01724a8126aa70331954 or newer.
+  * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
+  * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
+  * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer.
 
--- Mar 07, 2017 02:47:32 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+-- Mar 07, 2017 15:55:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 * SNAPSHOT January 30, 2017
   * Upstream 2016-12-31
index e3e3310..03fdde8 100644 (file)
@@ -165,9 +165,11 @@ ChangeLog:
   * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread.
   * [Qt/OSD] Remove do_call_debugger_command().
   * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San.
-  * Built with 1014e6fc73aa1fe867da01724a8126aa70331954 or newer.
+  * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
+  * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
+  * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer.
 
--- Mar 07, 2017 02:47:32 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+-- Mar 07, 2017 15:55:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 * SNAPSHOT January 30, 2017
   * Upstream 2016-12-31
index fd5e761..c9ca83b 100644 (file)
@@ -17,7 +17,7 @@ libCSPemu_utils 2.2.3<BR>
 libCSPcommon_vm 1.0.1<BR>
 libCSPfmgen 1.0.1<BR>
 FFMPEG 3.2.2 + liblame 3.99 + libx264-148<BR>
-Build Version: 1014e6fc73aa1fe867da01724a8126aa70331954<BR>
+Build Version: 2dac70eb1743e2a0b778a57a1f520fce59aa6371<BR>
 </FONT></DIV>
 <BR>
 <DIV ALIGN=RIGHT><FONT SIZE=3>
@@ -70,5 +70,5 @@ See also:<BR>
 </FONT>
 <hr>
 <address></address>
-<!-- hhmts start -->Last modified: Tue 30, March 2017 02:45:55<!-- hhmts end -->
+<!-- hhmts start -->Last modified: Tue 07, March 2017 15:56:10<!-- hhmts end -->
 </body> </html>