Frank Denis
482ab1ed41
Reintroduce 27a2756479
2016-07-24 19:54:07 +02:00
Frank Denis
ab72d2d6b3
Revert "VS2012 debug symbols"
...
This reverts commit 6ff50e41a2 .
2016-07-24 15:35:56 +02:00
Jan-E
6ff50e41a2
VS2012 debug symbols
2016-07-24 01:01:12 +02:00
evoskuil
f8d5cf948a
Clone msvc .filters (from vs2013 version) for uniformity.
2016-05-12 02:03:23 -07:00
evoskuil
3aad5c11ea
Use lowest common denominator .vcxproj ToolsVersion.
2016-05-12 02:02:38 -07:00
Frank Denis
3fe5590b94
Do not forget crypto_pwhash.c on Visual Studio
2016-04-13 08:12:54 +02:00
Frank Denis
8957364f47
Remove headers that are not required in MSVC solutions
2016-04-04 18:02:22 +02:00
Frank Denis
5cad35bfae
Remove some unneeded dependencies from MSVC project filters
2016-04-04 16:32:47 +02:00
Frank Denis
4b6667a9d3
Update Makefiles and MSVC solutions
2016-03-17 17:07:43 +01:00
Frank Denis
ce5f82b788
Update the VS2012 project
2016-03-07 15:30:14 +01:00
Frank Denis
adfe6c9d55
scrypt/sysendian.h is gone
2016-02-27 13:14:01 +01:00
Frank Denis
22eebd83f1
common_aes128ctr.c is gone
2016-02-27 13:11:08 +01:00
gnieboer
b4af066286
Added all argon2 files to other msvc project files and project filter files
2016-02-07 17:11:59 +03:00
Frank Denis
ee3a5d8cf3
Update the Visual Studio solutions
2015-12-24 04:10:18 +01:00
Frank Denis
d5fd75dcc7
Make crypto_stream_chacha20 modular like the rest
...
In preparation for optimized implementations
2015-11-25 01:17:37 +01:00
Frank Denis
65a91fd559
Remove api.h from the Visual Studio solutions
2015-11-22 12:44:45 +01:00
Frank Denis
9bfa30ae6a
api.h -> stream_chacha20_ref.h
2015-11-22 00:02:00 +01:00
Frank Denis
5a90e15eac
Update the Visual Studio 2012 solution
2015-11-19 15:36:51 +01:00
Frank Denis
27ecb1f848
Update the Visual Studio 2012 solution
2015-11-01 19:14:55 +01:00
Frank Denis
6e243160e8
Don't build for WP8
2015-10-13 15:12:48 +02:00
Frank Denis
a4a9f24f28
Update MSVS2012 solution
2015-10-13 05:57:15 -07:00
Frank Denis
acac4cbf9d
VC2012 ToolsVersion is 12.0
2015-05-04 12:44:07 +02:00
Frank Denis
a789e00d54
Remove resource.h/resource.rc
2015-04-25 18:32:06 +02:00
Frank Denis
575ce93058
+ crypto_box_seal()
2015-04-17 01:01:32 +02:00
Jens Mueller
c9ef5ac2b5
fix building visual studio projects within a path containing white spaces
2014-11-21 16:57:07 +01:00
Andre Caron
a7a04d7af5
Changes DLL_EXPORT to SODIUM_DLL_EXPORT.
...
This macro conflicts with other projects. This results in the inability to
build one DLL that depends on libsodium if the other DLL also uses the
DLL_EXPORT macro to control visibility of library symbols. Since the choice of
name for this macro is arbitrary, use of a library prefix is preferred.
2014-10-13 15:18:09 -04:00
Frank Denis
6c78c9815c
Remove compat.c
2014-08-13 17:40:06 -07:00
Frank Denis
7b0eeda1c6
Remove aes256estream.
...
AES-256 will be reintroduced, but not until we have a bitsliced implementation.
2014-08-05 00:57:10 -07:00
Frank Denis
54cddd9650
Update MSVC2012 solution
2014-06-26 13:40:18 -07:00
Frank Denis
1ba2ff6a04
Update vs2012 solution
2014-06-23 16:53:14 -07:00
Frank Denis
bd05b7d292
Rename scryptxsalsa208sha256 to scryptsalsa208sha256
2014-05-15 00:01:16 -07:00
evoskuil
4c2d0242fe
Simplify VS project configurations and harden MSBUILD script.
2014-05-12 20:18:22 -07:00
evoskuil
0e94fbb766
Modify VS props config for easy variation of output locations and messages.
2014-05-10 19:30:10 -07:00
evoskuil
63a7e26499
Update Visual Studio projects and packaging.
2014-05-10 03:47:35 -07:00
Frank Denis
ffe144ac04
Update vs201*/libsodium/libsodium.vcxproj
2014-05-08 21:38:16 -07:00
evoskuil
4b082ced94
Share VS props files and increment package version.
2014-04-25 02:49:19 -07:00
evoskuil
135fb36b67
Add files to VS projects.
2014-04-23 19:24:51 -07:00
evoskuil
207212b276
Update filters for newly-added/removed source files.
2014-04-16 17:05:54 -07:00
evoskuil
6ede7869ec
Add two more files to VS build.
2014-04-15 20:31:32 -07:00
evoskuil
de2a274e6a
Update project files for recent library changes.
2014-04-15 19:51:54 -07:00
evoskuil
d54cabd59a
Copy version file to source directory for build, with info message.
2014-04-15 19:51:29 -07:00
evoskuil
34509b99d9
Update filter file tool versions.
2014-04-15 01:43:42 -07:00
evoskuil
82657cef0a
Update filters for source file changes.
2014-04-14 23:41:15 -07:00
evoskuil
58bdca7fa2
Update VS projects to accomodate source file list changes.
2014-04-14 19:08:46 -07:00
evoskuil
0f9aec94b6
Set VS2010 and VS2012 project files tools version to 4.0.
2014-04-14 17:55:24 -07:00
evoskuil
d36bcc85b5
Remove versioning from .props files.
2014-04-14 17:54:49 -07:00
evoskuil
37baa8a6ab
Update VS build, add VS2012 and VS2013 projects.
2014-04-09 03:26:45 -07:00
evoskuil
7f046509ef
Add VS2012/VS2010 solutions, add test proj to VS2013, remove export files.
2014-04-07 19:06:10 -07:00