|
|
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 |
|
|
|
8b5ac3b18b
|
Merge pull request #29 from eosswedenorg/only-color-tty
Closes #26
|
2020-03-02 15:52:44 +01:00 |
|
|
|
53fcc9df53
|
src/console_win32.cpp: define _getNativeHandle() and use that instead of hard coded stdout.
|
2020-03-02 14:44:53 +01:00 |
|
|
|
26b96add30
|
console_win32.cpp: use isColorsSupported() instead of disable_color
|
2020-03-02 14:38:25 +01:00 |
|
|
|
f630a8344c
|
console_ansi.cpp: use isColorsSupported() instead of disable_color
|
2020-03-02 14:38:08 +01:00 |
|
|
|
f676f2e7ca
|
console: add isColorsSupported()
|
2020-03-02 14:36:41 +01:00 |
|
|
|
f7858cb5bd
|
adding core/isatty
|
2020-03-02 13:50:35 +01:00 |
|
|
|
bde7afbc4e
|
README.md: more restructure of the compile steps.
|
2020-02-28 12:55:11 +01:00 |
|
|
|
48f89105c6
|
README.md: Minor fixes.
|
2020-02-28 12:40:51 +01:00 |
|
|
|
aa7b49437a
|
README.md: Document manual install of cmake for macos
|
2020-02-28 12:39:56 +01:00 |
|
|
|
3f1e657649
|
README.md: prefix linux sections with "linux"
|
2020-02-28 12:39:56 +01:00 |
|
|
|
de6b62a5bd
|
README.md: Document manual install of cmake on linux.
|
2020-02-28 12:39:56 +01:00 |
|
|
|
9e9b3b7309
|
Version 1.0.1
|
2020-02-27 11:03:50 +01:00 |
|
|
|
d642bfe89f
|
.github/workflows/package.yml: fixing ubuntu package command.
|
2020-02-27 10:54:02 +01:00 |
|
|
|
c59190b7ea
|
.github/workflows/package.yml: update command for ubuntu package.
|
2020-02-27 10:49:29 +01:00 |
|
|
|
7a95dd035e
|
remove scripts/generate_deb.sh.in and implement in CMakeModules/package.cmake instead.
|
2020-02-27 10:49:29 +01:00 |
|
|
|
062ce45798
|
README.md: document cmake version and custom apt for ubuntu 16.04 and 18.04
|
2020-02-27 10:46:04 +01:00 |
|
|
|
787c5e4bf5
|
CMake: set minimum version to 3.15 (this version support cmake --install)
|
2020-02-27 10:46:04 +01:00 |
|
|
|
e099ba1ed3
|
README.md: adding some shields.
|
2020-02-26 15:43:30 +01:00 |
|
|
|
fd91419642
|
core/dictionary.h: Documentation
|
2020-02-26 15:23:38 +01:00 |
|
|
|
3505af5c1f
|
core/dictionary.h: remove commented out code
|
2020-02-26 15:13:39 +01:00 |
|
|
|
a9f153212b
|
key_search.cpp: in addWord() do not apply base58_strip(). client code should validate it.
|
2020-02-26 15:09:41 +01:00 |
|
|
|
64f9026f96
|
main.cpp: validate word list for non base58 characters.
|
2020-02-26 15:09:16 +01:00 |
|
|
|
dcde774eac
|
crypto/base58: adding is_base58() string version.
|
2020-02-26 15:07:03 +01:00 |
|
|
|
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 |
|