OSDN Git Service

csp-qt/common_source_project-fm7.git
22 months ago[OSD][SOUND][Qt][WIP] Implementing sound driver skelton.This still be work-in-progress.
K.Ohta [Tue, 16 Aug 2022 18:08:29 +0000 (03:08 +0900)]
[OSD][SOUND][Qt][WIP] Implementing sound driver skelton.This still be work-in-progress.

22 months ago[UI][Qt][MEDIA_DIALOG] Prepare to be working as separate thread.
K.Ohta [Thu, 11 Aug 2022 15:41:02 +0000 (00:41 +0900)]
[UI][Qt][MEDIA_DIALOG] Prepare to be working as separate thread.

22 months ago[OSD][Qt][SOUND] Discard sound datas if delay more than (2.0 * latency_msec).
K.Ohta [Thu, 11 Aug 2022 15:39:58 +0000 (00:39 +0900)]
[OSD][Qt][SOUND] Discard sound datas if delay more than (2.0 * latency_msec).

22 months ago[Qt][OSD][SOUND][WIP] Updating sound modules.This still not ready to build.
K.Ohta [Wed, 10 Aug 2022 17:00:36 +0000 (02:00 +0900)]
[Qt][OSD][SOUND][WIP] Updating sound modules.This still not ready to build.

22 months ago[Qt][LOGGER] Make logger as std::shared_ptr<CSP_Logger>, not global object.
K.Ohta [Fri, 5 Aug 2022 17:01:34 +0000 (02:01 +0900)]
[Qt][LOGGER] Make logger as std::shared_ptr<CSP_Logger>, not global object.

22 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA] Reduce jitter and delay of sound.This still be imcomp...
K.Ohta [Fri, 5 Aug 2022 16:59:47 +0000 (01:59 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA] Reduce jitter and delay of sound.This still be imcomplete, when stopped VM a bit seconds.

22 months ago[UI][OSD][Qt] Make USING_FLAGS a std::shared_ptr<USING_FLAGS> .
K.Ohta [Fri, 5 Aug 2022 14:11:35 +0000 (23:11 +0900)]
[UI][OSD][Qt] Make USING_FLAGS a std::shared_ptr<USING_FLAGS> .

22 months ago[OSD][SOUND][SOUND_BUFFER] Make sound buffer to RINGED BUFFER, and make shared pointe...
K.Ohta [Fri, 5 Aug 2022 12:31:51 +0000 (21:31 +0900)]
[OSD][SOUND][SOUND_BUFFER] Make sound buffer to RINGED BUFFER, and make shared pointer of based FIFO template (UNLOCKED_FIFO).

22 months ago[DRAW][QT] Make USING_FLAGS std::shared_ptr<USING_FLAGS> .
K.Ohta [Fri, 5 Aug 2022 12:31:14 +0000 (21:31 +0900)]
[DRAW][QT] Make USING_FLAGS std::shared_ptr<USING_FLAGS> .

22 months ago[OSD][SOUND][Qt][QT_MULTIMEDIA] Make time count real processed time uSec.Less chopper...
K.Ohta [Fri, 5 Aug 2022 12:29:59 +0000 (21:29 +0900)]
[OSD][SOUND][Qt][QT_MULTIMEDIA] Make time count real processed time uSec.Less chopper sounds.

22 months ago[Qt][DRAW][OSD] Make config pointer fixed.
K.Ohta [Tue, 2 Aug 2022 06:02:01 +0000 (15:02 +0900)]
[Qt][DRAW][OSD] Make config pointer fixed.

22 months ago[OSD][SOUND][MODULAR_DRIVERS] Update template class.
K.Ohta [Tue, 2 Aug 2022 05:27:17 +0000 (14:27 +0900)]
[OSD][SOUND][MODULAR_DRIVERS] Update template class.

22 months agoMerge branch 'master' of github.com:Artanejp/common_source_project-fm7
Kyuma Ohta [Tue, 2 Aug 2022 02:37:46 +0000 (11:37 +0900)]
Merge branch 'master' of github.com:Artanejp/common_source_project-fm7

22 months ago[VM][FM7][VRAM] Fix FTBFS with older G++ (i.e. 5.4.x). Older std::valarray doesn...
Kyuma Ohta [Tue, 2 Aug 2022 02:35:23 +0000 (11:35 +0900)]
[VM][FM7][VRAM] Fix FTBFS with older G++ (i.e. 5.4.x). Older std::valarray doesn't allow operator ">>" "<<", only ">>=" "<<=".

22 months ago[VM][YIS] .
Kyuma Ohta [Mon, 1 Aug 2022 05:10:15 +0000 (05:10 +0000)]
[VM][YIS] .

22 months ago[VM][I386_NP21][WIN32] Workaround for not having isnan(foo) at <math.h>.
Kyuma Ohta [Mon, 1 Aug 2022 05:09:13 +0000 (05:09 +0000)]
[VM][I386_NP21][WIN32] Workaround for not having isnan(foo) at <math.h>.

22 months ago[VM][PCM1BIT][Win32] Workaround for not having a M_PI constant.
Kyuma Ohta [Mon, 1 Aug 2022 05:08:43 +0000 (05:08 +0000)]
[VM][PCM1BIT][Win32] Workaround for not having a M_PI constant.

22 months ago[COMMON][Win32] Workaround for not having a M_PI constant.
Kyuma Ohta [Mon, 1 Aug 2022 05:07:37 +0000 (05:07 +0000)]
[COMMON][Win32] Workaround for not having a M_PI constant.

22 months ago[Build][WIN32][LLVM14][CROSS] Available to build with CROSS LLVM/CLANG14, new directo...
Kyuma Ohta [Mon, 1 Aug 2022 05:06:20 +0000 (05:06 +0000)]
[Build][WIN32][LLVM14][CROSS] Available to build with CROSS LLVM/CLANG14, new directories layout.

22 months ago.
K.Ohta [Sun, 31 Jul 2022 18:47:13 +0000 (03:47 +0900)]
.

22 months ago[Build][Cross][Win32] Change layouts of external libraries.
K.Ohta [Sun, 31 Jul 2022 18:43:35 +0000 (03:43 +0900)]
[Build][Cross][Win32] Change layouts of external libraries.

22 months ago[FMGEN] Fix FTBFS with older GCC.
Kyuma Ohta [Sun, 31 Jul 2022 03:18:05 +0000 (12:18 +0900)]
[FMGEN] Fix FTBFS with older GCC.

22 months ago[EMUUTILS][COMMON] Fix FTBFS for older compiler, seems without __has_builtin() macro.
Kyuma Ohta [Sun, 31 Jul 2022 03:11:07 +0000 (12:11 +0900)]
[EMUUTILS][COMMON] Fix FTBFS for older compiler, seems without __has_builtin() macro.

22 months ago[Qt][AVIO][GCC] Add include header <memory> to fix FTBFS with some OLDER compilers.
Kyuma Ohta [Sun, 31 Jul 2022 03:10:06 +0000 (12:10 +0900)]
[Qt][AVIO][GCC] Add include header <memory> to fix FTBFS with some OLDER compilers.

22 months ago[OSD][Qt] Use std::recursive_timed_mutex and std::lock_guard instead of QRecursiveMut...
K.Ohta [Thu, 28 Jul 2022 07:06:30 +0000 (16:06 +0900)]
[OSD][Qt] Use std::recursive_timed_mutex and std::lock_guard instead of QRecursiveMutex/QMutex(QMutex::Recursive) and QMutexLocker .

22 months ago[OSD][Qt][SOUND] update_sound() : Re-add time gate from real time scale.
K.Ohta [Thu, 28 Jul 2022 05:24:08 +0000 (14:24 +0900)]
[OSD][Qt][SOUND] update_sound() : Re-add time gate from real time scale.

22 months ago[OSD][Qt] Fix lockup on logging, revert some part of recent commits.
K.Ohta [Thu, 28 Jul 2022 05:23:39 +0000 (14:23 +0900)]
[OSD][Qt] Fix lockup on logging, revert some part of recent commits.

22 months ago[Qt][LOGGER][WIN32][OOPS] Make csp_logger 's pointer std::shared_ptr<> .
K.Ohta [Thu, 28 Jul 2022 03:34:12 +0000 (12:34 +0900)]
[Qt][LOGGER][WIN32][OOPS] Make csp_logger 's pointer std::shared_ptr<> .

22 months ago[Qt][LOGGER] Make std::shared_ptr to logger's pointer.Expect to more safer logging.
K.Ohta [Thu, 28 Jul 2022 03:27:13 +0000 (12:27 +0900)]
[Qt][LOGGER] Make std::shared_ptr to logger's pointer.Expect to more safer logging.

[Qt][OSD][VM][FMGEN][UI] Maybe fix crash when exiting.

23 months ago[OSD][Qt][Qt5][SOUND] Fix FTBFSs.
K.Ohta [Thu, 28 Jul 2022 00:36:04 +0000 (09:36 +0900)]
[OSD][Qt][Qt5][SOUND] Fix FTBFSs.

23 months ago[OSD][Qt][SOUND] QT_MULTIMEDIA: Reduce sound-jitter a lot.
K.Ohta [Wed, 27 Jul 2022 17:24:07 +0000 (02:24 +0900)]
[OSD][Qt][SOUND] QT_MULTIMEDIA: Reduce sound-jitter a lot.

23 months ago[OSD][Qt][SOUND] Use shared_ptr to be robust.
K.Ohta [Wed, 27 Jul 2022 14:24:28 +0000 (23:24 +0900)]
[OSD][Qt][SOUND] Use shared_ptr to be robust.

23 months ago[Qt][SOUND][OSD] Move OSD to correct thread.Fixed issue of some messaging.
K.Ohta [Wed, 27 Jul 2022 07:04:48 +0000 (16:04 +0900)]
[Qt][SOUND][OSD] Move OSD to correct thread.Fixed issue of some messaging.

23 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA][WIP] Separating sound driver to a module, this still...
K.Ohta [Mon, 25 Jul 2022 16:41:42 +0000 (01:41 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA][WIP] Separating sound driver to a module, this still be WIP.Maybe unable to build.

23 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA] More correctness rendering timing.
K.Ohta [Sat, 23 Jul 2022 19:04:26 +0000 (04:04 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA] More correctness rendering timing.

23 months ago[OSD][Qt][SOUND][Qt5] Fix not sounding with Qt5, but still choppy sound.(excepts...
K.Ohta [Thu, 21 Jul 2022 14:17:02 +0000 (23:17 +0900)]
[OSD][Qt][SOUND][Qt5] Fix not sounding with Qt5, but still choppy sound.(excepts built with Qt6).

23 months ago[VM][FMTOWNS][CRTC] Comment out debug logging.
K.Ohta [Thu, 21 Jul 2022 13:46:53 +0000 (22:46 +0900)]
[VM][FMTOWNS][CRTC] Comment out debug logging.

23 months ago[Qt][OSD][SOUND][QT_MULTIMEDIA] More stable (= less chopping a lot) sound output.
K.Ohta [Thu, 21 Jul 2022 13:45:59 +0000 (22:45 +0900)]
[Qt][OSD][SOUND][QT_MULTIMEDIA] More stable (= less chopping a lot) sound output.

23 months ago[OSD][Qt][SOUND] Available to build with Qt5, but something is wrong.
K.Ohta [Wed, 20 Jul 2022 21:36:23 +0000 (06:36 +0900)]
[OSD][Qt][SOUND] Available to build with Qt5, but something is wrong.

23 months ago[Qt][OSD][SOUND] Make sound-buffer larger to fix chopping sound at eFMTowns.
K.Ohta [Wed, 20 Jul 2022 04:21:04 +0000 (13:21 +0900)]
[Qt][OSD][SOUND] Make sound-buffer larger to fix chopping sound at eFMTowns.

23 months ago[Qt][OSD][SOUND] Rename slot for changing backend state.
K.Ohta [Tue, 19 Jul 2022 15:18:33 +0000 (00:18 +0900)]
[Qt][OSD][SOUND] Rename slot for changing backend state.

23 months ago[OSD][Qt][SOUND][CONFIG] Important: Now, sound output device has recorded as NAME...
K.Ohta [Tue, 19 Jul 2022 14:24:18 +0000 (23:24 +0900)]
[OSD][Qt][SOUND][CONFIG] Important: Now, sound output device has recorded as NAME, not number.

[OSD][Qt][SOUND][QT_MULTIMEDIA] Available to set master volume.Will implement better.

23 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA] More accuracy sound timing.Wip.
K.Ohta [Tue, 19 Jul 2022 10:36:24 +0000 (19:36 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA] More accuracy sound timing.Wip.

23 months ago[SOUND][Qt][OSD] Using QT_MULTIMEDIA: Maybe complete to sound any sounds, excepts...
K.Ohta [Tue, 19 Jul 2022 02:58:01 +0000 (11:58 +0900)]
[SOUND][Qt][OSD] Using QT_MULTIMEDIA: Maybe complete to sound any sounds, excepts around device-selection.

23 months ago[SOUND][Qt][OSD][WIP] QT_MULTIMEDIA: More effective implement.WIP.
K.Ohta [Tue, 19 Jul 2022 01:30:59 +0000 (10:30 +0900)]
[SOUND][Qt][OSD][WIP] QT_MULTIMEDIA: More effective implement.WIP.

23 months ago[OSD][Qt] Add SOUND_BUFFER_QT:: class.This aims to use for sound buffering via ringbu...
K.Ohta [Mon, 18 Jul 2022 16:41:15 +0000 (01:41 +0900)]
[OSD][Qt] Add SOUND_BUFFER_QT:: class.This aims to use for sound buffering via ringbuffer.

[OSQ][Qt][SOUND] Try: Use QT_MULTIMEDIA as sound output, still not working yet.

23 months ago[OSD][Qt][SOUND] .
K.Ohta [Sun, 17 Jul 2022 13:57:12 +0000 (22:57 +0900)]
[OSD][Qt][SOUND] .

23 months ago[OSD][Qt][SOUND] .
K.Ohta [Sun, 17 Jul 2022 13:12:36 +0000 (22:12 +0900)]
[OSD][Qt][SOUND] .

23 months ago[FIFO_TEMPLATE] Fix some bugs.
K.Ohta [Sat, 16 Jul 2022 12:45:40 +0000 (21:45 +0900)]
[FIFO_TEMPLATE] Fix some bugs.

23 months ago[COMMON] Implement first templates for FIFO and RINGBUFFER, both with locking and...
K.Ohta [Sat, 16 Jul 2022 05:00:03 +0000 (14:00 +0900)]
[COMMON] Implement first templates for FIFO and RINGBUFFER, both with locking and without locking,

23 months ago[OSD][Qt][SOUND] RINGBUFFER:: Add some functions.
K.Ohta [Fri, 15 Jul 2022 16:06:32 +0000 (01:06 +0900)]
[OSD][Qt][SOUND] RINGBUFFER:: Add some functions.

23 months ago[OSD][SOUND][Qt] Start to capsulize for sound i/o.
K.Ohta [Fri, 15 Jul 2022 16:00:19 +0000 (01:00 +0900)]
[OSD][SOUND][Qt] Start to capsulize for sound i/o.

23 months ago[Qt][OSD][SOUND] Add note more.
K.Ohta [Thu, 14 Jul 2022 21:21:13 +0000 (06:21 +0900)]
[Qt][OSD][SOUND] Add note more.

23 months ago[SOUND][Qt] osd_sound.cpp : Will be based on QtMultimedia's audio driver, but still...
K.Ohta [Thu, 14 Jul 2022 21:14:26 +0000 (06:14 +0900)]
[SOUND][Qt] osd_sound.cpp : Will be based on QtMultimedia's audio driver, but still have a lot of problems.

23 months ago[UI][Qt] Avalable to build all of emulators.
K.Ohta [Thu, 14 Jul 2022 12:20:26 +0000 (21:20 +0900)]
[UI][Qt]  Avalable to build all of emulators.

23 months ago[UI][Qt][PC100][MZ3500] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:56:30 +0000 (00:56 +0900)]
[UI][Qt][PC100][MZ3500] Available to build.

23 months ago[UI][Qt][PC2001] Trim header.
K.Ohta [Wed, 13 Jul 2022 15:48:35 +0000 (00:48 +0900)]
[UI][Qt][PC2001] Trim header.

23 months ago[VM][PC6001] TRY: Fix crash without subsystem's ROM.
K.Ohta [Wed, 13 Jul 2022 15:48:05 +0000 (00:48 +0900)]
[VM][PC6001] TRY: Fix crash without subsystem's ROM.

23 months ago[UI][Qt][PC6001] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:47:50 +0000 (00:47 +0900)]
[UI][Qt][PC6001] Available to build.

23 months ago[UI][Qt][PC9801] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:47:31 +0000 (00:47 +0900)]
[UI][Qt][PC9801] Available to build.

23 months ago[UI][Qt][PC8801] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:47:17 +0000 (00:47 +0900)]
[UI][Qt][PC8801] Available to build.

23 months ago[UI][Qt][MZ700][MZ1500][MZ80A] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:46:48 +0000 (00:46 +0900)]
[UI][Qt][MZ700][MZ1500][MZ80A] Available to build.

23 months ago[UI][Qt][MZ2500][MZ80B] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:38:20 +0000 (00:38 +0900)]
[UI][Qt][MZ2500][MZ80B] Available to build.

23 months ago[UI][Qt][HC40] Trim header.
K.Ohta [Wed, 13 Jul 2022 15:14:49 +0000 (00:14 +0900)]
[UI][Qt][HC40] Trim header.

23 months ago[UI][Qt][HC20] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:14:33 +0000 (00:14 +0900)]
[UI][Qt][HC20] Available to build.

23 months ago[UI][Qt][EX80] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:13:04 +0000 (00:13 +0900)]
[UI][Qt][EX80] Available to build.

23 months ago[UI][Qt] Available to build eBX1.
K.Ohta [Wed, 13 Jul 2022 15:12:40 +0000 (00:12 +0900)]
[UI][Qt] Available to build eBX1.

23 months ago[UI][Qt] Support single-dipswitch, negative polarity.
K.Ohta [Wed, 13 Jul 2022 15:09:29 +0000 (00:09 +0900)]
[UI][Qt] Support single-dipswitch, negative polarity.

23 months ago[UI][Qt][FMTOWNS] Apply changes of UI, available to build.
K.Ohta [Wed, 13 Jul 2022 10:51:53 +0000 (19:51 +0900)]
[UI][Qt][FMTOWNS] Apply changes of UI, available to build.

23 months ago[UI][Qt] Re-Factor around Screen menu.
K.Ohta [Wed, 13 Jul 2022 10:51:28 +0000 (19:51 +0900)]
[UI][Qt] Re-Factor around Screen menu.

23 months ago[UI][Qt] Re-Factoring: Available to build eFM7 series.
K.Ohta [Tue, 12 Jul 2022 16:20:29 +0000 (01:20 +0900)]
[UI][Qt] Re-Factoring: Available to build eFM7 series.

23 months ago[CONFIG][CMake][FM7] Delete unconfigure for BUILD_FMNEW7 .
K.Ohta [Tue, 12 Jul 2022 16:19:50 +0000 (01:19 +0900)]
[CONFIG][CMake][FM7] Delete unconfigure for BUILD_FMNEW7 .

23 months ago[UI][Qt][WIP][DONOTBUILD] Implementing newer MainWidget. DONT't BUILDABLE.
K.Ohta [Mon, 11 Jul 2022 16:30:33 +0000 (01:30 +0900)]
[UI][Qt][WIP][DONOTBUILD] Implementing newer MainWidget. DONT't BUILDABLE.

23 months ago[Qt][UI] Re-Factoring: Available to build.Still only for emufm7.
K.Ohta [Thu, 30 Jun 2022 18:43:51 +0000 (03:43 +0900)]
[Qt][UI] Re-Factoring: Available to build.Still only for emufm7.

2 years ago[UI][Qt][WIP] Re-factoring to drop bind object from Action_Control:: .This still...
K.Ohta [Mon, 27 Jun 2022 08:46:18 +0000 (17:46 +0900)]
[UI][Qt][WIP] Re-factoring to drop bind object from Action_Control:: .This still be not buildable.

2 years ago[UI][Qt][WIP] Start to re-factor around UI classes.This still may unable to build.
K.Ohta [Sat, 25 Jun 2022 16:36:20 +0000 (01:36 +0900)]
[UI][Qt][WIP] Start to re-factor around UI classes.This still may unable to build.

2 years ago[BUILD][GCC12] Adjust flags around debugging.
K.Ohta [Sat, 25 Jun 2022 16:35:45 +0000 (01:35 +0900)]
[BUILD][GCC12] Adjust flags around debugging.

2 years ago[DOC][ABOYS_eFM7] Add English and Russian translatin via TexTra. This still be rough...
K.Ohta [Wed, 22 Jun 2022 02:35:16 +0000 (11:35 +0900)]
[DOC][ABOYS_eFM7] Add English and Russian translatin via TexTra. This still be rough translate, please fix.

2 years ago[DOC][About eFM7] Remove english translation to re-translate with TEXTRA.
K.Ohta [Wed, 22 Jun 2022 02:10:45 +0000 (11:10 +0900)]
[DOC][About eFM7] Remove english translation to re-translate with TEXTRA.

2 years ago[Build][CMake] Add support for GCC-12.
K.Ohta [Thu, 26 May 2022 07:35:21 +0000 (16:35 +0900)]
[Build][CMake] Add support for GCC-12.

2 years ago[BUILD][CMake] Add support for LLVM 14.
K.Ohta [Wed, 25 May 2022 23:06:41 +0000 (08:06 +0900)]
[BUILD][CMake] Add support for LLVM 14.

2 years ago[VM][I386_NP21][PC9801][DEVICE] Fix not working PSEUDO SASI BIOS with 32bit Ix86...
K.Ohta [Wed, 25 May 2022 23:04:36 +0000 (08:04 +0900)]
[VM][I386_NP21][PC9801][DEVICE] Fix not working PSEUDO SASI BIOS  with 32bit Ix86.Change ABI of DEVICE:: .

2 years ago[BUILD][CMake] Add some architectures, still not testing.
K.Ohta [Wed, 25 May 2022 17:36:44 +0000 (02:36 +0900)]
[BUILD][CMake] Add some architectures, still not testing.

2 years ago[Qt][SOUND_LOADER] Fix corrupt freeing when destructing SOUND_LOADER:: class.
K.Ohta [Wed, 25 May 2022 17:31:11 +0000 (02:31 +0900)]
[Qt][SOUND_LOADER] Fix corrupt freeing when destructing SOUND_LOADER:: class.

2 years ago[BUILD][CMake] Start to switch to new *moduler* setup suripts.
K.Ohta [Wed, 25 May 2022 17:12:53 +0000 (02:12 +0900)]
[BUILD][CMake] Start to switch to new *moduler* setup suripts.

2 years ago[VM][FMTOWNS][PLANE_VRAM] Optimize for speed.
K.Ohta [Tue, 3 May 2022 16:48:02 +0000 (01:48 +0900)]
[VM][FMTOWNS][PLANE_VRAM] Optimize for speed.

2 years ago[VM][FMTOWNS][VRAM] Remove unused variables and a function.
K.Ohta [Tue, 3 May 2022 16:47:20 +0000 (01:47 +0900)]
[VM][FMTOWNS][VRAM] Remove unused variables and a function.

2 years agoMerge branch 'master' of github.com:Artanejp/common_source_project-fm7
Kyuma Ohta [Wed, 23 Feb 2022 20:04:42 +0000 (05:04 +0900)]
Merge branch 'master' of github.com:Artanejp/common_source_project-fm7

2 years ago[I386_NP21][Win32] Fix FTBFS.
Kyuma Ohta [Wed, 23 Feb 2022 20:03:06 +0000 (05:03 +0900)]
[I386_NP21][Win32] Fix FTBFS.

2 years ago[OSD][Qt][Win32] Fix FTBFS with Win32.
Kyuma Ohta [Wed, 23 Feb 2022 20:02:19 +0000 (05:02 +0900)]
[OSD][Qt][Win32] Fix FTBFS with Win32.

2 years ago[Build][Win32][CLANG-13] Support for buiding with LLVM CLANG-13 for Win32 cross toolc...
Kyuma Ohta [Wed, 23 Feb 2022 20:01:13 +0000 (05:01 +0900)]
[Build][Win32][CLANG-13] Support for buiding with LLVM CLANG-13 for Win32 cross toolchain.

2 years ago[Build][Win32][LLVM-13] Make Toolchain buildable.
K.Ohta [Wed, 23 Feb 2022 18:42:48 +0000 (03:42 +0900)]
[Build][Win32][LLVM-13] Make Toolchain buildable.

2 years ago[Win32][CROSS-TOOLCHAINS] Fix FTBFS at building libcompiler-rt.
K.Ohta [Wed, 23 Feb 2022 04:48:59 +0000 (13:48 +0900)]
[Win32][CROSS-TOOLCHAINS] Fix FTBFS at building libcompiler-rt.

2 years ago[CROSS-BUILD][Win32] Update bootstrap scripts for building cross-toolchains.
K.Ohta [Wed, 23 Feb 2022 03:51:35 +0000 (12:51 +0900)]
[CROSS-BUILD][Win32] Update bootstrap scripts for building cross-toolchains.

2 years ago[Build][GCC11][Qt6] Add sample bootstrap script with Qt6.
K.Ohta [Sun, 20 Feb 2022 17:12:13 +0000 (02:12 +0900)]
[Build][GCC11][Qt6] Add sample bootstrap script with Qt6.

2 years ago[BUILD][LLVM13] Update around optimizing.Seem to be faster emulators (maybe...).
K.Ohta [Sun, 20 Feb 2022 17:11:15 +0000 (02:11 +0900)]
[BUILD][LLVM13] Update around optimizing.Seem to be faster emulators (maybe...).

2 years ago[General][Debug]GDB] Add sample GDB script (for Debian GNU/Linux, sid).
K.Ohta [Sun, 20 Feb 2022 04:37:42 +0000 (13:37 +0900)]
[General][Debug]GDB] Add sample GDB script (for Debian GNU/Linux, sid).

2 years ago[Build][CMake] Re-Enable with Qt5.
K.Ohta [Fri, 18 Feb 2022 07:52:31 +0000 (16:52 +0900)]
[Build][CMake] Re-Enable with Qt5.

2 years ago[BUILD][CMake] TRY: Improved LTO.
K.Ohta [Thu, 17 Feb 2022 15:41:26 +0000 (00:41 +0900)]
[BUILD][CMake] TRY: Improved LTO.

[BUILD][CLANG13] TRY: Use Thin LTO and parallelized LTO.

2 years ago[UI][Qt6] Fix not key-input to VM from HOST KEYBOARD.
K.Ohta [Thu, 17 Feb 2022 13:51:48 +0000 (22:51 +0900)]
[UI][Qt6] Fix not key-input to VM from HOST KEYBOARD.