aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* cmake: support manual submodulesselsta2020-09-201-20/+22
|
* Merge pull request #3082luigi11112020-09-141-2/+2
|\ | | | | | | 8643f85 cmake: MinGW - fix qtfreetype linking (xiphon)
| * cmake: MinGW - fix qtfreetype linkingxiphon2020-09-121-2/+2
| |
* | Merge pull request #3081luigi11112020-09-141-1/+5
|\ \ | | | | | | | | | e0679ce cmake: cross-compilation to Windows - fix 'version' lib linking (xiphon)
| * | cmake: cross-compilation to Windows - fix 'version' lib linkingxiphon2020-09-121-1/+5
| |/
* | Merge pull request #3051luigi11112020-09-141-1/+1
|\ \ | |/ |/| | | 03db3f9 cmake: minor message improvements (selsta)
| * cmake: minor message improvementsselsta2020-08-261-1/+1
| |
* | Merge pull request #3080luigi11112020-09-121-1/+2
|\ \ | | | | | | | | | 6467333 cmake: drop redundant CheckTrezor include (xiphon)
| * | cmake: drop redundant CheckTrezor includexiphon2020-09-101-1/+2
| | |
* | | Merge pull request #3079luigi11112020-09-121-0/+3
|\ \ \ | | | | | | | | | | | | 4effbd3 cmake: cross-compilation to Windows - use 'win32' Boost_THREADAPI (xiphon)
| * | | cmake: cross-compilation to Windows - use 'win32' Boost_THREADAPIxiphon2020-09-101-0/+3
| |/ /
* / / cmake: fix DEV_MODE, checkout master in submoduleselsta2020-09-081-1/+6
|/ /
* | Merge pull request #3060luigi11112020-09-071-25/+0
|\ \ | | | | | | | | | e1b5ee2 cmake: remove already defined functions (selsta)
| * | cmake: remove already defined functionsselsta2020-08-291-25/+0
| |/
* | Merge pull request #3061luigi11112020-09-071-3/+5
|\ \ | | | | | | | | | 17213bf cmake: move autogen to avoid warnings (selsta)
| * | cmake: move autogen to avoid warningsselsta2020-08-291-3/+5
| |/
* | Merge pull request #3056luigi11112020-09-071-0/+6
|\ \ | | | | | | | | | 86f5aae cmake: fix MacOS linking (-rpath, -bind_at_load, -dead_strip, etc.) (xiphon)
| * | cmake: fix MacOS linking (-rpath, -bind_at_load, -dead_strip, etc.)xiphon2020-08-281-0/+6
| |/
* | Merge pull request #3055luigi11112020-09-071-0/+10
|\ \ | | | | | | | | | 75e4333 cmake: manually fix pkg-config prefix (QTBUG-80922 workaround) (xiphon)
| * | cmake: manually fix pkg-config prefix (QTBUG-80922 workaround)xiphon2020-08-281-0/+10
| |/
* | Merge pull request #3052luigi11112020-09-071-1/+0
|\ \ | | | | | | | | | 1895755 cmake: remove duplicate find_package (selsta)
| * | cmake: remove duplicate find_packageselsta2020-08-261-1/+0
| |/
* | Merge pull request #3000luigi11112020-09-071-2/+2
|\ \ | |/ |/| | | 16646eb cmake: fix zxcvbn option description (selsta)
| * cmake: fix zxcvbn option descriptionselsta2020-08-091-2/+2
| |
* | build: prepare v0.16.0.3selsta2020-08-051-1/+1
| |
* | Merge pull request #3015luigi11112020-07-291-21/+23
|\ \ | | | | | | | | | e8bcabe cmake: fix static libraries linking (xiphon)
| * | cmake: fix static libraries linkingxiphon2020-07-151-21/+23
| | |
* | | cmake: fix MacOS build (Qt installer)xiphon2020-07-141-3/+5
|/ /
* | Merge pull request #3001luigi11112020-07-141-3/+3
|\ \ | | | | | | | | | df885b6 cmake: set current monero-gui version (selsta)
| * | cmake: set current monero-gui versionselsta2020-07-091-3/+3
| |/
* | cmake: translations deps handling, build translations as a libraryxiphon2020-07-091-1/+0
| |
* | cmake: implement MacOS 'release' build + CI supportxiphon2020-07-091-3/+29
|/
* Merge pull request #2976luigi11112020-07-081-0/+3
|\ | | | | | | a00ed6a cmake: implement translations support (xiphon)
| * cmake: implement translations supportxiphon2020-06-301-0/+3
| |
* | Merge pull request #2974luigi11112020-07-081-0/+2
|\ \ | | | | | | | | | 7677103 docker: implement Docker Linux 'release-static' build (xiphon)
| * | docker: implement Docker Linux 'release-static' buildxiphon2020-07-021-0/+2
| | |
* | | cmake: fix monero-wallet-gui target dependenciesxiphon2020-07-021-4/+0
|/ /
* | cmake: implement Linux 'release-static' build targetxiphon2020-06-211-35/+79
| |
* | Merge pull request #2962luigi11112020-06-191-1/+1
|\ \ | | | | | | | | | 27532dc cmake: fix USE_DEVICE_TREZOR option (xiphon)
| * | cmake: fix USE_DEVICE_TREZOR optionxiphon2020-06-171-1/+1
| |/
* | Merge pull request #2961luigi11112020-06-191-1/+1
|\ \ | |/ |/| | | 52c090b cmake: downgrade minimum required boost version to 1.58 (xiphon)
| * cmake: downgrade minimum required boost version to 1.58xiphon2020-06-141-1/+1
| |
* | cmake: workflows: implement 'release' Linux build target + CIxiphon2020-05-281-10/+15
| |
* | Merge pull request #2912luigi11112020-05-181-3/+2
|\ \ | | | | | | | | | 1503885 cmake: always link libgcc, libstdc++ statically (xiphon)
| * | cmake: always link libgcc, libstdc++ staticallyxiphon2020-05-151-3/+2
| | |
* | | Merge pull request #2911luigi11112020-05-181-2/+4
|\ \ \ | | | | | | | | | | | | 754a968 build: release-win64 support (xiphon)
| * | | build: release-win64 supportxiphon2020-05-151-2/+4
| |/ /
* / / cmake: fix Qt 5.14+ build, link Qt5QmlModels if availablexiphon2020-05-151-0/+6
|/ /
* | Merge pull request #2908luigi11112020-05-141-2/+2
|\ \ | | | | | | | | | 210248e cmake: disable '-pie' on Win with gcc (xiphon)
| * | cmake: disable '-pie' on Win with gccxiphon2020-05-141-2/+2
| |/