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

17 commits

Author SHA1 Message Date
76e3d11747 Rename utils to string. 2020-01-09 06:33:20 +01:00
a2a964b24c src/utils: make strtolower return the string. 2020-01-03 18:03:14 +01:00
97b5f19930 src/utils.cpp: minor style fix. 2020-01-03 18:02:39 +01:00
33dd66d61d Updating year in header comment and LICENSE file 2020-01-02 22:18:01 +01:00
65710a8cd2 CMakeLists.txt: Only copy .deb package script on unix-like systems. 2019-12-23 15:18:04 +01:00
902869bcdf CMakeLists.txt: add "scripts/generate_deb.sh.in" in the build. 2019-12-23 15:05:38 +01:00
3a27de16eb Adding scripts/generate_deb.sh.in 2019-12-23 15:05:38 +01:00
2efceabba1 CMakeLists.txt: Adding project version 2019-12-23 14:49:38 +01:00
d0e85e00e2 .github/workflows/ci.yml: run on all branches except master
Only code from other branches should be pushed to master, so we can skip CI.
2019-12-20 15:11:49 +01:00
d750af59c7 src/main.cpp: search(): trim each string in word_list. 2019-12-20 14:30:28 +01:00
bab45d8a5d src/utils.h: adding rtrim,ltrim,trim functions. 2019-12-20 14:29:24 +01:00
c5ebd757fa src/main.cpp: Do case insensitive search 2019-12-20 14:28:46 +01:00
fd03346255 src/utils.h: Adding strtolower() 2019-12-20 14:27:56 +01:00
fe1a063eef src/main.cpp: implement search. 2019-12-20 12:10:46 +01:00
279eb6672c Adding src/utils.cpp 2019-12-20 12:10:15 +01:00
28d6bbd5ff CMake: set c++11 and disable extensions. 2019-12-20 12:02:03 +01:00
799a80b3e5 Initial Commit 2019-12-19 14:35:20 +01:00