Commit Graph

7 Commits

Author SHA1 Message Date
Neo-Desktop
015fd00d3f fix pidgen3, finally plumb in pid 2.0 2024-02-17 08:07:37 -08:00
Neo-Desktop
2ac7f9bc1e WIP - CryptoPP Port, remove refrences to OpenSSL, many things are currently broken 2024-02-04 20:26:29 -08:00
Neo-Desktop
3e51fe1c8b WIP more rewrite/rework changes, major refactoring 2024-01-24 20:04:36 -08:00
Neo-Desktop
5e68e1c8e1 things are quite broken 2024-01-04 22:21:35 -08:00
Neo-Desktop
bf6365916d total refactor, happy new year, ground level code for automatic DPC selection, code is currently very much a work in progress, and very much broken, we'll work through it 2024-01-04 16:32:18 -08:00
Neo-Desktop
c0a4c76b54 standardize using clang-format 2023-12-10 04:06:42 -08:00
CONIGUERO
15cbe19006
Refactor/Overhaul (#40)
* major refactor/overhaul
move generation implementation to libumskt/*
decouple CLI/Options (and JSON) from generation implementation
set groundwork for future shared library
use standardized PIDGEN2/PIDGEN3 naming convention
create a Windows Docker file for quick compilation
add Windows resouce file/header so we have an application icon on windows
use icon from @Endermanch (used with permission)
add support for fully-static linux/muslc-based compilation
add support for a dos/windows (i486+) binary using djgpp
add Dockerfile to compile gcc/djgpp/watt32/openssl to provide DOS (DPMI) binaries
add @Endermanch 's Vista+ documentation
update Readme for recent credits

* begin work on C linkage and emscripten buildpath

* Update CMake to include and build Crypto++

* move dllmain.cpp to the correct directory

* add rust port info to README.md

* re-add dropped changes from rebase

* update build config, specify windows XP version number for crypto++

* update dos-djgpp action to use new cmake builder and options

* update dos-djgpp to use UMSKT hosted forks

* update other workflows to include standard header

* remove crypto++ from build config for now

* use the new `shell` parameter in `threeal/cmake-action`
TODO: move to a stable version (v1.3.0) when ready

* use full commit hash because a shortened hash is unsupported

* add the required {0} parameter?

* add openssl 3.1.1 to windows github runners

* ensure linux matrix build compiles on the correct arch

---------

Co-authored-by: Neo <321592+Neo-Desktop@users.noreply.github.com>
2023-07-08 20:08:43 -07:00