1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-04 12:03:41 +02:00

libeosio .h files are renamed to .hpp

This commit is contained in:
Henrik Hautakoski 2020-04-19 11:17:15 +02:00
parent 9e9e96b954
commit e5cb4a72f6
10 changed files with 14 additions and 14 deletions

View file

@ -22,7 +22,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <chrono> #include <chrono>
#include <libeosio/ec.h> #include <libeosio/ec.hpp>
#include "benchmark.hpp" #include "benchmark.hpp"
using std::chrono::steady_clock; using std::chrono::steady_clock;

View file

@ -22,7 +22,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <iostream> #include <iostream>
#include <libeosio/WIF.h> #include <libeosio/WIF.hpp>
#include <eoskeygen/core/dictionary.h> #include <eoskeygen/core/dictionary.h>
#include "console.hpp" #include "console.hpp"
#include "cli_key_search_result.hpp" #include "cli_key_search_result.hpp"

View file

@ -24,7 +24,7 @@
#ifndef EOSIOKEYGEN_KEY_SEARCH_HELPERS_H #ifndef EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
#define EOSIOKEYGEN_KEY_SEARCH_HELPERS_H #define EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
#include <libeosio/types.h> #include <libeosio/types.hpp>
#include <eoskeygen/core/string.h> #include <eoskeygen/core/string.h>
#include <eoskeygen/key_search.h> #include <eoskeygen/key_search.h>
#include <eoskeygen/key_search_result.h> #include <eoskeygen/key_search_result.h>

View file

@ -23,9 +23,9 @@
*/ */
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
#include <libeosio/base58.h> #include <libeosio/base58.hpp>
#include <libeosio/ec.h> #include <libeosio/ec.hpp>
#include <libeosio/WIF.h> #include <libeosio/WIF.hpp>
#include <eoskeygen/config.h> #include <eoskeygen/config.h>
#include <eoskeygen/core/file.h> #include <eoskeygen/core/file.h>
#include <eoskeygen/core/string.h> #include <eoskeygen/core/string.h>

View file

@ -2,7 +2,7 @@
# Variables # Variables
# -------------------------------- # --------------------------------
set( LIBEOSIO_GIT_URL "https://github.com/eosswedenorg/libeosio.git" ) set( LIBEOSIO_GIT_URL "https://github.com/eosswedenorg/libeosio.git" )
set( LIBEOSIO_WANTED_VERSION 137d5cbe31666a748954dd233e54c5703480ebbf ) set( LIBEOSIO_WANTED_VERSION aa7f3041185e5c28b03279636d1ba2446ed740ab )
# -------------------------------- # --------------------------------
# Macros # Macros

View file

@ -26,7 +26,7 @@
#include <stdint.h> #include <stdint.h>
#include <string> #include <string>
#include <libeosio/types.h> #include <libeosio/types.hpp>
#include <eoskeygen/config.h> #include <eoskeygen/config.h>
#include <eoskeygen/core/dictionary.h> #include <eoskeygen/core/dictionary.h>
#include <eoskeygen/core/strlist.h> #include <eoskeygen/core/strlist.h>

View file

@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. * SOFTWARE.
*/ */
#include <libeosio/ec.h> #include <libeosio/ec.hpp>
#include <libeosio/WIF.h> #include <libeosio/WIF.hpp>
#include <eoskeygen/config.h> #include <eoskeygen/config.h>
#include <eoskeygen/core/string.h> #include <eoskeygen/core/string.h>
#include <eoskeygen/key_search_result.h> #include <eoskeygen/key_search_result.h>

View file

@ -25,7 +25,7 @@
#include <thread> #include <thread>
#include <mutex> #include <mutex>
#include <vector> #include <vector>
#include <libeosio/ec.h> #include <libeosio/ec.hpp>
#include <eoskeygen/key_search_result.h> #include <eoskeygen/key_search_result.h>
#include <eoskeygen/key_search.h> #include <eoskeygen/key_search.h>

View file

@ -26,8 +26,8 @@
#include <QGridLayout> #include <QGridLayout>
#include <QClipboard> #include <QClipboard>
#include <QGuiApplication> #include <QGuiApplication>
#include <libeosio/ec.h> #include <libeosio/ec.hpp>
#include <libeosio/WIF.h> #include <libeosio/WIF.hpp>
#include "GenerateWindow.hpp" #include "GenerateWindow.hpp"
void _initKeyWidget(QLineEdit& w) { void _initKeyWidget(QLineEdit& w) {

View file

@ -28,7 +28,7 @@
#include <QGridLayout> #include <QGridLayout>
#include <QFuture> #include <QFuture>
#include <QtConcurrent> #include <QtConcurrent>
#include <libeosio/WIF.h> #include <libeosio/WIF.hpp>
#include <eoskeygen/core/leet.h> #include <eoskeygen/core/leet.h>
#include <eoskeygen/core/string.h> #include <eoskeygen/core/string.h>
#include "config.hpp" #include "config.hpp"