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

462 commits

Author SHA1 Message Date
fb85be4f1e common/include/eoskeygen/core/string.h: don't include strlist.h 2020-04-08 09:43:51 +02:00
70dee5611b CMakeLists.txt: Add c++ flags for the different types of builds. 2020-04-07 22:43:19 +02:00
d9976c7f80 CMakeLists.txt: set default value for CMAKE_BUILD_TYPE 2020-04-07 22:42:31 +02:00
ba0efa2dd7 move src dir to cli and add it's own cmake file. 2020-04-07 22:37:05 +02:00
526b87670b remove LICENSE.bitcoin (this code exist in libeosio) 2020-04-07 17:21:42 +02:00
9a5f0cff1c common/cmake/libeosio.cmake: Use commit 137d5cbe31666a748954dd233e54c5703480ebbf 2020-04-07 16:05:18 +02:00
dd9dd484e3 Use the "common" subfolder instead of libeoskeygen repository. 2020-04-03 17:26:42 +02:00
654a53698f Importing libeoskeygen as "common" module in this repo (the amount of git repos is too damn high!) 2020-04-03 17:25:09 +02:00
f181bddc4f src/main.cpp: make changes for newer version of libeoskeygen 2020-04-03 16:36:04 +02:00
043900845f Version 1.0.4 2020-03-31 11:00:48 +02:00
9c86841612 .github/workflows/ci.yml: set FORCE_ANSI as build opts and remove USE_THREADS 2020-03-31 10:38:25 +02:00
ef93588211 CMake: remove USE_THREADS 2020-03-31 10:36:06 +02:00
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