Zsolt Parragi

Results 21 comments of Zsolt Parragi

Just note that compared to GCC, clang only uses PCHs with the FORCEINCLUDE option, so you'll probably need something like this: https://github.com/dutow/cmake-precompiled-header/commit/35ee8adbc575a958e0bbb657da640131aae33a9e https://clang.llvm.org/docs/UsersManual.html#using-a-pch-file

+1 here, I'm currently using (my fork of) cppcoro in some of my projects, and I'd like to see it maintained in the future. Compared to the other mentioned projects,...

@andreasbuhr Something isn't right here, the PR says that you extracted parts of my pull request here, but in truth, all my commits (and @mmha 's commit too, and a...

You can also fix this PR by (with your unify_experimantal_includes branch checked out locally): ``` git reset --hard master git cherry-pick 0b201f8 git push --force-with-lease ```

Is there a chance of this getting merged in the near future? I've got the library working with GCC 10.1 based on the current master branch and this commit (using...

@lewissbaker The libunifex script is longer and more complex, but I don't think it accomplishes more? It certainly isn't more generic, it uses hand specified flags, same as this script....

@OleksandrKvl the cmake files are from #110, I didn't change those. And I'm not sure if defaulting to release is a good idea, as that would effect multi-buildtype IDE setups...

@lewissbaker Then we don't have a build system I'm actually familiar with. Cake seems to be a custom tool written by you, and the cake script currently forces clang on...

I pushed a working prototype at my fork - still needs some work, but the basic functionality there, and it only depends on standard windows headers/libs. (only used it with...

Thanks for the quick reply! Re: formatting, do you have any preferred style (e.g. keeping as close as the current, or using a predefined style supported by it)? Clang-format doesn't...