Commit Graph

23 Commits

Author SHA1 Message Date
Luke Street 4f3fbc0d0d Add EMSCRIPTEN checks 2022-08-03 18:11:08 -04:00
Luke Street 32090b4d4a Refactor to remove <Windows.h> from headers 2022-02-22 00:48:11 -05:00
Luke Street 4cf61b7d5e Use UTF-8 exclusively internally 2021-06-28 18:58:22 -04:00
Luke Street b585305009 Add AsyncIONX.cpp 2020-10-21 00:45:02 -04:00
Luke Street 4ee594d0fd Link rt for AIO on Linux 2020-10-07 20:11:05 -04:00
Jack Andersen 4648c93b8e Exclude CMake CXX standard from MSVC 2020-04-10 19:01:21 -10:00
Phillip Stephens 33bcde5a73
Merge pull request #4 from lioncash/cmake
CMakeLists: Remove unnecessary unset
2019-08-30 16:30:29 -07:00
Lioncash 3f7e52b216 CMakeLists: Enable extra standards conformance flags on MSVC
These flags are off by default. We can enable these to enforce
more standards-compliant behavior.

Given this project is quite small, this is trivial to append.
2019-08-30 10:53:59 -04:00
Lioncash 8df58d59bc CMakeLists: Remove unnecessary unset
This variable isn't used within this source file, so it can be removed.
2019-08-30 10:17:06 -04:00
Lioncash 3ef8955ebb CMakeLists: Use target_sources instead of a variable
Gets rid of the need to unset the PLAT_SRCS variable. We can just
conditionally append the source files to the existing set of sources
within the target.
2019-08-13 02:06:26 -04:00
Jack Andersen 8053d1125b Windows build fixes 2019-06-12 15:33:09 -10:00
Jack Andersen 51c7163cfd Better CMake dependency handling 2019-06-11 16:04:15 -10:00
Jack Andersen bdf4bd07a8 Use asynchronous I/O for Card access 2018-02-05 23:34:01 -10:00
Jack Andersen bdfff2ba33 Require CMake 3.10 2017-11-13 18:53:04 -10:00
Jack Andersen ffbe61508f string_view refactor 2017-11-12 20:18:30 -10:00
Jack Andersen 2401875b9a apply CMAKE_CXX_STANDARD 2017-06-17 16:52:19 -10:00
Jack Andersen 7ff0fae093 Merge commit 'e7d49' 2016-06-30 09:41:50 -10:00
Jack Andersen e7d49f7f3b Add winsupport from hecl 2016-06-30 09:40:35 -10:00
Phillip Stephens 4d9bb795b9 Complete base API 2016-06-30 02:53:13 -07:00
Phillip Stephens 2a9c18534a Finalize directory structure
Remove unrelated classes from Card.{cpp,hpp}
2016-06-28 11:53:37 -07:00
Phillip Stephens 65ecd15219 Various fixes, integrity checks, and preparation to include in URDE 2016-06-26 21:28:48 -07:00
Phillip Stephens 4c2d5e7214 Implement format 2016-03-26 11:34:25 -07:00
Phillip Stephens 3f70c1b73a Initial Commit 2016-03-25 21:26:51 -07:00