|
|
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 |
|
|
|
3b55751022
|
CMake: move package stuff to CMakeModules/package.cmake
|
2020-02-19 13:40:10 +01:00 |
|
|
|
508d5639c5
|
CMake: set additional project information.
|
2020-02-19 13:39:08 +01:00 |
|
|
|
06a2f7be33
|
core/dictionary.cpp: use readLines() from file.h
|
2020-02-19 13:22:37 +01:00 |
|
|
|
c5a5ba40f6
|
main.cpp: fixing missing "/" for language path.
|
2020-02-19 13:21:37 +01:00 |
|
|
|
bcabafbb92
|
Fix header guards.
|
2020-02-19 13:15:03 +01:00 |
|
|
|
d6a4ae6db8
|
Organize source files into directory.
|
2020-02-19 13:09:53 +01:00 |
|
|
|
6195b42452
|
main.cpp: implement support for file input as word list.
|
2020-02-18 20:03:03 +01:00 |
|
|
|
b88e613b54
|
adding core/file
|
2020-02-18 20:03:03 +01:00 |
|
|
|
f84f474290
|
Merge branch 'dictionary' into develop
# Conflicts:
# CMakeLists.txt
# src/main.cpp
|
2020-02-18 15:08:48 +01:00 |
|
|
|
805bf3e1e5
|
key_search_helpers.h: typo fix
|
2020-02-18 14:36:29 +01:00 |
|