Results 812 comments of Andre Weissflog

Update: a simple test to simply create a source file with all .cc file of a module failed with templates which were instantiated before the specialization code was encountered :/

Yes I wasn't sure how to this since there are so many IDE options on Linux (e.g. I prefer QtCreator). First we need to figure out what IDEs to support,...

It should be easy to support this, but I can't really test this. Basically (if I understand it right, haven't used this yet), cmake needs to be started with an...

...one caveat could be that these options are only supported since cmake 3.x if I remember right, but fips still needs to support cmake 2.8 because of some Linux distros.

I'm interested in adding Windows Universal App support to fips and Oryol, but I guess I need to get a dedicated Windows laptop first. Running Windows in a VM doesn't...

PS: if it is sufficient to pass the CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_VERSION strings to cmake like you described, then the config file should look like this: ``` yaml platform: win64 generator:...

It would be nice if you could wrap the windows app specific cmake code in a separate cmake file called fips_windows.cmake (similar to fips_osx.cmake, fips_android.cmake and fips_pnacl.cmake), these files contain...

I'll play around with this a bit in the next days. I haven't thought of the case that a tool needed for code generation needs to be compiled first, but...

I've been thinking about this a bit but haven't done any 'coding' yet. The advantage of building tools as pre-build-step is that it just happens automatically for the first build....

I would prefer a new ticket since I'm having trouble figuring out what exactly is needed :) Is it a better way to integrate tool compilation, or a better way...