polly icon indicating copy to clipboard operation
polly copied to clipboard

:wrench: Collection of CMake toolchain files and scripts for cross-platform build and CI testing (GCC, Visual Studio, iOS, Android, Clang analyzer, sanitizers etc.)

Results 20 polly issues
Sort by recently updated
recently updated
newest added

Hi Ruslo, Shall I know does polly support `Windows Phone 8.1`, `Windows Phone 10`, `UWP` and `Windows Runtime` toolchain and `Windows CppUnitTestFramework` ? Thanks. I did not find them out.

enhancement

This relates to https://github.com/ruslo/polly/pull/141 After that the above patch, output to stdout still causes an issue with hanging... ``` warning: deprecated conversion from string constant to 'UTF8* {aka char*}' [-Wwrite-strings]...

bug

Should the clang-analyze script should continue to rebuild with clang after reporting warnings for a library using clang analyze? I've attached my console log for a build which uses opencv,...

enhancement

Is there a particular reason why tvOS is not supported by polly? If it's just a case of "nobody had time to do it yet", then I don't mind contributing.

enhancement

* Remove https://github.com/ruslo/polly/blob/c5ad5eb3055109cea4c869820651756227d0f566/flags/sanitize_address.cmake#L70-L73 * https://gitlab.kitware.com/cmake/cmake/merge_requests/140

enhancement

An interesting clang header analyzer I wasn't aware of until now: https://github.com/include-what-you-use/include-what-you-use http://stackoverflow.com/a/30951493 http://stackoverflow.com/a/31086619 Migrated from ruslo/hunter#457

enhancement

http://clang.llvm.org/extra/clang-tidy/

enhancement

https://github.com/llvm-mirror/clang/tree/master/tools/scan-build/libexec

enhancement