aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05connection: fix implementationanon1-0/+1
2022-04-10CMake: Add missing BUILD_SHARED_LIBS optionmj-xmr1-2/+4
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-01-24Merge pull request #8117luigi11111-1/+13
2021-12-22cmake: enable build on riscv{64, 32}Xeonacid1-1/+13
2021-12-19Fixed warnings for Clang (used as CMAKE_CXX compiler)SerHack1-1/+1
2021-11-30Merge pull request #8054luigi11111-1/+1
2021-11-10cmake: fix incorrect else syntaxselsta1-1/+1
2021-10-28cmake: remove including non-existent directoryselsta1-4/+1
2021-10-17Merge pull request #7971luigi11111-1/+1
2021-10-11Merge pull request #7989luigi11111-5/+0
2021-10-04cmake: don't optimize debug buildselsta1-5/+0
2021-09-25cmake: fix copy/paste typoselsta1-1/+1
2021-09-25cmake: set cpp14 standardselsta1-1/+1
2021-09-23Merge pull request #7945luigi11111-7/+13
2021-09-23Merge pull request #7942luigi11111-16/+0
2021-09-23Merge pull request #7917luigi11111-0/+1
2021-09-16cmake: set required C/C++ standard to 11selsta1-7/+13
2021-09-15unbound: remove leftoversselsta1-16/+0
2021-09-09Merge pull request #7773 from selsta/unboundluigi11111-3/+1
2021-09-03external: remove unbound submoduleselsta1-3/+1
2021-09-02CMake: Add missing SANITIZE optionmj-xmr1-0/+1
2021-08-26Merge pull request #7847luigi11111-0/+2
2021-08-11Merge pull request #7816luigi11111-17/+17
2021-08-11CMake: document -Werror for add_c_flag_if_supported() from #7718mj-xmr1-0/+2
2021-07-31cmake: bodge cmake failure on OSS-Fuzzmoneromooo-monero1-1/+1
2021-07-28cmake: fix double buildselsta1-17/+17
2021-07-28cmake: don't forbid undefined symbols on openbsdselsta1-1/+3
2021-07-27Merge pull request #7718luigi11111-4/+6
2021-07-13cmake: export all symbolsanon1-0/+12
2021-07-13cmake: fix undefined symbols and multiple definitionsanon1-0/+4
2021-07-13cmake: forbid undefined symbolsanon1-0/+46
2021-06-11CMake: strip targets (optional) with -D STRIP_TARGETS=ONmj-xmr1-1/+12
2021-06-10Merge pull request #7481luigi11111-0/+7
2021-06-10Merge pull request #7416luigi11111-0/+23
2021-06-01Merge pull request #7726luigi11111-1/+3
2021-06-01Merge pull request #7689luigi11111-1/+6
2021-05-14CMake: add *.inl to monero_find_all_headers() glob, along *.h*mj-xmr1-1/+3
2021-05-12Merge pull request #7691luigi11111-4/+4
2021-05-12cmake: treat warnings as error in compiler flag testsselsta1-4/+6
2021-05-12Merge pull request #7665luigi11111-0/+12
2021-04-27cmake: set 3.5 as minimum versionselsta1-4/+4
2021-04-27clang: fix -pie flagselsta1-1/+6
2021-04-24epee linkage dynamic; move monero_add_library to main CMakeLists.txtmj-xmr1-0/+23
2021-04-16CMake: new macro - finding all headers (extract from epee)mj-xmr1-0/+12
2021-04-01Test: Enable coverage for external repositoriesmj-xmr1-9/+17
2021-03-29Merge pull request #7435luigi11111-1/+1
2021-03-24cmake: Don't default to -march=native on OpenBSDNathan Dorfman1-1/+12
2021-03-10Warnings: add warnings as errors: 'switch' & 'return-type'mj-xmr1-0/+7
2021-03-07Mac: Enable on ARM, by not enforcing x86_64mj-xmr1-1/+1
2021-03-05Merge pull request #7270luigi11111-1/+1
2021-02-18Merge pull request #7346luigi11111-1/+1
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-1/+1
2021-01-16build: omit '-pie' linker flag in native non static WIN32 GCC buildsxiphon1-1/+2
2021-01-02cmake: Use CMAKE_COMMAND.Daniel Wyatt1-1/+1
2020-12-19Merge pull request #7074luigi11111-1/+3
2020-12-10Merge pull request #6977Alexander Blair1-0/+14
2020-12-08Add ClangBuildAnalyzer under utils/health for analyzing build timesmj-xmr1-0/+7
2020-12-04add -framework AppKit for Applewoodser1-1/+3
2020-12-02Clang-tidy integrated into CMakeLists.txtmj-xmr1-0/+14
2020-11-29Merge pull request #6937luigi11111-0/+18
2020-11-28Merge pull request #6747luigi11111-0/+14
2020-10-28Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable...mj-xmr1-0/+18
2020-09-27Merge pull request #6838Alexander Blair1-1/+1
2020-09-22build: ARM - disable stack trace due to segfault in libunwindxiphon1-1/+1
2020-09-17link libzmq against libgssapi_krb5 if foundmoneromooo-monero1-0/+4
2020-08-29cmake: Use job pool feature to limit concurrent jobsMatt Smith1-0/+14
2020-08-16Merge pull request #6691Alexander Blair1-1/+1
2020-07-19Merge pull request #6586Alexander Blair1-1/+1
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-07-19Merge pull request #6501Alexander Blair1-1/+6
2020-06-25cmake: allow custom openssl path on macOSselsta1-1/+1
2020-06-14Do not use PIE with OSS-Fuzzmoneromooo-monero1-1/+1
2020-05-24cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATHxiphon1-1/+1
2020-05-16Support for supercop ASM in wallet, and benchmark for supercopLee Clagett1-1/+6
2020-05-15cmake: ASAN and PIE don't mixmoneromooo-monero1-2/+4
2020-05-15fuzz_tests: refactor and add OSS-Fuzz compatibilitymoneromooo-monero1-0/+6
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-04Made ccache optional (opt out) and tidied up the FindCcache.cmakemj-xmr1-1/+6
2020-04-22FindCcache automaticallymj-xmr1-0/+2
2019-10-25Windows: enable high-entropy ASLR where availableiDunk54001-0/+1
2019-10-25build: fix building on Windows due to _FORTIFY_SOURCE changes in MSYS2iDunk54001-4/+6
2019-09-25Merge pull request #5549Riccardo Spagni1-0/+1
2019-09-25RandomX integrationHoward Chu1-0/+1
2019-09-25Merge pull request #5930Riccardo Spagni1-1/+3
2019-09-25Don't set ARCH_ID if it's already setHoward Chu1-1/+3
2019-09-24Revert "easylogging++: ensure it finds boost headers"moneromooo-monero1-2/+1
2019-09-24easylogging++: ensure it finds boost headersmoneromooo-monero1-1/+2
2019-09-24Merge pull request #5907luigi11111-0/+4
2019-09-24Merge pull request #5892luigi11111-1/+9
2019-09-24Merge pull request #5884luigi11111-0/+13
2019-09-24Merge pull request #5878luigi11111-53/+3
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-53/+3
2019-09-14Merge pull request #5818luigi11111-2/+2
2019-09-11cmake: add protolib to zmq dependency libsstoffu1-0/+4
2019-09-07depends: attempt to fix readlineiDunk54001-1/+9
2019-09-05Add the iwyu target to get information on unused headersMartijn Otto1-0/+13
2019-08-28cmake: ensure PYTHON_EXECUTABLE is setmoneromooo-monero1-0/+1
2019-08-19Merge pull request #5773luigi11111-3/+3
2019-08-15Merge pull request #5679luigi11111-2/+1
2019-07-30fix building on OpenBSD, simplify Readme sectionMr. Me0w1-3/+3
2019-07-24Merge pull request #5589luigi11111-1/+1
2019-07-24Merge pull request #5472luigi11111-1/+1
2019-07-24Merge pull request #5451luigi11111-0/+15
2019-07-22Dropping cppzmq dependency; adding some zmq utilsLee Clagett1-2/+2
2019-06-20cmake: fix tests generatorston1th1-2/+1
2019-06-09cmake: do not use -mmitigate-rop on GCC >= 9.1moneromooo-monero1-2/+5
2019-05-30cmake: push cmake away from boost as much as we canmoneromooo-monero1-1/+1
2019-05-06cmake: fix incorrect hint for OPENSSL_ROOT_DIRmoneromooo-monero1-2/+2
2019-04-23dns_checks: new helper program to check on DNSSEC lookupsmoneromooo-monero1-0/+15
2019-04-20CMakeLists.txt: suggest to update all submodules if one of them is outdatederciccione1-1/+1
2019-04-18Windows: work around a boost 1.70 and cmake SNAFUiDunk54001-0/+1
2019-04-11cmake: always detect python, it's neeed for some testsmoneromooo-monero1-0/+2
2019-03-21cmake: handle detecting boost using boost's own cmake filesmoneromooo-monero1-2/+8
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05cmake: ARCH_ID fixes for cross compilationTheCharlatan1-0/+3
2019-03-04Merge pull request #5146Riccardo Spagni1-1/+0
2019-03-04Merge pull request #5133Riccardo Spagni1-1/+1
2019-03-04crypto: plug CNv4 JIT into cn_slow_hashmoneromooo-monero1-0/+2
2019-02-23Various speedups to depends and TravisTheCharlatan1-1/+1
2019-02-14Support docker for gitian buildsTheCharlatan1-1/+0
2018-12-31Merge pull request #4929luigi11111-1/+8
2018-12-31Merge pull request #4864luigi11111-3/+0
2018-12-04Add glibc back compat codeTheCharlatan1-1/+8
2018-11-25device/trezor: webusb transport added, cmake fixesDusan Klinec1-10/+3
2018-11-17Remove -Werrormoneromooo-monero1-3/+0
2018-11-16Merge pull request #4796Riccardo Spagni1-1/+1
2018-11-14Merge pull request #4842Riccardo Spagni1-0/+3
2018-11-15cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIESstoffu1-2/+2
2018-11-12CMakeLists.txt: add -ftemplate-depth=900moneromooo-monero1-0/+3
2018-11-06Merge pull request #4760Riccardo Spagni1-2/+2
2018-11-04build: ubuntu 16 ppc build fixesJethro Grassie1-1/+1
2018-11-02device/trezor: trezor support addedDusan Klinec1-0/+11
2018-10-30build: older git versions don't have '-C' flagxiphon1-2/+2
2018-10-26Merge pull request #4679Riccardo Spagni1-1/+3
2018-10-26Merge pull request #4620Riccardo Spagni1-12/+14
2018-10-26Merge pull request #4580Riccardo Spagni1-0/+2
2018-10-26Merge pull request #4536Riccardo Spagni1-2/+3
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-2/+3
2018-10-20CMakeLists.txt: only use libatomic when foundmoneromooo-monero1-1/+3
2018-10-16build: fixed submodule checkxiphon1-12/+14
2018-10-15Fix Windows build after epee dependency changeiDunk54001-1/+1
2018-10-13CMakeLists.txt: detect and use -pthread compiler flagmoneromooo-monero1-0/+2
2018-10-13build: use ARCH 'native' by default, allow to configure and override itxiphon1-5/+3
2018-10-08Merge pull request #4529Riccardo Spagni1-1/+1
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni1-3/+2
2018-10-08CMakeLists.txt: Fix typoerciccione1-1/+1
2018-10-07Merge pull request #4501Riccardo Spagni1-0/+19
2018-10-05Add check if submodules need to be updatedTheCharlatan1-0/+19
2018-10-04blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-2/+3
2018-09-29Merge pull request #4457Riccardo Spagni1-32/+36
2018-09-29Merge pull request #4448Riccardo Spagni1-4/+8
2018-09-29Merge pull request #4446Riccardo Spagni1-1/+1
2018-09-25Merge pull request #4420Riccardo Spagni1-1/+1
2018-09-24Replace USB-CCID (smartcard) by USB-HIDcslashm1-9/+21
2018-09-22A Travis to moneroTheCharlatan1-1/+1
2018-09-21Merge pull request #4401Riccardo Spagni1-1/+7
2018-09-18Merge pull request #3430Riccardo Spagni1-5/+28
2018-09-18disable AES on s390x architectureTuan M. Hoang1-1/+7
2018-09-18Fixup 32bit arm buildTheCharlatan1-1/+3
2018-09-17Fix Windows buildTheCharlatan1-1/+1
2018-09-17Add libsodium to the packages, the arm build was complaining about it.TheCharlatan1-3/+0
2018-09-14Merge pull request #4326Riccardo Spagni1-0/+11
2018-09-14Merge pull request #4232Riccardo Spagni1-0/+3
2018-09-11NetBSD supportthomasvaughan1-0/+11
2018-09-10Adapt translations to upstream changesTheCharlatan1-10/+10
2018-09-10Add lrelease to the dependsTheCharlatan1-1/+11
2018-09-10Unbound is now a submodule. Adapt depends for this.TheCharlatan1-1/+1
2018-09-10Add support for apple and arm buildingTheCharlatan1-4/+15
2018-09-10Disable stack unwinding for mingw32 depends build.TheCharlatan1-0/+3
2018-09-09CMakeLists.txt: detect -fcf-protection=full and -fstack-clash-protectionmoneromooo-monero1-0/+8
2018-09-04Merge pull request #4290luigi11111-4/+6
2018-09-04Merge pull request #4295luigi11111-1/+1
2018-08-23Windows: fix undefined references after unbound submodule updateiDunk54001-1/+1
2018-08-21Build: Fix target release-static-androidMoroccanMalinois1-0/+1
2018-08-21Translations: handle cross compilingMoroccanMalinois1-5/+1
2018-08-21CMakeLists.txt: disable -fstack-protector* on windowsiDunk54001-4/+6
2018-08-07CMakeLists.txt: add -mmitigate-rop to security flags if foundmoneromooo-monero1-0/+3
2018-06-19Merge pull request #3844luigi11111-0/+3
2018-06-19Merge pull request #3835luigi11111-5/+24
2018-06-08Merge pull request #3887luigi11111-0/+1
2018-05-31Incorporate Window debug build targetsphilkode1-0/+1
2018-05-25rapidjson: remove outdated in-tree, use submoduleanonimal1-1/+1
2018-05-23Fix PCSC compilation under windowscslashm1-0/+3
2018-05-19Fixed for compilation in big endian PPC. "Everything is broken thought due to...Judemir Ribeiro1-5/+24
2018-04-21Build: update CMake and p2p for in-tree miniupnpanonimal1-8/+0
2018-03-08Adjust to the MSYS2/MinGW static ICU library file renamingrbrunner71-1/+1
2018-03-05Merge pull request #3313Riccardo Spagni1-1/+2
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-0/+9
2018-02-25Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner71-1/+2
2018-02-16Merge pull request #3195Riccardo Spagni1-7/+21
2018-01-28cmake: add -DHAVE_ defines to the command linemoneromooo-monero1-7/+21
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-11epee: detect strptime, use std::get_time as fallbackmoneromooo-monero1-0/+4
2018-01-10Merge pull request #3062Riccardo Spagni1-1/+5
2018-01-10Merge pull request #3007Riccardo Spagni1-1/+1
2018-01-10Merge pull request #2993Riccardo Spagni1-7/+83
2018-01-04Fix translations header generation when cross-compilatingGuillaume LE VAILLANT1-1/+5
2018-01-02Merge pull request #2934Riccardo Spagni1-0/+4