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

100 commits

Author SHA1 Message Date
b82ba44544 Version 1.1.0 2023-05-04 13:42:24 +02:00
a73b52b987 CMakeLists.txt: Update project description 2023-05-04 12:55:21 +02:00
2b4ab78176 rename namespace and header guards from eosio to antelope 2023-04-10 14:53:26 +02:00
9ad3d47d95 CMakeLists.txt: Compile position independent code. 2023-04-05 15:18:00 +02:00
71cb07e6e7 CMakeLists.txt: Set strip flag for GNU linkers on release config. 2023-04-05 15:16:12 +02:00
5fd76814c1 CMakeLists.txt: use COMPILE_LANG_AND_ID generator expression instead of just CXX_COMPILER_ID 2023-04-05 15:14:24 +02:00
1d6fc76eca Version 1.0.8 2022-11-11 13:02:22 +01:00
6273b048bb CMakeLists.txt: remove -Werror flag for GNU compilers. 2022-09-21 10:21:19 +02:00
e4dbcbdc0a Version 1.0.7 2021-02-24 14:23:40 +01:00
cb181bea21 Version 1.0.6 2020-05-15 14:48:55 +02:00
4c67cbf905 Version 1.0.5 2020-04-27 14:26:00 +02:00
282028793b CMake: bundle eosio-extras on windows. 2020-04-27 12:23:08 +02:00
df2b40d1c6 CMake: only pack components that are configured. 2020-04-25 10:52:49 +02:00
37647685ea CMake: install license file for both cli and gui 2020-04-24 16:35:10 +02:00
2084a66dbf CMakeLists.txt: set CMAKE_BUILD_TYPE to Debug per default. 2020-04-24 13:38:20 +02:00
2d1c0d0785 CMake: rename BUILD_COMPONENT_* options to COMPONENT_* 2020-04-24 12:01:24 +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
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
4a83b06ef2 CMake: new CPack structure with config defined in sub directories. 2020-04-21 14:23:59 +02:00
fc49dd243d Merge remote-tracking branch 'pnx/gui' into develop 2020-04-16 14:39:58 +02:00
54d46004c1 cli: change .h to .hpp 2020-04-16 12:59:03 +02:00
0503aa0f04 CMakeLists.txt: Add PROJECT_LICENSE_FILE variable. 2020-04-15 19:31:49 +02:00
bbd2959a0d CMakeLists.txt: adding DOWNLOAD_CACHE_DIR variable. 2020-04-10 16:58:42 +02:00
69017c7a21 CMake: Adding BUILD_COMPONENT_GUI and BUILD_COMPONENT_CLI (so user's can build either one or both). 2020-04-10 11:52:58 +02:00
0205e25afb Adding initial GUI code. 2020-04-08 10:11:52 +02:00
4cc6f39da3 CMakeLists.txt: some restructure/cleanup. 2020-04-08 10:07:24 +02:00
e80d8c5e34 rename "CMakeModules" directory to "cmake" 2020-04-08 09:55:14 +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
dd9dd484e3 Use the "common" subfolder instead of libeoskeygen repository. 2020-04-03 17:26:42 +02:00
043900845f Version 1.0.4 2020-03-31 11:00:48 +02:00
ef93588211 CMake: remove USE_THREADS 2020-03-31 10:36:06 +02:00
522c9ccfd5 CPack: add CPACK_RESOURCE_FILE_LICENSE for NSIS generator. 2020-03-30 13:25:57 +02:00
7266699db9 CMake: use CPACK_DEBIAN_PACKAGE_SHLIBDEPS to autogenerate "Depends" field. 2020-03-28 15:19:10 +01:00
cf082919cc CMakeLists.txt: remove unused openssl code. 2020-03-25 17:04:08 +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
d9634f334b Decouple key_search_result() and KeySearch class with an interface. 2020-03-19 18:12:33 +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
1075481b2e move cli/src to src and combine all CMakeLists.txt 2020-03-16 14:10:10 +01:00
f601824e02 CMake: create packages with CPack and cpack_custom module. 2020-03-14 21:14:15 +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
13b2ff871f Version 1.0.3 2020-03-12 21:13:31 +01:00
13e3cde4b7 CMakeLists.txt: move PROJECT_DESCRIPTION and PROJECT_HOMEPAGE_URL to project() function. 2020-03-11 13:59:33 +01:00
b52f61d319 cmake: split CMakeLists into multiple directories. 2020-03-11 12:00:16 +01:00
f0d3f355cc Version 1.0.2 2020-03-03 11:54:14 +01:00
f7858cb5bd adding core/isatty 2020-03-02 13:50:35 +01:00