cryptozoidberg
fde28efdc5
latest fixes for cake wallet
2024-08-14 23:21:19 +04:00
sowle
d52cb725d1
updated macos deployment target: 10.13 -> 10.15 (required for std::filesystem)
2024-05-04 03:24:15 +02:00
sowle
5e07e3c4e0
an attempt to fix linux build
2024-05-04 02:05:17 +02:00
cryptozoidberg
a853f77c00
added Debug config, replace boost to std (due to deadlock in boost guts)
2024-05-01 19:20:44 +04:00
cryptozoidberg
1d153834d9
fixed m3 simulator build for ios
2024-04-30 20:29:11 +04:00
sowle
95368faccd
yet another attempt to fix macOS warnings and errors (CMAKE_OSX_DEPLOYMENT_TARGET: 10.12 -> 10.13)
2024-04-04 20:58:02 +02:00
cryptozoidberg
1a15109f4b
Merge branch 'release2' into develop
2024-03-29 18:57:26 +01:00
cryptozoidberg
c552916266
fix for mobile android build
2024-03-29 18:54:04 +01:00
cryptozoidberg
97c3460af8
autodoc inital code + cmake warningns + improvements over compilation performance
2024-03-20 14:45:29 +01:00
cryptozoidberg
7e676e74e9
implemented JWT support in simplewallet
2024-03-14 21:55:22 +01:00
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