8 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
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
Alon Bar-Lev
9f9f2d05d6 QSecureArray/QBigInteger -> QCA::SecureArray/QCA::BigInteger fixups
svn path=/trunk/kdesupport/qca/; revision=653605
2007-04-13 19:19:18 +00:00
Brad Hards
8376d644ba Spello fix, plus remove some stray whitespace.
svn path=/trunk/kdesupport/qca/; revision=618414
2007-01-01 09:04:17 +00:00
Justin Karneges
10a3871258 use bytearray now
svn path=/trunk/kdesupport/qca/; revision=429135
2005-06-26 18:02:58 +00:00
Brad Hards
20a3f633be Initial commit for an example of public key cryptography.
The code appears to work for encryption, however it
doesn't decrypt correctly yet.

svn path=/trunk/kdesupport/qca/; revision=414086
2005-05-15 09:48:09 +00:00