Yorlik

Results 21 comments of Yorlik

@kingoftheconnors @gafferongames mbedtls is at version 3.1.0 already. Is this supposed to work? It has better CMake support. https://github.com/Mbed-TLS/mbedtls - see tags. Also see: https://github.com/Mbed-TLS/mbedtls/blob/v3.1.0/docs/3.0-migration-guide.md

I'm currently using a modified port for mbedtls which uses 2.24.0 and creates an mbedtlsConfig.cmake file. But 2.24.0 is kinda outdated. I'm also struggleing with getting transitive dependencies working with...

@kingoftheconnors Its my PR - that's why it's basically the same. An imported target like above can point anywhere, so - yes- you could use any local installation, assuming the...

I hope I could solve some issues with this PR: #[4d13cc2](https://github.com/networkprotocol/yojimbo/pull/179/commits/4d13cc2d219ab35a9e48e3cbd7e65b70170a8567) Please check this out and test, so I can fix any possible issues thast might not have happened on...

I want to suggest to add the Doxygen documentation to the build, along with other documentation improvements. E.g. the dependency graphs created by Doxygen are incredibly useful, also when I...

@msimberg Yes. Breathe is an attempt to feed Doxygen into Sphinx, which in theory is a nice idea, but practically doesn't work that well. My idea of documentation would be...

Addendum: -> The build also failed with the same linker errors when trying to compile a debug build from VS Code. -> Trying to build in vcpkg manifest mode on...

It seems there is a solution (@hkaiser found it in a screen shared session): In debug builds the macro HPX_DEBUG is not set in my setup. The solution (before it...

Any chance to get this further in motion? In the (hopefully not too far) future I will have to save simulation states with an ability to resume a simulation and...

I just tried waiting for all the tasks to finish, but the options were still greyed out when I tried after them being done. I didn't try anything beforehand -...