Vladimír Vondruš
Vladimír Vondruš
> How does that file tie into CMake? Interesting, heh. All relevant info seems to be gone now, it was only in the old wiki (expand): https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/CrossCompiling#setting-up-the-system-and-toolchain > You need...
I took most of the internals from fips, and it seems mirroring this commit would make things work again: https://github.com/floooh/fips/commit/63fdb7a332e17cda2d3435a2dc72829606815db7 Unfortunately right now I'm unable to set up Android build...
@hsdk123 were you able to make any progress on this? I'm coming back to this with absolutely no prior knowledge of what the APK should or should not have, so...
Thanks a lot for the links. I can imagine the pain behind, haha :)
Hello! That seems like it's building documentation for a language other than C or C++ (which has properties as a language features, such as Python or C#), is it possible?...
I did some prototyping for Doxygen-less C# support (similarly to Python, by using C#'s builtin reflection capabilities), but had to put it aside due to lack of time -- I'm...
Hi and sorry for a late reply -- I've been away last week and only now catching up to everything. This makes sense in general, and especially the new `ConfigurationValueStl.h`...
Done! Leaving the PRs open, will merge the rest once I get to cleaning up `Utility::Arguments` and `Utility::Configuration`.
~~Sigh, CircleCI, not again... Maybe it'll work on the next push again, given that your previous PR on this repo worked.~~ Oh, it started doing *something* now, huh... but just...
Re CircleCI, compared to e.g. #580 the builds are somehow running on `hugoam/magnum` instead of `mosra/magnum`, so that is probably the root of the problem. Not sure what exactly could...