pureikyubu/SRC/Common
2020-07-30 13:00:36 +03:00
..
Scripts/VS2019 Refactored header includes 2020-07-23 17:00:48 +03:00
File.cpp Legacy UI refactoring 2020-07-23 13:58:46 +03:00
File.h Legacy UI refactoring 2020-07-23 13:58:46 +03:00
Jdi.cpp IsCommandExists 2020-07-30 13:00:36 +03:00
Jdi.h IsCommandExists 2020-07-30 13:00:36 +03:00
Json.cpp Fixed interoping 2020-04-19 15:57:35 +03:00
Json.h Cpp alike structs 2020-06-28 16:01:58 +03:00
pch.cpp Common.lib and project tuning 2020-04-11 00:09:28 +03:00
pch.h Refactoring WIP 2020-07-22 01:32:50 +03:00
Readme.md Refactoring WIP 2020-07-22 12:59:00 +03:00
Spinlock.cpp Common.lib and project tuning 2020-04-11 00:09:28 +03:00
Spinlock.h Common.lib and project tuning 2020-04-11 00:09:28 +03:00
String.cpp Legacy UI refactoring 2020-07-23 13:58:46 +03:00
String.h Legacy UI refactoring 2020-07-23 13:58:46 +03:00
Thread.cpp ReportHub 2020-07-23 18:48:11 +03:00
Thread.h Update Thread.h 2020-07-23 17:39:32 +03:00

Common

This section contains common API that have almost atomic significance for all projects.

  • Json: Json serialization engine. Json is used to store emulator settings, as well as for the JDI system (Json Debug Interface).
  • Spinlock: Mutually exclusive access synchronization.
  • Thread: Portable threads.
  • Jdi: Json Debug Interface. More information can be found in JsonDebugInteface.md
  • File: File utilities
  • String: String utilities