aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System7 hours1-2/+17
|
* CMake: Add missing headers via monero_find_all_headers macromj-xmr2022-04-061-2/+1
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | simplewallet: add show_qr_code commandselsta2020-06-211-0/+1
|/ | | | Thanks to iDunk for helping with Windows.
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIESstoffu2018-11-151-0/+1
|
* remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
| | | | | | For some reason, this confuses and kills ASAN on startup as it thinks const uint8_t ipv4_network_address::ID is defined multiple times.
* Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-0/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Keep readline optionalJethro Grassie2018-01-111-1/+1
|
* Wallets now do not depend on the daemon rpc libmoneromooo-monero2017-12-161-1/+1
| | | | The shared RPC code is now moved off into a separate lib
* Do not build against epee_readline if it was not builtHoward Chu2017-11-141-1/+1
|
* split off readline code into epee_readlinemoneromooo-monero2017-11-141-0/+2
|
* link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero2017-11-141-0/+1
|
* Remove wallet dependency on p2pmoneromooo-monero2017-11-021-1/+0
|
* build: auto update version info without manually deleting version.hstoffu2017-09-211-2/+1
|
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
| | | | fix a cmakelist
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett2016-11-101-4/+2
|
* Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-3/+5
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* Add snap packaging.Casey Marshall2016-09-111-1/+2
| | | | | | | | | | | | | | | This adds [snap](https://snapcraft.io) packaging to the project. See the link for more information on snaps. Snap packages install on all Linux distributions. On Ubuntu, snap confinement with apparmor and seccomp provide an additional layer of security. This snap sets up monerod as a systemd service, which should start immediately on install. To access the wallet CLI, simply run `monero` (/snap/bin/monero). I think it's a really quick & easy way to get started with monero. I've made some opinionated decisions in the packaging just to kick this off, but I'm happy to iterate on this stuff.
* rename simplewalletRiccardo Spagni2016-09-031-0/+3
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+1
| | | | | | | | | | commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* cmake: fix up link linesBen Boeckel2014-10-241-1/+1
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
|
* cmake: refactor common code with executablesBen Boeckel2014-10-231-18/+1
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+70
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).