summaryrefslogtreecommitdiff
path: root/cryptest.nmake
Commit message (Expand)AuthorAgeFilesLines
* Add Poly1305 class to project files (Issue 338)Jeffrey Walton2016-11-271-2/+2
* Add /MACHINE option for linkerJeffrey Walton2016-11-141-1/+3
* Selectively add <sdkddkver.h> and <winapifamily.h> to cryptest.nmakeJeffrey Walton2016-11-131-1/+11
* Updated commentsJeffrey Walton2016-10-091-4/+5
* Add SSE2 and AVX2 arch switchesJeffrey Walton2016-09-211-0/+2
* Updated commentsJeffrey Walton2016-09-181-2/+4
* Updated comments in cryptest.nmakeJeffrey Walton2016-09-171-20/+31
* Add /GR to squash C4541 "'identifier' used on polymorphic type 'type' with /G...Jeffrey Walton2016-09-091-1/+1
* Add missing keccak.cpp and keccak.obj to cryptest.nmakeJeffrey Walton2016-09-091-3/+4
* Squashed commit of the following:Jeffrey Walton2016-09-081-4/+4
* Add missing winpipes.cpp to cryptest.shJeffrey Walton2016-09-081-2/+3
* Add missing hmqv.h, hmqv.cpp, fhmqv.h, fhmqv.cpp to down level VS project, Bo...Jeffrey Walton2016-09-081-2/+2
* Add detection based on PROCESSOR_ARCHITECTURE = "AMD64"Jeffrey Walton2016-09-071-1/+1
* Add /wd4511 to disable "could not generate a default copy-constructor"Jeffrey Walton2016-09-071-1/+1
* Force include <sdkddkver.h>, detect X86 and X64 (in addition to x86 and x64)Jeffrey Walton2016-04-301-13/+13
* Updated to provide commented CXXFLAGS for WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP...Jeffrey Walton2016-04-291-2/+9
* Force include <winapifamily.h> for ARM builds of Store and Phone appsJeffrey Walton2016-04-281-2/+2
* Add missing winpipes.cpp and winpipes.obj. Fix rules for rdrand.cpp and rdran...Jeffrey Walton2016-04-281-54/+54
* Updated to include precompiled headersJeffrey Walton2016-04-261-14/+47
* Updated for x86, x64 and ARMJeffrey Walton2016-04-261-10/+53
* Add missing fipstest.cpp and fipstest.objJeffrey Walton2016-04-251-5/+7
* Add Windows NMAKE-based makefile for testingJeffrey Walton2016-04-251-0/+49