1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00
Commit graph

177 commits

Author SHA1 Message Date
4a64da310b core/string.h: move base58 functions to crypto/base58.h 2020-02-26 15:05:55 +01:00
040d3457ef CMakeModules/package.cmake: minor fix. 2020-02-22 11:05:06 +01:00
a8432ea972 .github/workflows/package.yml: package for both x86 and x64 on windows. 2020-02-21 12:07:07 +01:00
67c12d7cb3 CMakeModules/package.cmake: set a better name for windows zip. 2020-02-21 12:07:07 +01:00
4df78587c0 CMakeModules/package.cmake: add PACKAGE_PLATFORM variable 2020-02-21 12:07:07 +01:00
3dd0a41c37 .github/workflows/package.yml: create zip file on windows. 2020-02-21 12:07:07 +01:00
35fc0f08cb CMakeModules/package.cmake: Add zip command for windows. 2020-02-21 12:07:07 +01:00
3bf42e5234 CMake: only install man page on *nix systems. 2020-02-21 12:07:07 +01:00
daa860d574 CMake: set additional install variables on windows. 2020-02-21 12:07:07 +01:00
6eaf32847c CMake: move "flat install" for windows to the top of the file. 2020-02-21 12:07:07 +01:00
f907beba35 CMake: set CMAKE_INSTALL_SHAREDIR 2020-02-21 12:07:07 +01:00
6edcd2d66a Version 1.0 2020-02-19 19:50:23 +01:00
ca617cfa3b main.cpp: adding "-v" version flag. 2020-02-19 13:49:23 +01:00
243acc8014 config.h.in: define PROGRAM_NAME and PROGRAM_VERSION 2020-02-19 13:48:42 +01:00
ba296fba63 scripts/generate_deb.sh.in: fetch info from cmake variables. 2020-02-19 13:40:38 +01:00
3b55751022 CMake: move package stuff to CMakeModules/package.cmake 2020-02-19 13:40:10 +01:00
508d5639c5 CMake: set additional project information. 2020-02-19 13:39:08 +01:00
06a2f7be33 core/dictionary.cpp: use readLines() from file.h 2020-02-19 13:22:37 +01:00
c5a5ba40f6 main.cpp: fixing missing "/" for language path. 2020-02-19 13:21:37 +01:00
bcabafbb92 Fix header guards. 2020-02-19 13:15:03 +01:00
d6a4ae6db8 Organize source files into directory. 2020-02-19 13:09:53 +01:00
6195b42452 main.cpp: implement support for file input as word list. 2020-02-18 20:03:03 +01:00
b88e613b54 adding core/file 2020-02-18 20:03:03 +01:00
f84f474290 Merge branch 'dictionary' into develop
# Conflicts:
#	CMakeLists.txt
#	src/main.cpp
2020-02-18 15:08:48 +01:00
805bf3e1e5 key_search_helpers.h: typo fix 2020-02-18 14:36:29 +01:00
51309c4d8a docs/eosio-keygen.1.in: document -m flag 2020-02-18 14:35:40 +01:00
1e725889c1 src/main.cpp: implement -m flag. 2020-02-18 14:31:21 +01:00
f1f9eb5a66 console: add disable_color flag. 2020-02-18 14:29:53 +01:00
e385e46a94 extras: update dictionary files. 2020-02-17 19:38:42 +01:00
50e55270a0 Adding extras/english-custom 2020-02-17 19:38:12 +01:00
694b057d81 scripts/update-dict.sh: add support for files with relative paths. 2020-02-17 19:37:41 +01:00
eeff86feee scripts/generate-dict.sh: Change the order of operations.
Should remove <=2 length words first then convert to lowercase then remove non base58 lines.
2020-02-17 19:37:00 +01:00
7ee53b7497 scripts/generate-dict.sh: should not pass "-d" to "uniq". 2020-02-17 19:31:19 +01:00
7bae67ddbc README.md: Improve MacOS part abit. 2020-02-17 18:51:18 +01:00
833e5f1ae5 README.md: Add gcc and g++ to ubuntu dependencies. 2020-02-17 18:50:49 +01:00
0464986ae8 core/dictionary.cpp: need to include <iterator> header. 2020-02-17 17:18:04 +01:00
b03ad0b22d CMake: define _CRT_SECURE_NO_WARNINGS for MSVC compiler.
Otherwise build will fail if you use "non-secure" functions. like fopen()
2020-02-17 17:15:25 +01:00
62ba5b1259 docs/eosio-keygen.1.in: adding documentation for --dict and --lang flags. 2020-02-17 16:45:08 +01:00
62626c14c0 main.cpp: add support for --dict and --lang flags. 2020-02-17 16:44:46 +01:00
ade4708b50 Adding config.h.in 2020-02-17 15:36:14 +01:00
757ed2956a key_search.cpp: pass m_dict to key_search_result() 2020-02-17 15:14:40 +01:00
0536b89486 key_search_mt.cpp: pass m_dict to key_search_result() 2020-02-17 15:14:23 +01:00
912ae83684 key_search_helpers: in key_search_result() pass a dictionary object and highlight words from it. 2020-02-17 15:13:54 +01:00
f9aab4033e key_search: adding addDictionary() 2020-02-17 15:11:52 +01:00
01fc8911a3 key_search: make _thr_proc() a method to KeySearch class. 2020-02-17 14:39:09 +01:00
34c24eb710 Adding core/dictionary 2020-02-17 14:26:03 +01:00
2511e7b767 Adding .github/workflows/package.yml 2020-02-14 11:25:48 +01:00
4e876b3cc2 .github/workflows/ci.yml: upload build artifact 2020-02-14 11:24:38 +01:00
fcbe784fc8 CMakeLists.txt: add option to build extras. 2020-02-14 02:06:50 +01:00
18178da53a extras: adding CMake files. 2020-02-14 02:03:11 +01:00