Re: [ViennaCL-devel] cppclean

2014-06-19 Thread Philippe Tillet
Hi, Since the tests pass and the code compiles fine (though GEMV and GEMM have not been merged yet - I have reverted to the old fallback kernel for GEMM), It could be merged by tomorrow night. Then, i'll re-branch to handle GEMM and GEMV properly. I won't be available in the incoming weeks so it

Re: [ViennaCL-devel] cppclean

2014-06-19 Thread Karl Rupp
Hi, > Have you heard of this Google project : > https://code.google.com/p/cppclean/ > For some reason it no longer contains code and has been forked on > https://github.com/myint/cppclean I've once run the ViennaCL codebase against cppcheck (http://cppcheck.sourceforge.net/), which is somewhat

[ViennaCL-devel] cppclean

2014-06-19 Thread Philippe Tillet
Hi! Have you heard of this Google project : https://code.google.com/p/cppclean/ For some reason it no longer contains code and has been forked on https://github.com/myint/cppclean The features currently implemented: - Find and print C++ language constructs: classes, methods, functions, et