4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-07 16:29:33 +00:00

12 Commits

Author SHA1 Message Date
Albert Astals Cid
f62a8ee8f7 Run clang-format
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)
2020-09-07 02:13:47 +02:00
Albert Astals Cid
8b171279e9 clazy: enable qstring allocation warning 2020-02-13 01:07:24 +01:00
Albert Astals Cid
93336bb110 Enable more clang-tidy modernize checks 2020-01-30 18:02:17 +01:00
Ivan Romanov
6d690c0070 Build static QCA
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.
2014-01-02 03:50:18 +06:00
Brad Hards
45b7cb1989 Minor cleanups, mostly from Krazy warnings.
svn path=/trunk/kdesupport/qca/; revision=654941
2007-04-17 12:01:26 +00:00
Brad Hards
79bd05ce14 Add a little more explanation.
svn path=/trunk/kdesupport/qca/; revision=408138
2005-04-27 10:37:06 +00:00
Justin Karneges
9ee9aa2334 need an app object
svn path=/trunk/kdesupport/qca/; revision=393756
2005-02-28 09:47:01 +00:00
Brad Hards
0e7ddb3d31 Update to more closely match the Qt4 version.
svn path=/trunk/kdesupport/qca/; revision=393739
2005-02-28 08:13:42 +00:00
Brad Hards
d55013b3d1 Update to Qt4 version
svn path=/trunk/kdesupport/qca/; revision=393737
2005-02-28 08:00:46 +00:00
Brad Hards
0e65cce5c2 Update to use the correct include path.
svn path=/trunk/kdesupport/qca/; revision=374576
2005-01-01 05:34:22 +00:00
Brad Hards
c826b66f8d Change examples (well, those that run with QCA2) to handle the new
include approach, and to work with the standard build locations, rather
that requiring installation first.

svn path=/trunk/kdesupport/qca/; revision=374571
2005-01-01 03:46:21 +00:00
Brad Hards
789799583a Big examples update. New examples for showing HMAC, and changes to
show the two ways to do a basic hash. Also, an example of some of the
options for working with providers. More comments to explain everything.

This also adds copyright notices for everything, and notes on the
pre-QCA2 examples.

svn path=/trunk/kdesupport/qca/; revision=374181
2004-12-30 09:32:01 +00:00