Commit Graph

16 Commits

Author SHA1 Message Date
37507752fb contrib: remove boost
Change-Id: I278ff88143330e826629268bc47e810ef1da6de2
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
2017-10-04 15:09:13 -04:00
e3918801a3 contrib: remove cryptopp
Change-Id: I2ce2bdbc87d8c0de4cebbb3cc00e4a76286aee82
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
2017-10-04 10:36:13 -04:00
44c61afc72 eth: bump sources, remove dependency to boost, cryptopp
Update "eth" to latest version from
https://github.com/ethereum/cpp-ethereum

This new version makes use of secp256k1 instead of custom
code and cryptopp to handle EC generation, and reduces its dependency
to boost to use more of the C++11 STL.

This allows to trim the code to completely remove the boost and
cryptopp dependencies.

Change-Id: I19118d3b833a9425cddbeabf6d0b6e07d5a4b15e
2017-10-03 02:14:01 -04:00
af01ff90b9 build(UWP): add accountarchive files to project
- Adds accountarchive files to visual studio project and includes
  ciso646 to ringcontact.h for alternate logical operator defs.

Change-Id: I712809bb7f25a3f9ed9ecb7e3b2abbab93892825
2017-09-18 13:45:39 -04:00
8ebb0c8f14 build(UWP): add security/memory to project file
Change-Id: I16cd669567e564926a609bc6b3e4ddd32110b260
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
2017-07-20 11:46:25 -04:00
4ff5367c23 sip: remove SipIceTransport
SipIceTransport was a first implementation of a SIP
transport working over an ICE transport.
It was insecure and is now unused and unmaintained
(last actual change is from February 2015),
and deprecated by SipsIceTransport.

Remove it from the code base to speed up compilation
and avoid accidental usage by confusion with SipsIceTransport.

Also fix minor warnings in SipsIceTransport
(std::move of an rvalue).

Change-Id: I7a8ce2c0570d92bfe8bd191f2f6c8c6f2b191980
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
2017-05-26 10:33:34 -04:00
11655bc403 contrib: add argon2
Add Argon2 as an independent package instead of building the version
shipped with OpenDHT, to better track Argon2 version,
and allow using the system version if available (and profit from
security updates).

Bump OpenDHT to release 1.3.1 from intermediate commit, bringing
minor bug fixes and performance improvements.

Change-Id: I2c697a95ca77b8de5241c329016a2aa349f4453b
2017-05-04 11:30:23 -04:00
1c9c650d2d contrib: fix gmp for UWP build
Change-Id: Ibf33e5c472287f4b6e2be2b0fff101d7e5b2c7b8
Tuleap: #790
2017-01-31 10:37:47 -05:00
114df5985a build: the last alterations allowing the UWP build to pass
Change-Id: I1d315ed93adf4b58dada2721278b209d87216e0e
Tuleap: #790
2017-01-23 12:54:42 -05:00
a6daed1270 build: correct lib/include paths in VS project
Change-Id: Ic7341cbc0aa114373d0cd1fff02fe1f0bf5ee36a
Tuleap: #790
2017-01-20 12:42:24 -05:00
23f4bdf7de build: define PROGSHAREDIR to an empty string for UWP
Change-Id: Ice28ea19aa1e7597b90695ce4ba690b5860cd00f
Tuleap: #790
2017-01-20 12:39:16 -05:00
a5ded29b99 update copyright date to 2017
Change-Id: I6dbc51dd41c1f44d1446fe7365026af037bc86d9
Reviewed-by: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
2017-01-05 16:41:02 -05:00
f53ef9876d build: add compiler_intrinsics.h to MSVC project
- adds compiler_intrinsics.h to MSVC project and replaces
  reference to WIN32_NATIVE with RING_UWP

Change-Id: I4ab3c1e849488f75043e28ed56763a87c62757e5
Tuleap: #790
2017-01-02 14:27:08 -05:00
90af05ea09 build: add <io.h> to the includes within MSVC/unistd.h
- adds <io.h> to the Windows unistd.h substitute, providing the
  definition for access().

Change-Id: Ib054a1608e40f6fe22c0c277ba204d1b5e506940
Tuleap: #790
2016-12-13 13:19:48 -05:00
294db6bc90 build: add windows UWP project specific header files
- adds header files that are needed to build the daemon for UWP
  natively in Windows

Change-Id: I5696f1fa0b6761701fdcae3ef0fe0366e1f13ab0
Tuleap: #790
2016-12-12 12:35:09 -05:00
f0bad69f71 build: add Visual Studio project files
- adds a Visual Studio 2015 solution, project, and filters

- adds a .gitignore for Visual Studio generated files

Change-Id: I30257ef98f315dc1fa870873669d369b8ab8bda5
Tuleap: #790
2016-12-09 17:04:08 -05:00