aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add missing headers via monero_find_all_headers macromj-xmr2022-04-061-17/+1
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* fix some link errors in debug mode for macosstoffu2018-01-101-0/+1
|
* mnemonics: new Lojban word listWei Tang2017-09-261-1/+2
| | | | | | | Word list authored by: sorpaas Sources: lo gimste jo'u lo ma'oste (http://guskant.github.io/lojbo/gismu-cmavo.html) N-grams of Lojban corpus (https://mw.lojban.org/papri/N-grams_of_Lojban_corpus)
* mnemonics: new Esperanto word listmoneromooo-monero2017-08-141-1/+2
| | | | | | | | | Word list authored by: Engelberg, ProkhorZ Sources: Baza Radikaro Oficiala Reta Vortaro (http://www.reta-vortaro.de/revo/) Esperanto Panorama - Esperanto-English Dictionary (http://www.esperanto-panorama.net/vortaro/eoen.htm) ESPDIC - Paul Denisowski (http://www.denisowski.org/Esperanto/ESPDIC/espdic.txt)
* shared libs build (i.e. make debug)stoffu2017-05-171-0/+1
|
* Change Old_English to English_Old - 'Old English' is actually a languageNano Akron2017-04-241-1/+1
|
* Added Simplified Chinese electrum word listNano Akron2017-04-161-0/+1
|
* Add Dutch mnemonics wordlistRoy Jacobs2017-03-251-0/+1
|
* Fixes #1850 - Add French mnemonics wordlistassylias2017-03-231-0/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+2
|
* Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-2/+2
| | | | | | | | | | | | | | 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.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* added Russian wordlistRiccardo Spagni2015-07-241-0/+1
|
* add Germany and Italian wordlistsRiccardo Spagni2015-07-221-0/+2
|
* year updated in licenseRiccardo Spagni2015-01-021-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 librariesBen Boeckel2014-10-231-6/+1
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+52
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).