Commit Graph

19 Commits

Author SHA1 Message Date
Nick Bolton 50a4f310c9 moved tools to ext - makes more sense, as it contains external libs, not tools 2014-02-26 16:52:54 +00:00
Nick Bolton bdb4c47898 crypto++, gtest and gmock: ignore external lib warnings, not much we can do about them 2014-02-24 16:32:18 +00:00
Nick Bolton 189962f593 jerry's patch: Added 2 missed files for building in debug mode. 2013-06-04 18:22:58 +00:00
Nick Bolton b2b9ae5484 optimised crypto++ build (only using files we need - tested on win, mac, linux). 2013-05-31 14:55:22 +00:00
Nick Bolton 34d52c8af4 remove mac -arch confusion 2013-04-11 05:35:22 +00:00
Nick Bolton 90bd08d86c revert temp logging. 2013-04-11 05:09:17 +00:00
Nick Bolton 0f60fdbd9e fixed crypto++ build errors for osx 10.6 2013-04-11 04:20:13 +00:00
Nick Bolton 342c94cab2 crypto++ -- removed -DCRYPTOPP_DISABLE_ASM from windows 32-bit (unix only now) and moved -Wno-tautological-compare to osx 10.7 and up only. 2013-04-11 03:18:40 +00:00
Nick Bolton 08318e52ff fixed 32-bit linux crypto++ compile errors 2013-04-11 02:41:56 +00:00
Nick Bolton 918a363fdd comment revert 2013-04-11 00:36:45 +00:00
Nick Bolton c0dcdd52e7 fixed: crypto++ compile errors, linux compiler syntax bugs, and code style (spaces -> tabs) 2013-04-11 00:30:41 +00:00
Nick Bolton 15de55176f fixed win64 crypto++ linker errors -- added build step for asm files. 2013-04-10 17:27:25 +00:00
Nick Bolton 728ad02d61 added cmake flags for 64-bit crypto++ build, apparently disabling asm build helps, feels sketchy 2013-04-05 00:01:54 +00:00
Nick Bolton 6a1dd395e1 made crypto++ compile on osx with some black magic compiler args 2013-04-04 22:38:07 +00:00
Nick Bolton 3aaebd9e50 Patch by Jerry:
* wrote CCryptoStream and supporting unit tests
* changed CStreamFilter to accept CMockEventQueue
* changed CStreamFilter's dtor to virtual because it is inherited
2013-04-04 16:17:25 +00:00
Nick Bolton 7040905632 crypto++ -- upgraded to 5.6.2 and added zip to svn instead of individual source files (easier to manage). also added unit test to prove that linking works well on windows. 2013-04-03 12:59:02 +00:00
Nick Bolton c8ea071d78 comment out crypto stuff, for now (only compiles on windows) 2013-01-05 22:50:34 +00:00
Nick Bolton a11b68c988 uncommented crypto tests and fixed line endings 2012-11-30 01:07:04 +00:00
Nick Bolton bd6b9f6b90 added crypto++ library and example authenticated encryption unit test (CCryptoTests) 2012-11-29 23:27:02 +00:00