Commit graph

18 commits

Author SHA1 Message Date
Lily Tsuru b4a6860e75 remove dll files
(unused)
2024-07-19 22:06:13 -04:00
Lily Tsuru 326d3e5161 replace build system with cmake
no more makefile :)
2024-07-19 22:01:05 -04:00
Lily Tsuru 9a9d0043f2 setup scaffold for cmake build
don't care for make and it makes importing other third party code harder
2024-07-19 19:34:25 -04:00
Lily Tsuru 510d3547a2 port dll to clang-cl
really need to figure out why the stupid thing isn't working properly
2024-07-19 07:45:18 -04:00
Lily Tsuru cc59c0c6db Switch to clang-cl
It's less painful than mingw.
I'll next get the DLL going like this, though it'll be pretty easy.
2024-07-19 05:10:10 -04:00
Lily Tsuru d95d305734 more binding fuckery
i'm going to switch the build to clang-cl. To test, I've added EXE build support back to the speech2 C++ buildsystem and I'm going to replace the current mingw command lines for clang-cl in the next commit.

Because we only need XP SP3 compatibility, we won't need any compat library stuff, but I may still alter his libc++ fork if MSVC CRT ends up blowing too many chunks.
2024-07-19 03:59:19 -04:00
Lily Tsuru 126566c3cf voiceinfo list work
(crashes for some reason)
2024-07-18 06:30:57 -04:00
Lily Tsuru 3b127a0b08 remove vs(non dotnet sdk) csproj
not needed, since dotnet sdk tooling can target .net 4.0 (incl windows x86 to boot! pretty cool.).

afaik the project can still be opened by newer vs versions anyways so /shrug
2024-07-18 05:06:37 -04:00
Lily Tsuru 13ce046d3f actually use bindings
about time
2024-07-18 05:05:35 -04:00
Lily Tsuru 1ebd3285f9 remove obsolete source files from speech2 2024-07-18 03:56:02 -04:00
Lily Tsuru bd048875c8 make speech2 a dll + start binding it 2024-07-18 03:54:12 -04:00
Lily Tsuru 20f59c5663 add speech2 stuff 2024-07-17 21:40:14 -04:00
Elijah fe9a8af8c2 add readme and license 2024-07-02 21:06:37 -04:00
Elijah 8992065a10 better error handling in HTTP server 2024-07-02 20:48:40 -04:00
Elijah 198b04c2e3 listen on all ports, require administrator 2024-07-02 20:25:44 -04:00
Elijah 1288682766 Port specified by command line argument 2024-07-02 20:17:03 -04:00
Elijah 4edd94b302 Add project files. 2024-07-02 20:13:00 -04:00
Elijah e85f1048e4 Add .gitignore and .gitattributes. 2024-07-02 20:12:59 -04:00