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
1cb6ddabd6 gui/src/SearchWindow.cpp: implement "Cancel" button. stopping the search operation. 2020-04-28 10:23:13 +02:00
7c2545cdc2 common/include/eoskeygen/key_search.hpp: adding abort() 2020-04-28 10:23:13 +02:00
2a528e0eb0 common/include/eoskeygen/key_search.hpp: add max and count variables to the class.
This is done so that m_max can be set to zero from another method. stopping a find() operation. (for threaded operations)
2020-04-28 10:23:13 +02:00
3cc6a2530e gui/src/SearchWindow.cpp: Pass a pointer to m_ksearch in call to QtConocurrent::run()
It's not passed by reference otherwise. so it will copy the whole object.
2020-04-28 09:48:04 +02:00
a3be286579 .github/workflows/package.yml: fix job name for ubuntu. 2020-04-27 14:29:15 +02:00
4c67cbf905 Version 1.0.5 2020-04-27 14:26:00 +02:00
464a0c1801 README.md: simplify windows example. 2020-04-27 13:12:47 +02:00
e26bc8097f README.md: Adding documentation for Qt. 2020-04-27 13:11:46 +02:00
a6c0cbcc4e README.md: Adding notice about MacOS support. 2020-04-27 13:00:09 +02:00
38263a421c README.md: Adding a note about Ubuntu 18.04 support. 2020-04-27 12:33:24 +02:00
282028793b CMake: bundle eosio-extras on windows. 2020-04-27 12:23:08 +02:00
e20023cf31 adding cmake/extras.cmake 2020-04-27 12:23:08 +02:00
b7c3fc0506 gui/cmake/CPackComponentConfig.cmake.in: explicitly depend on qt >= 5.9.5 and libssl >= 1.1 2020-04-27 12:23:08 +02:00
2ec874607f Github Actions: pin qt5-default to 5.9.5 on ubuntu. 2020-04-27 12:23:08 +02:00
dce6f58607 Github Actions: skip building for Ubuntu 16.04
First, 16.04 only supports libssl 1.0 (officially) that links fine but will not find the library at runtime.
Second, 16.04 is old (LTS is still valid tho).

If requested, we could consider supporting it but no point going through the hassle if it has no users.
2020-04-27 12:23:08 +02:00
6f1359444a .github/workflows/package.yml: fixing windows build (must have --config Release everywhere) 2020-04-27 12:23:08 +02:00
beeba58cee Github Actions: use Qt 5.11.0 on windows.
qt < 5.11 has a bug in qCountLeadingZeroBits function (QtCore/qalgorithms.h).
This function is marked constexpr but returns a non-const value.

MSVC compilers will pick this up as an C3615 error.
See https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-2/compiler-error-c3615
2020-04-27 12:23:08 +02:00
e19982acee .github/workflows/package.yml: set qt arch correctly on windows. 2020-04-27 12:23:08 +02:00
0b101728b6 .github/workflows/package.yml: we can set arch "directly" on windows. 2020-04-27 12:23:08 +02:00
8a9d594d37 CMake: Install gui/LICENSE.qt5 2020-04-25 13:09:28 +02:00
df2b40d1c6 CMake: only pack components that are configured. 2020-04-25 10:52:49 +02:00
8b8ba4c2c6 .github/workflows/package.yml: build both cli and gui on ubuntu. 2020-04-24 18:56:10 +02:00
63c7212fad install.sh: don't assume we have generated Makefiles with cmake. use cmake --install 2020-04-24 18:55:53 +02:00
54f0fc206f build.sh: need to pass --config flag to cmake build (for multiconfig generators like Visual Studio/xcode) 2020-04-24 18:55:53 +02:00
0cb00ae734 build.sh: adding --cli and --no-gui flags to compliment --no-cli and --gui 2020-04-24 18:55:53 +02:00
9e048c7175 .github/workflows/package.yml: build both gui and cli on windows. 2020-04-24 18:55:53 +02:00
8bc9a87cc9 Adding Sw/eden homepage to all my author lines. 2020-04-24 17:57:54 +02:00
e3d5176cae CMake: install gui/README.md 2020-04-24 17:57:54 +02:00
7cb70bd9a4 Adding a basic gui/README.md 2020-04-24 17:57:54 +02:00
c173c002f5 CMake: configure and install cli/docs/README.md.in 2020-04-24 17:57:54 +02:00
f1f5e50e9a Adding cli/docs/README.md.in 2020-04-24 17:57:54 +02:00
e0d4fbbdb7 cli/docs/eosio-keygen.1.in: Spelling fix. 2020-04-24 16:53:38 +02:00
37647685ea CMake: install license file for both cli and gui 2020-04-24 16:35:10 +02:00
c5e9222abe gui/cmake/CPackComponentConfig.cmake.in: Set debian package name 2020-04-24 15:55:13 +02:00
178e71fbc7 cli/cmake/CPackComponentConfig.cmake.in: Set debian package name 2020-04-24 15:54:49 +02:00
e1bda4b846 cli/cmake/CPackComponentConfig.cmake.in: Set description. 2020-04-24 14:43:02 +02:00
2084a66dbf CMakeLists.txt: set CMAKE_BUILD_TYPE to Debug per default. 2020-04-24 13:38:20 +02:00
cad11e5912 gui: move source files to "src" subdirectory 2020-04-24 13:37:52 +02:00
2d150a2e8b .github/workflows/package.yml: pass CMAKE_BUILD_TYPE=Release to cmake on windows. 2020-04-24 12:02:40 +02:00
2d1c0d0785 CMake: rename BUILD_COMPONENT_* options to COMPONENT_* 2020-04-24 12:01:24 +02:00
56c1886880 gui/cmake/QtUtils.cmake: the value _install_args should not be in quotes. 2020-04-23 16:57:48 +02:00
a390d4226f CMakeLists.txt: Set CMAKE_INSTALL_BINDIR to "bin" on windows
With Qt we have alot more files then just the two .exe's
2020-04-23 16:36:09 +02:00
4436f769e6 gui/CMakeLists.txt: use the new Qt stuff. 2020-04-23 16:36:09 +02:00
bfd254f484 CMake: Adding alot of code to handle .ddl's on windows using windeployqt 2020-04-23 16:36:09 +02:00
00b9177f3a gui/CMakeLists.txt: add "WIN32" flag to add_executable
This makes cmake configure the compiler to create a gui app (e.g. not opening a console window that spawns a gui window as a child process)
2020-04-23 10:00:23 +02:00
8d925536ba build.sh: add nsis to --pkg-type 2020-04-22 18:01:40 +02:00
a350dd5846 CMakeLists.txt: Fixing compile flags for MSVC
Use set_compile_options() with cmake generator expression to define flags for
all configurations and compilers in a compact way.
2020-04-22 18:00:53 +02:00
404c203488 README.md: Change libeoskeygen to libeosio 2020-04-22 12:17:54 +02:00
4a83b06ef2 CMake: new CPack structure with config defined in sub directories. 2020-04-21 14:23:59 +02:00
884f8a6125 cli: move source files. 2020-04-21 10:06:10 +02:00