find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
less brittle.
Specifically, the test of which providers are available is now gone,
and the capabilities test now only checks for the "built-in" providers.
svn path=/trunk/kdesupport/qca/; revision=685059
it might be nice to use Zack's kunittest - doesn't appear to have any
heavy KDE dependency) - open coded tests.
svn path=/trunk/kdesupport/qca/; revision=349851