aboutsummaryrefslogtreecommitdiff
path: root/cmake (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-10trezor: support c++17 and protobuf v25, libusb fixDusan Klinec2-14/+21
2024-02-24cmake: require libsodiumtobtoht1-0/+297
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec2-96/+165
2023-04-25Merge pull request #8698luigi111111-11/+11
2023-01-25depends: bump hidapi/libusbtobtoht1-1/+1
2023-01-16Copyright: Update to 2023mj-xmr11-11/+11
2022-03-04Copyright: Update to 2022mj-xmr11-11/+11
2021-11-17cmake: find readline on macOS ARMselsta1-1/+1
2021-10-19cmake: use CMAKE_CURRENT_LIST_DIR for git versionselsta1-2/+2
2021-08-02Merge pull request #7794luigi11111-1/+1
2021-07-27Merge pull request #7758luigi11112-3/+12
2021-07-15cmake: test is a reserved keywordselsta1-1/+1
2021-06-21Include Libusb and hidapi on androidmalinero2-3/+12
2021-06-01Merge pull request #7715luigi11111-0/+1
2021-06-01Merge pull request #7711luigi11111-1/+1
2021-05-12cmake: fix check_linker_flagselsta1-0/+1
2021-05-11cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSBselsta1-1/+1
2021-04-27cmake: set 3.5 as minimum versionselsta1-1/+1
2021-03-16cmake: fix ccache detectionanon1-6/+13
2020-12-10Merge pull request #7102Alexander Blair1-17/+9
2020-12-09cmake: fix "release" version string on tagged releasesmoneromooo-monero1-17/+9
2020-12-02Clang-tidy integrated into CMakeLists.txtmj-xmr1-0/+72
2020-10-14Merge pull request #6867Alexander Blair1-1/+1
2020-10-07cmake: Version - use CMAKE_CURRENT_LIST_DIRxiphon1-1/+1
2020-10-06cmake: CheckTrezor - use ${CMAKE_CURRENT_LIST_DIR} to locate testsxiphon1-2/+2
2020-07-19Merge pull request #6512Alexander Blair9-9/+9
2020-05-06Update copyright year to 2020SomaticFanatic9-9/+9
2020-05-04Made ccache optional (opt out) and tidied up the FindCcache.cmakemj-xmr1-6/+9
2020-04-22FindCcache automaticallymj-xmr1-0/+57
2019-10-26CMake build out of sourceTrasherDK1-1/+6
2019-10-23cmake: Fix generation of version.cppNathan Dorfman2-42/+46
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-25/+0
2019-08-26wallet, rpc: add a release field to get_versionmoneromooo-monero1-0/+4
2019-07-09build: fix OSX static libusb check and link against static libobjcxiphon2-2/+8
2019-06-12Use 9 digit build IDsHoward Chu1-1/+2
2019-05-01cmake: fix some case of "backtrace lib not found" breakingmoneromooo-monero1-0/+8
2019-04-16Merge pull request #5410Riccardo Spagni1-1/+10
2019-04-10Fix linker issues using easyloggingMartijn Otto1-0/+90
2019-04-07build: libusb static compilation fixDusan Klinec1-1/+10
2019-03-17Merge pull request #5061Riccardo Spagni9-9/+9
2019-03-05Update 2019 copyrightbinaryFate9-9/+9
2019-03-05device/trezor: debugging features, trezor testsDusan Klinec1-1/+16
2018-12-18build: protobuf dependency fixes, libusb buildDusan Klinec3-4/+141
2018-12-04device/trezor: device/trezor: correct device initialization, status checkDusan Klinec1-1/+1
2018-11-25device/trezor: webusb transport added, cmake fixesDusan Klinec3-0/+271
2018-10-26cmake: fix readline detection when the readline library is not foundmoneromooo-monero1-1/+3
2018-10-06Linux: Fix building of static binaries with hw device supportiDunk54001-0/+14
2018-09-29Merge pull request #4425Riccardo Spagni1-1/+1
2018-09-24Replace USB-CCID (smartcard) by USB-HIDcslashm2-54/+46
2018-09-18Merge pull request #3430Riccardo Spagni1-1/+2
2018-09-10Add Miniupnp submoduleTheCharlatan1-1/+2
2018-09-06Windows: don't preset CMAKE_SYSTEM_NAMEiDunk54002-2/+6
2018-06-23Changed URLs to HTTPSeinsteinsfool1-11/+11
2018-06-19Merge pull request #3844luigi11111-11/+20
2018-06-16Merge pull request #3708luigi11111-1/+1
2018-05-31Fix CMAKE config for PCSC in order to avoid msys DLL dependenciescslashm1-17/+20
2018-05-23Fix PCSC compilation under windowscslashm1-0/+6
2018-05-15version.cmake: fix configuring version.cpp without gitmoneromooo-monero1-1/+1
2018-05-07Updating the FindReadline CMake hint to search in homebrew's default directoryGene Peters1-1/+1
2018-03-21Fix generating version.cppHoward Chu1-2/+4
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-0/+44
2018-01-26Update 2018 copyrightxmr-eric7-7/+7
2018-01-11Keep readline optionalJethro Grassie1-2/+10
2018-01-10Merge pull request #2993Riccardo Spagni2-0/+61
2018-01-02Add checks for termcap if needed by readlineJethro Grassie1-20/+27
2017-12-31Add misc hardening flags to the cmake machinerymoneromooo-monero2-0/+61
2017-11-28fixed linking against libreadline on OpenBSDston1th1-0/+4
2017-11-19cmake: fix building when readline is not foundmoneromooo-monero1-0/+4
2017-10-20cmake: add dep of version lib on version.cppredfish2-0/+113
2017-09-04Only check for upnp version if version is determinedOrestis Konstantinidis1-5/+5
2017-08-07cmake: do not use GREATER_EQUAL, it's too newmoneromooo-monero1-1/+1
2017-07-30cmake: Update detection of external miniupnpcErik de Castro Lopo1-162/+36
2017-06-18Add readline support to clijethro1-0/+66
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni5-5/+5
2017-01-08Merge pull request #1510Riccardo Spagni1-0/+34
2017-01-05Build wallet with Android NDKMoroccanMalinois1-0/+34
2016-12-24cmake: link against liblzma when found, for libunwindmoneromooo-monero1-0/+16
2016-08-30cmake: merge libs via virtual object librariesredfish1-74/+0
2016-08-30cmake: comply with the new policy CMP0026redfish1-101/+46
2016-06-24CMake: GPL 'libutils' script removedIlya Kitaev4-405/+12
2016-06-23cmake libutils dependency addedIlya Kitaev1-0/+46
2016-06-23all wallet dependencies merged to single static libIlya Kitaev3-0/+476
2016-06-20cmake: add missing FindLibunwind.cmakemoneromooo-monero1-0/+25
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-25/+0
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-0/+25
2016-01-12Fix da0bce34Howard Chu2-0/+2
2015-12-31updated copyright yearRiccardo Spagni4-5/+5
2015-05-31fixed static assert testRiccardo Spagni1-0/+34
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2-0/+56
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-0/+25
2015-04-01doxygen filesrfree2monero2-0/+1817
2015-03-17Pull blockchain changes into berkeleydb branchThomas Winget1-57/+0
2015-03-17removed findlmdb.cmake, no longer requiredRiccardo Spagni1-57/+0
2015-03-16BerkeleyDB Blockchain building, not working yetThomas Winget1-0/+25
2015-01-18Add in-source lmdb to build processThomas Winget1-4/+0
2015-01-04build: add liblmdb to the cmake autodetection systemmoneromooo-monero1-0/+61
2015-01-02year updated in licenseRiccardo Spagni2-2/+2
2014-10-23miniupnpc: clear out else/endfoo command argumentsBen Boeckel1-2/+2
2014-10-06build libunbound from external if no local libunbound or for static buildsRiccardo Spagni2-22/+186
2014-10-02fixed unbound static lib on mingw as libunbound.dll.aRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni1-1/+5
2014-09-29dependencies enforced, send que error message log level movedRiccardo Spagni1-5/+5
2014-09-24redo FindUnbound.cmakeRiccardo Spagni1-28/+26
2014-09-24fixed cmake folderRiccardo Spagni3-0/+93
2014-09-24added tomerkon's GPG key, cmake folder fixRiccardo Spagni2-38/+0
2014-09-22moved msys2 toolchain, boost libs fixRiccardo Spagni2-0/+38