1
0
Fork 0
forked from lthn/blockchain
Commit graph

74 commits

Author SHA1 Message Date
cryptozoidberg
e876a577cb tweak for boost compilation(needed for android) 2024-02-24 23:34:46 +04:00
sowle
c8b52f6e96
iOS: deployment target set to 12.00, macOS: deployment target reverted back to 10.12 2024-02-23 11:47:16 +01:00
cryptozoidberg
a922d542f6 tweaks over mobild zano wallet 2024-02-22 22:45:43 +04:00
sowle
df53f1f78d
Revert "noncense commit"
This reverts commit 033ef5c9dc.
2024-02-21 13:05:50 +01:00
cryptozoidberg
033ef5c9dc
noncense commit 2024-02-20 20:56:28 +04:00
cryptozoidberg
f8d0e96d95 fixes related to build under vc2022 on windows arm64 2024-02-20 11:26:12 +04:00
sowle
6db3198ea3
change CMake min version for gui build 2024-02-18 23:11:24 +01:00
cryptozoidberg
ee3570b6dd
merged from develop 2023-12-15 18:56:55 +03:00
sowle
9b43cbc0b7 CMakeLists.txt: allowing using higher version of Boost than required 2023-12-15 15:53:22 +01:00
sowle
2772a446bd
CMakeLists: minmum CMake version was pushed up to 3.5 to avoid support warnings (2) 2023-12-06 16:33:35 +01:00
sowle
9a206df105
CMakeLists: minmum CMake version was pushed up to 3.5 to avoid support warnings + fixed a typo in a comment 2023-12-06 16:28:51 +01:00
sowle
fcefdd8eb5
Merge remote-tracking branch 'origin/develop' into cryptoassets
# Conflicts:
#	README.md
#	src/gui/qt-daemon/layout
#	src/version.h.in
2023-12-06 16:24:06 +01:00
sowle
0caf50fde8 build: an attempt to make Boost searching process be more error proof (2) 2023-12-05 21:06:14 +01:00
sowle
46bef30dad build: an attempt to make Boost searching process be more error proof 2023-12-05 19:50:02 +01:00
sowle
760ff033cb set C++14 as a minimum requirement 2023-10-31 16:56:56 +01:00
cryptozoidberg
f1e064f600
Added macro for CakeWallet-specific code separation 2023-10-20 15:00:39 +02:00
sowle
fbce4307b9
build for linux: fixed CMake 3.25 vs. Boost 1.70 vs. GCC 8.3 issue + updated readme 2023-10-13 21:22:25 +02:00
sowle
41927218ec
build: CMake issue fix 2023-10-11 22:27:40 +02:00
cryptozoidberg
0ede461f25
merge from release 2023-10-02 15:54:58 +02:00
sowle
45f3986f78
build: macOS min deployment target changed: 10.10.5 -> 10.12 (Sierra) 2023-07-20 20:57:21 +02:00
sowle
f1997a64dd
code slightly adapted to C++17 2023-07-14 02:10:18 +02:00
sowle
e5bdd70a51
CMake minimum required version: 2.8.6->3.1, C++ minimum required version: 11(?) -> 14 2023-07-13 00:59:41 +02:00
sowle
baf2b507ec
Merge branch 'release' into cryptoassets
# Conflicts:
#	utils/build_script_windows.bat (accepted mine)
2023-02-04 20:38:47 +01:00
cryptozoidberg
b21823cc95
added openssl to root cmake file 2023-01-11 17:56:56 +01:00
Snider
4ff66c2b15
Fixes CMAKE_OSX_DEPLOYMENT_TARGET (#337)
Hiya,

When compiling on macOS, i get "ld: warning: dylib (/opt/homebrew/lib/libboost_filesystem-mt.dylib) was built for newer macOS version (13.0) than being linked (11.0)"

This is fixed by adding "CACHE STRING"
2023-01-03 13:34:26 +01:00
cryptozoidberg
511f2c0b8c
attempt to fix missing crypt32 2022-11-29 17:43:22 +01:00
cryptozoidberg
eb0c689e88
Link ssl statically and in right order(now) 2022-11-29 00:31:24 +01:00
cryptozoidberg
880e1c189d
Link ssl statically 2022-11-28 23:23:54 +01:00
cryptozoidberg
059c367d89
multiple fixes over wallet and cmake 2022-11-18 21:04:05 +01:00
cryptozoidberg
960daaca23
fixed func name 2022-11-17 19:15:35 +01:00
cryptozoidberg
425166ff49
disabled warnings for comments 2022-10-11 16:21:03 +02:00
cryptozoidberg
2927edf16a
removed multiple warnings over gcc/clang compilers 2022-10-11 16:05:48 +02:00
cryptozoidberg
cfafa1e73d
disabled unknown pragmas for backward comp 2022-10-11 15:54:44 +02:00
cryptozoidberg
634e777cfd
fixed compilation issues on linux 2022-09-09 20:21:27 +02:00
sowle
22ed8009c5
linux build: suppress -Wno-comment globally 2022-05-12 00:11:34 +02:00
sowle
9032642ca7
linux build: suppress -Wcomment globally, add dl as a dependency for coretests 2022-05-11 22:52:45 +02:00
cryptozoidberg
7e11ff07bf
Added option for disabling TOR from build 2022-04-20 17:17:11 +02:00
cryptozoidberg
0e64787583
Removed epee from tor lib, moved boost minimal version to 1.70 2022-04-14 20:45:25 +02:00
cryptozoidberg
ff5a628420
provided exterval var for submodules 2022-04-10 20:33:31 +02:00
cryptozoidberg
9ff5e7a9ca
got rid from ugly hardcoded paths 2021-06-01 15:45:30 +03:00
cr.zoidberg
f6408a0580 workaround for new XCode 12 policy for simulator builds 2020-10-02 00:14:04 +03:00
sowle
a290c96eb4
enabled PCH for macOS as well (gives small build time improvment) 2020-08-07 17:33:38 +03:00
cryptozoidberg
4f2681dd7f
disabled lto for android, since it disable ELF-2 2020-07-15 23:28:06 +02:00
cryptozoidberg
be53017d8a
disabled lto for android, since it disable ELF 2020-07-15 23:23:50 +02:00
cryptozoidberg
f366f5b663
added bitcode for ios build 2020-03-06 05:29:50 +01:00
sowle
e0f78c3dc2
fixed build for gcc 5.4.0 2020-02-26 16:07:35 +03:00
sowle
df4bca7f8b
-Wno-implicit-function-declaration made Clang-only 2020-02-26 03:12:53 +03:00
cryptozoidberg
bb4e2be6d6
disabled log channels for android, more fixes over build config 2020-02-21 09:28:45 +01:00
cryptozoidberg
c18c6230cf
removed android lib from cmake 2020-02-20 03:08:47 +01:00
cryptozoidberg
0c6b813c05
paindroid version fixes 2020-02-20 02:54:45 +01:00