Commit Graph

103 Commits (8456c8b47b56e37d655660c5d8c0e16a79aa19bc)

Author SHA1 Message Date
Mikhail Titov 0a08765d73 Win32: hide to tray, webconsole menu item
Standard icon works for me on Windows 8
8 years ago
Mikhail Titov abdef67ccc _WIN32_WINNT drove nuts 64 bit MSVC builds
TODO: figure out why
8 years ago
Mikhail Titov daad975f5d fixup! invoke win32app functions from main 8 years ago
Mikhail Titov 18c00f0a4b Avoid debug symbol files (PDB) collision with MSVC 8 years ago
hagen 55315fca80 Merge branch 'openssl' into new-fs
Conflicts:
	AddressBook.cpp
	NetDb.cpp
	filelist.mk
8 years ago
orignal f1d4818045 Family.cpp added 8 years ago
hagen 6f4271c054 * update buildsystems 9 years ago
orignal b97f095de4 Merge pull request #360 from AMDmi3/build-type
Do not force build type
9 years ago
orignal 10e2b35483 Merge pull request #359 from AMDmi3/system-include-dirs
Include system directories as SYSTEM
9 years ago
orignal 16920a89f3 Merge pull request #358 from AMDmi3/local-include-dirs-before
Always place local include directories before all others
9 years ago
Dmitry Marakasov 4ef183fee6 Do not force build type 9 years ago
Dmitry Marakasov 2115ce6606 Do not try to use miniupnp if upnp support is disabled 9 years ago
Dmitry Marakasov 61d1b733f7 Include system directories as SYSTEM 9 years ago
Dmitry Marakasov 4978edb8be Always place local include directories before all others 9 years ago
hagen 209934ad67 * update buildsystems to include Config.cpp 9 years ago
hagen b2ae30eba1 * fix cmake output library name (#315) 9 years ago
Mikhail Titov 8e04218c95 Install optional miniupnpc.dll if exist 9 years ago
Mikhail Titov 23cb45454b Set default install folder for CMake based NSIS 9 years ago
Mikhail Titov 7fc9a161b1 Default NSIS template from CMake 9 years ago
Mikhail Titov 95a5473051 Initial CMake based packaging 9 years ago
Mikhail Titov 5f8223ebb5 Patch for 64-bit zlib build with MSVC assembly 9 years ago
Mikhail Titov 51146d4152 MSVC optimization & hardening 9 years ago
Mikhail Titov 3334281949 Search for patch tool with CMake
This is to enable static build of "bundled" zlib with MSVC
9 years ago
Mikhail Titov edd9a18257 Cleanup some CMake msys specifics
* Exclude MSYS from -z relro
* WIN32_LEAN_AND_MEAN
9 years ago
Mikhail Titov 65f993677f Remove unnecessary thread & chrono Boost libs
Prevent boost thread auto-link erroneous attempts with MSVC
9 years ago
Mikhail Titov bc775140bb appveyor.yml 9 years ago
Mikhail Titov 4b2bd6e18f Include dir for precompiled headers with gcc 9 years ago
hagen 8f9cea54c5 * rename main binary 9 years ago
Mikhail Titov 9d70851eb9 Respect static for zlib with CMake 9 years ago
Mikhail Titov 759dfb28ce Increase PCH heap limit for MSVC 9 years ago
Mikhail Titov ff356b1f21 Use assembly language when building zlib for MSVC++ 9 years ago
Mikhail Titov 76549d0a4a Fix win32 resource compilation with msys
squash! Fix win32 resource

winres.h is missing for mingw
9 years ago
Mikhail Titov e5c72cae83 Fix CMake stuff for msys2 9 years ago
hagen 710439e83c * cleanup README
* move all docs to single dir
9 years ago
hagen 80a0a3d4fb * BUILD_NOTES.md : add hints for building deb 9 years ago
hagen 43299aea10 * BUILD_NOTES.md : update 9 years ago
hagen f5aea766a7 * move 'Requirements' sections to BUILD_NOTES.md 9 years ago
hagen 1af8d873bb delete build/cmake_modules/FindCryptoPP.cmake (now using openssl) 9 years ago
hagen b7a0e23309 fix BUILD_NOTES: url, md-format, crypto++ reference 9 years ago
hagen 4a0f868941 fix Dockerfile : drop crypto++, add openssl 9 years ago
orignal d01a21a867 backport openbsd support 9 years ago
Mikhail Titov c15c26a233 Bring CMake stuff in agreement with #294 discussion 9 years ago
Mikhail Titov 4a2fcb9deb Use OpenSSL & zlib with CMake instead of Crypto++ 9 years ago
Mikhail Titov 7f27580f1b Proper miniupnpc CMake detection 9 years ago
orignal aa12eb4ed4 removed autotools build 9 years ago
Mikhail Titov efe7e469ce Missing libdl for UPnP 9 years ago
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
9 years ago
Mikhail Titov ba2b792916 Cleanup cryptopp headers path search 9 years ago
Mikhail Titov 44768e92ad CMake: fix static builds, add LTO for MinSizeRel 9 years ago
orignal 9a9b38a8c3 Merge pull request #199 from mlt/cmake-msvc
MSVC specific debug symbols don't belong to other platforms
9 years ago