Mikhail Titov
23cb45454b
Set default install folder for CMake based NSIS
2015-12-19 22:19:02 -06:00
Mikhail Titov
7fc9a161b1
Default NSIS template from CMake
2015-12-19 22:19:01 -06:00
Mikhail Titov
95a5473051
Initial CMake based packaging
2015-12-19 22:19:00 -06:00
Mikhail Titov
5f8223ebb5
Patch for 64-bit zlib build with MSVC assembly
2015-12-19 22:18:58 -06:00
Mikhail Titov
51146d4152
MSVC optimization & hardening
2015-12-19 22:18:57 -06:00
Mikhail Titov
3334281949
Search for patch tool with CMake
...
This is to enable static build of "bundled" zlib with MSVC
2015-12-19 00:03:32 -06:00
Mikhail Titov
edd9a18257
Cleanup some CMake msys specifics
...
* Exclude MSYS from -z relro
* WIN32_LEAN_AND_MEAN
2015-12-19 00:03:28 -06:00
Mikhail Titov
65f993677f
Remove unnecessary thread & chrono Boost libs
...
Prevent boost thread auto-link erroneous attempts with MSVC
2015-12-19 00:03:27 -06:00
Mikhail Titov
bc775140bb
appveyor.yml
2015-12-19 00:03:26 -06:00
Mikhail Titov
4b2bd6e18f
Include dir for precompiled headers with gcc
2015-12-19 00:03:24 -06:00
hagen
8f9cea54c5
* rename main binary
2015-12-08 11:38:28 +00:00
Mikhail Titov
9d70851eb9
Respect static for zlib with CMake
2015-12-03 23:23:26 -06:00
Mikhail Titov
759dfb28ce
Increase PCH heap limit for MSVC
2015-12-03 23:07:31 -06:00
Mikhail Titov
ff356b1f21
Use assembly language when building zlib for MSVC++
2015-12-03 23:07:30 -06:00
Mikhail Titov
76549d0a4a
Fix win32 resource compilation with msys
...
squash! Fix win32 resource
winres.h is missing for mingw
2015-12-03 23:07:27 -06:00
Mikhail Titov
e5c72cae83
Fix CMake stuff for msys2
2015-12-03 23:07:26 -06:00
hagen
710439e83c
* cleanup README
...
* move all docs to single dir
2015-12-01 00:06:00 +00:00
hagen
80a0a3d4fb
* BUILD_NOTES.md : add hints for building deb
2015-12-01 00:02:59 +00:00
hagen
43299aea10
* BUILD_NOTES.md : update
2015-12-01 00:02:59 +00:00
hagen
f5aea766a7
* move 'Requirements' sections to BUILD_NOTES.md
2015-12-01 00:02:59 +00:00
hagen
1af8d873bb
delete build/cmake_modules/FindCryptoPP.cmake (now using openssl)
2015-11-26 11:24:02 +00:00
hagen
b7a0e23309
fix BUILD_NOTES: url, md-format, crypto++ reference
2015-11-26 11:23:32 +00:00
hagen
4a0f868941
fix Dockerfile : drop crypto++, add openssl
2015-11-26 11:23:30 +00:00
orignal
d01a21a867
backport openbsd support
2015-11-20 09:55:34 -05:00
Mikhail Titov
c15c26a233
Bring CMake stuff in agreement with #294 discussion
2015-11-11 21:24:53 -06:00
Mikhail Titov
4a2fcb9deb
Use OpenSSL & zlib with CMake instead of Crypto++
2015-11-11 13:46:29 -06:00
Mikhail Titov
7f27580f1b
Proper miniupnpc CMake detection
2015-11-11 13:45:37 -06:00
orignal
aa12eb4ed4
removed autotools build
2015-11-03 09:37:08 -05:00
Mikhail Titov
efe7e469ce
Missing libdl for UPnP
2015-06-20 12:16:36 -05:00
Mikhail Titov
0354685e35
Precompiled headers
...
Sample times:
MSVC 2013, debug x64: 5min 15sec -> 2min 15sec
Ubuntu 15.04, with hardening, static, release: 5min 21sec -> 3min 24sec
2015-06-10 13:41:08 -05:00
Mikhail Titov
ba2b792916
Cleanup cryptopp headers path search
2015-06-10 13:41:07 -05:00
Mikhail Titov
44768e92ad
CMake: fix static builds, add LTO for MinSizeRel
2015-06-10 13:41:06 -05:00
orignal
9a9b38a8c3
Merge pull request #199 from mlt/cmake-msvc
...
MSVC specific debug symbols don't belong to other platforms
2015-06-06 21:47:49 -04:00
Mikhail Titov
b5ee997da9
MSVC specific debug symbols don't belong to other platforms
2015-06-06 14:16:29 -05:00
Mikhail Titov
046ffd8648
Fix UPnP for Win32
...
* find_package for headers
* Swap includes order to pass compilation with MSVC 2013
* Enforce SO address resolution checks
* Change SO/DLL name on Windows
* Portable sleep from C++11
This closes #186
2015-06-06 13:53:22 -05:00
Mikhail Titov
2d3493a225
Perhaps bitness detection is an introspection
...
http://www.cmake.org/cmake/help/v3.0/command/find_library.html
2015-06-06 12:34:06 -05:00
Mikhail Titov
a3b08c0016
Fix Win32 build with CMake and MSVC
2015-06-06 12:21:35 -05:00
apprb
c266cff956
CMakeLists.txt: compilation speed up
2015-05-11 15:56:13 +06:00
7histle
f0f154cd10
Fix for #179
2015-04-11 13:47:49 +03:00
Yuri Sevatz
20310cb109
Fix -lboost_date_time missing from CMakeLists.txt
2015-04-10 00:10:35 -04:00
orignal
950f250d66
NetDb/NetDbRequests split
2015-04-09 12:45:00 -04:00
orignal
75d45ae988
initial code for Ed25519 added
2015-04-08 13:21:49 -04:00
guanqun
eddb5fa91e
fix the 'sleep_for' missing error on linux platform
2015-03-27 10:48:26 +08:00
orignal
f8a7beb001
--host is deprectaed
2015-03-24 13:31:56 -04:00
orignal
02903cc98c
moved Dockerfile to build
2015-03-24 13:31:01 -04:00
orignal
a6f78134c0
Profiling added
2015-03-24 12:47:57 -04:00
Francisco Blas (klondike) Izquierdo Riera
29039fd039
Merge with upstream
2015-01-07 20:47:47 +01:00
orignal
cdc0aa658a
I2PControl added
2015-01-07 13:26:44 -05:00
Francisco Blas (klondike) Izquierdo Riera
dd42819a2f
Create I2Pservice as a way to integrate service management, hide unnecessary handlers
2015-01-07 19:09:59 +01:00
Francisco Blas (klondike) Izquierdo Riera
8f7dea698e
Allow disabling binary compilation (useful for multilib builds in Gentoo)
2014-12-31 19:46:09 +01:00