aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-06-11CMake: strip targets (optional) with -D STRIP_TARGETS=ONmj-xmr1-0/+1
2021-04-24epee linkage dynamic; move monero_add_library to main CMakeLists.txtmj-xmr1-24/+0
2020-10-28Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable...mj-xmr1-0/+3
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-11-09build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_serverxiphon1-4/+2
2019-10-24gen_ssl_cert: new tool to generate SSL certs for Moneromoneromooo-monero1-0/+1
2019-09-19core: move hardforks into its own libmoneromooo-monero1-0/+1
2019-04-23dns_checks: new helper program to check on DNSSEC lookupsmoneromooo-monero1-1/+1
2019-03-19Adding classes, functions, and utilities for common LMDB operations.Lee Clagett1-0/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-0/+1
2018-11-17Remove -Werrormoneromooo-monero1-5/+0
2018-11-02device/trezor: trezor support addedDusan Klinec1-0/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-0/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero1-0/+1
2017-12-17gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero1-0/+1
2017-10-20cmake: add dep of version lib on version.cppredfish1-12/+16
2017-10-08cmake: build tests lastredfish1-0/+5
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-0/+1
2017-09-21build: auto update version info without manually deleting version.hstoffu1-0/+3
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+1
2017-08-04debug_utilities: only build for debug buildsmoneromooo-monero1-0/+3
2017-08-03cn_deserialize: move to new debug_utilities subdirectorymoneromooo-monero1-0/+1
2017-04-03IOS CMAKE build settingsJaquee1-9/+15
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+1
2016-09-26Dropped "bit" from bitmonero.Randi Joseph1-4/+4
2016-09-18cmake: support BUILD_SHARED_LIBS built-in optionredfish1-1/+1
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-1/+1
2016-09-03cmake: fix def propagation, fixes 32-bit buildredfish1-0/+2
2016-09-03fix leftover add_directoryRiccardo Spagni1-1/+0
2016-08-30cmake: merge libs via virtual object librariesredfish1-2/+7
2016-08-28ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero1-0/+1
2016-08-19cmake: fix typo in handling of STACK_TRACEredfish1-1/+1
2016-07-28cmake: cleanup logic that sets flags per target/subdirredfish1-0/+12
2016-03-25remove connectivity tool, comment it out from munin plugins tooRiccardo Spagni1-1/+0
2016-02-12cmake: Fix overly broad use of dynamic link settingswarptangent1-9/+0
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-8/+8
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+4
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-1/+1
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-0/+3
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero1-0/+1
2015-03-25Merge upstream updates into blockchain branchThomas Winget1-0/+1
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-0/+1
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+1
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-0/+2
2015-01-04very, VERY primitive blockchain converterThomas Winget1-0/+2
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-11-18cmake: place binaries together in the build treeBen Boeckel1-0/+3
2014-10-24cmake: Windows and static builds need thisBen Boeckel1-1/+1
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23cmake: fix up miniupnpc's defineBen Boeckel1-3/+5
2014-10-23cmake: handle private vs. public headersBen Boeckel1-0/+13
2014-10-23cmake: refactor common code with librariesBen Boeckel1-0/+12
2014-10-23cmake: refactor common code with executablesBen Boeckel1-0/+24
2014-10-23cmake: put each library into its own directoryBen Boeckel1-51/+10
2014-10-07miniupnpc static define changeRiccardo Spagni1-0/+2
2014-10-06fix for mingw not playing nicely with libunbound configure, fix for correctly...Riccardo Spagni1-4/+4
2014-10-06use the correct CMake variable for static buildsRiccardo Spagni1-4/+4
2014-10-05fixed conflict in CMakeListsRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni1-4/+4
2014-10-02Stop copying word list files to build directoryOran Juice1-2/+0
2014-09-28Merge with origin/masterOran Juice1-4/+8
2014-09-27Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice1-4/+1
2014-09-24redo FindUnbound.cmakeRiccardo Spagni1-4/+4
2014-09-24Copies word lists directory to the location of the executableOran Juice1-1/+6
2014-09-23Updated CMake files -- added libunbound linker flagThomas Winget1-4/+4
2014-09-23Moved mnemonics code to src/mnemonicsOran Juice1-1/+5
2014-09-15Force CMake to link the runtime staticallyZachary Michaels1-0/+4
2014-09-11added license to CMakefluffypony1-0/+30
2014-09-10miniupnpc changes for freebsdfluffypony1-2/+2
2014-09-10replace ftime with gettimeofday on FreeBSD because lcompat is stupidfluffypony1-4/+4
2014-09-10make FreeBSD use -lcompat till we can fix ftime()fluffypony1-4/+4
2014-06-11Link to pthreads on non-apple unixZachary Michaels1-4/+4
2014-04-18Bitmonero releasethankful_for_today1-1/+1
2014-04-09Port mapping with UPnPAntonio Juarez1-4/+6
2014-03-03moved all stuff to githubAntonio Juarez1-0/+44