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

250 commits

Author SHA1 Message Date
710a41a6f4 src/main.cpp: update to use LIBEOSKEYGEN_HAVE_THREADS from <eoskeygen/config.h> and eoskeygen::KeySearch::max_threads() 2020-03-31 10:34:04 +02:00
920d422ff8 .github/workflows/ci.yml: pass "-B build" to cmake at configure stage. So we don't have to use mkdir/cd 2020-03-30 14:18:49 +02:00
a46a13db4d
Merge pull request #31 from pnx/cmake_nsis
Cmake: Support for NSIS installer in CPack
2020-03-30 14:12:44 +02:00
faff761eeb Merge branch 'use_lib' into develop 2020-03-30 14:08:59 +02:00
dd1fe841ad .github/workflows/package.yml: build windows installer instead of zip file. 2020-03-30 13:25:57 +02:00
522c9ccfd5 CPack: add CPACK_RESOURCE_FILE_LICENSE for NSIS generator. 2020-03-30 13:25:57 +02:00
44a1ea16bd CMakeModules/libeoskeygen.cmake: call add_subdirectory() with EXCLUDE_FROM_ALL so we don't run all targets (install, cpack etc). 2020-03-30 13:25:03 +02:00
384ad2537b CMake: require libeoskeygen 0.1.1 2020-03-30 13:25:03 +02:00
aa2fd02884 Github Actions: Remove OpenSSL from firedaemon on windows (its bundled). 2020-03-30 13:25:02 +02:00
9cba57d1ab .github/workflows/ci.yml: we package for both ubuntu 16.04 and 18.04. so lets build for those also. 2020-03-28 21:18:06 +01:00
7266699db9 CMake: use CPACK_DEBIAN_PACKAGE_SHLIBDEPS to autogenerate "Depends" field. 2020-03-28 15:19:10 +01:00
9f28dfcc29 CMakeModules/libeoskeygen.cmake: allow LIBEOSKEYGEN_WANTED_VERSION to contain a git branch. 2020-03-25 18:47:49 +01:00
cf082919cc CMakeLists.txt: remove unused openssl code. 2020-03-25 17:04:08 +01:00
ba95dbbf93 CMakeModules/cpack_custom.cmake: typo fix. 2020-03-25 17:03:41 +01:00
47767e3443 CMakeModules/libeoskeygen.cmake: handle custom libeoskeygen via LIBEOSKEYGEN_SOURCE_DIR variable correctly.
by include()'ing the targets file. cmake only knows how to link but not to build.
The proper ways is to use add_subdirectory()
2020-03-25 17:03:22 +01:00
1924feacb0 CMakeModules/libeoskeygen.cmake: define fromGit macro and use it. 2020-03-25 16:24:37 +01:00
a9a45363df CMakeModules/libeoskeygen.cmake: adding find_package() and use git repo as fallback. 2020-03-25 16:20:00 +01:00
fc00d97d40 move src/core/isatty to src/isatty 2020-03-23 13:44:37 +01:00
086d9e1241 Use remove library files and use libeoskeygen 2020-03-23 13:43:39 +01:00
6c26ce8ac6 Adding CMakeModules/libeoskeygen.cmake 2020-03-23 13:38:30 +01:00
ddc1af8957 move core/file.h to library also. 2020-03-20 18:14:53 +01:00
ac00821a38 include/eoskeygen/key_search.h: improved documentation. 2020-03-20 13:19:55 +01:00
bc90c2e9ef fixing includes. 2020-03-20 13:19:28 +01:00
2851490b3e include/eoskeygen/core/dictionary.h: improved documentation. 2020-03-20 13:07:24 +01:00
d9634f334b Decouple key_search_result() and KeySearch class with an interface. 2020-03-19 18:12:33 +01:00
a417390bb7 refactor struct key_search_result from src/key_search_helpers.h to include/eoskeygen/key_search.h 2020-03-19 15:43:49 +01:00
8035e3233c move some of the headers that should be included in the library to "include/eoskeygen" folder. 2020-03-19 09:14:08 +01:00
6bf611f7d0 src/key_search.h: include the right file. 2020-03-19 07:25:10 +01:00
f5ab96e04f Merge branch 'cpack' into develop 2020-03-16 15:09:51 +01:00
ac4e2f9e9d CMakeModules/cpack_custom.cmake: include else case for CPACK_PACKAGE_FILE_NAME if CPACK_SYSTEM_VERSION is not set. 2020-03-16 14:31:27 +01:00
51081aaf3c CMakeModules/cpack_custom.cmake: set CPACK_SYSTEM_ARCH and append to CPACK_PACKAGE_FILE_NAME 2020-03-16 14:29:51 +01:00
1075481b2e move cli/src to src and combine all CMakeLists.txt 2020-03-16 14:10:10 +01:00
c3640c034f .github/workflows/package.yml: update to trigger CPack for building packages. 2020-03-14 21:14:15 +01:00
006fb94786 build.sh: Adding pkg-type option. 2020-03-14 21:14:15 +01:00
f601824e02 CMake: create packages with CPack and cpack_custom module. 2020-03-14 21:14:15 +01:00
df7a8a3c8c Add CMakeModules/cpack_custom.cmake 2020-03-14 21:10:25 +01:00
9a0bd26f83 build.sh: Should not assume that cmake generates a Makefile. use cmake only commands to configure/build. 2020-03-14 21:10:08 +01:00
72a74fcb5a build.sh: fixing getopts. 2020-03-14 13:31:47 +01:00
2aaebdf5e2 remove "extras". it exists in it's own repo now. 2020-03-14 13:25:37 +01:00
04ac59aeac Merge remote-tracking branch 'origin/master' into develop
# Conflicts:
#	CMakeLists.txt
2020-03-12 21:17:40 +01:00
7b58c691b5 Merge branch 'hotfix-sha246d' 2020-03-12 21:13:47 +01:00
13b2ff871f Version 1.0.3 2020-03-12 21:13:31 +01:00
18ccb1f8d2 src/crypto/openssl/hash.cpp: in sha256() should have out->data as input the second time. 2020-03-12 21:05:58 +01:00
13e3cde4b7 CMakeLists.txt: move PROJECT_DESCRIPTION and PROJECT_HOMEPAGE_URL to project() function. 2020-03-11 13:59:33 +01:00
66f6c5a9de CMakeModules/package.cmake: fixing paths. 2020-03-11 12:09:21 +01:00
b52f61d319 cmake: split CMakeLists into multiple directories. 2020-03-11 12:00:16 +01:00
7c2629427d gitignore: ignore .vscode directory. 2020-03-11 11:10:14 +01:00
840c6ae69a main.cpp: Remove unwanted output. 2020-03-11 00:41:43 +01:00
dbf4e56e52 config.h.in: prefix header guard. 2020-03-04 15:53:13 +01:00
f0d3f355cc Version 1.0.2 2020-03-03 11:54:14 +01:00