OSDN Git Service

[Build][Win32] LLVM12/MinGW-w64/Cross : Add libc++abi and others to toolchain.
[csp-qt/common_source_project-fm7.git] / source / src / qt / CMakeLists.txt
2021-05-29 Kyuma Ohta[Build][Win32] LLVM12/MinGW-w64/Cross : Add libc++abi...
2021-05-11 K.Ohta[VM][BX1][MC6843][DISK] Merge Upstream 2021-02-07 excep...
2020-12-13 K.Ohta[Qt][OSD][EMU][INPUT] Fix duplicated key in with one...
2020-12-12 K.Ohta[UI][Qt] Integrate to single MainWindow object.Fix...
2020-12-11 K.Ohta[UI][Qt] Add a mouse sensitivity dialog.Adjust mouse...
2020-12-10 K.Ohta[Qt][JOYSTICK][UI] .
2020-11-11 K.Ohta[UI][Qt][MOUSE] Add mouse sensitivities config.Still...
2020-10-25 K.Ohta[Qt][EMU][EMU_THREAD] MOVE a lot of methods to EMU_TEMP...
2020-10-24 K.Ohta[Qt][OSD] Mostly move functions to libCSPosd.
2020-10-24 K.Ohta[Qt][OSD] TRY: Change inherit from QThread to QObject.
2020-10-15 K.Ohta[VM] Make event() and mix() (and some functions) with...
2020-10-11 K.Ohta[BUILD][CMAKE] FORCE SET C++ STANDARD to C++11.
2020-10-04 Kyuma Ohta[BUILD][CMAKE][WIN32] Fix FTBFS for emumz2500.
2020-10-03 Kyuma Ohta[BUILD][CMAKE][WIN32] Available to cross build for...
2020-10-01 K.Ohta[NET][Qt] Re-implement around TCP/IP, UDP/IP.MZ-2500...
2020-09-29 K.Ohta[BUILD][CMAKE][WIP] TRY: Not using build script, only...
2020-09-26 K.Ohta[UI][Qt] Fix not update around virtual media display.
2020-08-30 K.Ohta[VM][DEVICE] Change API: special_reset(num).This aimes...
2020-06-21 K.Ohta[VM][Qt][UI][EMU][WIP] Use EMU_TEMPLATE:: instead of...
2020-06-21 K.Ohta[VM][EMU] Important: now EMU:: class is on EMU_TEMPLATE:: .
2020-06-17 K.Ohta[OSD][Qt][LOGGER] Fix linkage error for LLD 10.x and...
2020-05-28 K.Ohta[EMU][Qt] Adjust timing for before commit.
2020-05-18 K.Ohta[VM][LOGGER][OSD][VM_TEMPLATE] Add API to log with...
2020-05-10 K.Ohta[VM][GENERAL][CMAKE] Update major SOVERSION.
2020-05-05 K.Ohta[UI][Qt][OSD] Add tooltip for virtual medias.
2019-12-15 K.Ohta[VM][COMMON_VM] Include IO:: class to common_vm.
2019-12-02 K.Ohta[VM][COMMON_VM] Add MEMORY:: (vm/memory.[cpp|h]) to...
2019-11-05 K.Ohta[Qt][OSD][KEYBOARD] Remove some obsoleted defines.
2019-10-27 K.Ohta[Qt][OpenGL4.5] Fix not map buffer to screen on most...
2019-09-12 K.Ohta[OSD][SOUND][SDL] Convert sound rate/bitwidth.
2019-09-12 K.Ohta[OSD][Qt][SOUND] Update sound APIs: for sound sampling...
2019-09-08 K.Ohta[Build][CMAKE] Update SOVERSION.
2019-08-27 K.Ohta[UI][Qt][VM] Add keycode - vk - name table listing...
2019-08-25 K.Ohta[BUILD][Qt][CMAKE] Update SOVERSION.
2019-08-15 K.Ohta[UI][Qt][DEBUGGER] Add auto-completion for command...
2019-06-06 K.Ohta[VM][DEVICE][OSD] Add MIDI redirector and SIO redirecto...
2019-05-16 K.Ohta[OSD] Update values for UPD7220.Support uPD7220-A-...
2019-02-21 K.Ohta[Build][WIN32][OSD] Adjust linkage parameter.
2019-02-21 K.Ohta[Qt][OSD]WIN32] Fix linkage error.Re-Order linkage...
2019-02-20 K.Ohta[Qt][OSD][Sound] Update OSD API, initialize_sound(...
2019-02-20 K.Ohta[OSD][Qt] Update APIs upstream 2019-02-19.
2019-02-19 K.Ohta[Qt][OSD][WIN32] Fix FTBFS for MinGW.
2019-02-19 K.Ohta[Qt][Draw][OpenGL] Asynchronous pixel transfer with...
2019-02-19 K.Ohta[Draw][Qt] Now, core profile needs less than OpenGL...
2018-12-17 K.Ohta[UI][OSD][Qt] Apply "Joystick to Keyboard" feature.
2018-12-17 K.Ohta[VM][General][WIP] Merging Upstream 2018-12-09.Still...
2018-10-24 K.Ohta[Qt][OSD][KEYBOARD] Apply upstream's update.
2018-10-23 K.Ohta[EMU] Update VM.
2018-08-06 K.Ohta[BUILD] Set SOVERSION and GIT hash automatically.
2018-07-27 K.Ohta[Draw][OpenGL][OSD] Prepare to direct update vram.
2018-07-17 K.Ohta[COMMON][Qt] Fix BYTEORDER of PIXEL@RGB888.Updated...
2018-06-29 K.Ohta[Qt][VM][FMGEN][DISK][LOGGER] Logging all devices.
2018-06-27 K.Ohta[BUILD][Qt] Update SOVERSION of shared libs.
2018-06-19 K.Ohta[VM][EVENT] Apply new state framework to EVENT:: .
2018-06-19 K.Ohta[Qt][WIN32] Move config and logger to inner pointer...
2018-06-17 K.Ohta[Qt][WIN32] Fix linkage error at MinGW.
2018-06-14 K.Ohta[UI][Qt] Remove using_flags->get_config_ptr()->foo...
2018-06-13 K.OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2018-05-27 K.Ohta[UI][Qt] (Maybe, maybe) Fix FTBFSs.
2018-05-27 K.Ohta[General] Merge upstream 2018-05-24. Still not test...
2018-05-10 K.Ohta[Qt][OSD] Update SOVERSION.
2018-03-25 K.Ohta[MOVIE_LOADER] Fix scaling factor.Displaying video...
2018-03-04 K.Ohta[DOC] Updated.
2018-02-25 K.Ohta[BUILD] Update SOVERSION and REVISION.
2018-02-18 K.Ohta[UI][Qt][DRAW] Add drawing to separate-thread or combined.
2018-02-10 K.Ohta[CONFIG] IMPORTANT: Now, "~/emufoo/foo.ini" has moved...
2018-02-09 K.Ohta[UI][OSD][Qt][CONFIG] Add option: Emulate cursor keys...
2018-01-28 K.Ohta[VM][MB8877] I em-bug'ed before commit X-)I fixed.
2018-01-18 K.Ohta[EMU][OSD] Add set_vm_screen_lines(int lines) to notify...
2018-01-02 K.Ohta[VM][General] Merge upstream 2017-12-28.
2017-12-04 K.Ohta[Build][General] Update SOVERSION.
2017-12-03 K.Ohta[PC8001][PC8801][PC9801][X1][OSD][DEBUGGER] Merge Upstr...
2017-10-17 K.Ohta[WIP][General] Merge upstream 2017-08-12.
2017-10-01 K.Ohta[BUILD][CMake][Linux] (Maybe) Fixed FTBFS without libCS...
2017-09-30 K.Ohta[Build][CMAKE] Fix FTBFS with USE_COMMON_DEVICE_LIB...
2017-08-11 K.Ohta[Qt][Draw][GL] Fix screen aspect problem(s).
2017-07-27 K.Ohta[UI][Qt][OpenGL] Add small OSD for access lamps.
2017-07-23 K.Ohta[UI][Qt] dock_disks: Adjust layout.Not docking feature.
2017-07-20 K.Ohta[Build][CMake] Update version of shared DLL.
2017-06-27 K.Ohta[BUILD][CMake] .
2017-06-27 K.Ohta[UI][Qt] Display LEDs with USE_EXTRA_LEDS or USE_KEY_LO...
2017-06-23 K.Ohta[UI][Qt] Update to upstream 2017-06-22.Some parts are...
2017-06-01 K.Ohta[UI][Qt] Fix lacked entries; Joystick and Keyboard.
2017-05-30 K.Ohta[OSD][Qt] Save memory with query tables.
2017-05-27 K.Ohta[VM][EMU] Add common function; my_memcpy() instead...
2017-05-26 K.Ohta[Windows][General] Make OSD to be DLL.
2017-05-18 K.Ohta[DOC] Update to release hotfix.
2017-05-17 K.OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2017-05-01 K.Ohta[OSD][Qt] Add *_features_* functions. It needs for...
2017-04-08 K.Ohta[General] Merge Upstream 2017-04-02.
2017-03-20 K.Ohta[UI][Qt] Move drive status from status-bar to right...
2017-03-17 K.Ohta[General] Merge Updtream 2017-03-15 . Still not build...
2017-03-14 K.Ohta[General][WIP] Merge Upstream 2017-03-11.
2017-01-30 K.Ohta[UI][Qt] Remove unneeded Qt classes from GUI.
2017-01-26 K.Ohta[Draw][OpenGL][UI] Add selection of draw infrastracture...
2017-01-22 K.Ohta[VM][SOUND][PCM1BIT] Add "Strict Rendering" to "Sound...
2016-10-23 K.Ohta[UI][Qt] Add support ROMAJI-KANA conversion.
2016-10-02 K.Ohta[Build][CMAKE] Update DLL's version.
2016-09-08 K.Ohta[UI][Qt] Add log viewer.
2016-09-05 K.Ohta[OSD][Qt][MZ2500] Implement socket functions.Still...
next