Martin Gerhardy

Results 234 comments of Martin Gerhardy

It would be very nice to have an option to download the code from an url - and only have the yml files in some global git repo on a...

I tried SDL once - but it has so many dependencies on its own that I stopped at some point (See their CMakeLists.txt for more details - it's a lot...

Maybe thinking about a more generic solution would be cool. To e.g. also add cppcheck. But indeed, a cool patch. Will add it locally already ;)

It is a linux based toolchain - not android. CaveExpress is already ported and works quite nice now (https://github.com/mgerhardy/caveexpress). This is a quote from the announcement mail: Hardware The Steam...

Maybe you have a better idea than environment variables... I would be glad to hear about it.

cmake 3.4 has some interesting vstudio + android changes - see http://www.kitware.com/blog/home/post/1002

also see #101 about android package sign

I mean, the workaround (by directly using cmake) also works - but as fips has an open command...

Then this would most likely be solved by providing mimetype configurations for the system and just call xdg-open. That would most likely go hand in hand with "provide fips as...

used this line btw. fips_generate(FROM monster.fbs TYPE FlatC HEADER monster_generated.h) but i still get src/server/monster.cc and src/server/monster.h generated. https://github.com/google/flatbuffers/blob/master/samples/monster.fbs