Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions include/fc/actor.hpp

This file was deleted.

3 changes: 1 addition & 2 deletions include/fc/api.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
#include <fc/thread/future.hpp>
#pragma once
#include <fc/any.hpp>
#include <functional>
#include <boost/config.hpp>
Expand Down
124 changes: 124 additions & 0 deletions include/fc/fc.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
#pragma once

#include <fc/actor.hpp>
#include <fc/aligned.hpp>
#include <fc/any.hpp>
#include <fc/api.hpp>
#include <fc/array.hpp>
#include <fc/bitutil.hpp>
#include <fc/bloom_filter.hpp>
#include <fc/filesystem.hpp>
#include <fc/fixed_string.hpp>
#include <fc/fwd.hpp>
#include <fc/fwd_impl.hpp>
#include <fc/git_revision.hpp>
#include <fc/make_fused.hpp>
#include <fc/noncopyable.hpp>
#include <fc/optional.hpp>
#include <fc/platform_independence.hpp>
#include <fc/real128.hpp>
#include <fc/safe.hpp>
#include <fc/scoped_exit.hpp>
#include <fc/static_variant.hpp>
#include <fc/string.hpp>
#include <fc/time.hpp>
#include <fc/tuple.hpp>
#include <fc/uint128.hpp>
#include <fc/unique_ptr.hpp>
#include <fc/utf8.hpp>
#include <fc/utility.hpp>
#include <fc/variant.hpp>
#include <fc/variant_object.hpp>
#include <fc/vector.hpp>
#include <fc/vector_fwd.hpp>

#include <fc/compress/smaz.hpp>
#include <fc/compress/zlib.hpp>

#include <fc/container/container_detail.hpp>
#include <fc/container/deque.hpp>
#include <fc/container/deque_fwd.hpp>
#include <fc/container/flat.hpp>
#include <fc/container/flat_fwd.hpp>

#include <fc/crypto/aes.hpp>
#include <fc/crypto/base32.hpp>
#include <fc/crypto/base36.hpp>
#include <fc/crypto/base58.hpp>
#include <fc/crypto/base64.hpp>
#include <fc/crypto/bigint.hpp>
#include <fc/crypto/blowfish.hpp>
#include <fc/crypto/city.hpp>
#include <fc/crypto/common.hpp>
#include <fc/crypto/dh.hpp>
#include <fc/crypto/digest.hpp>
#include <fc/crypto/elliptic.hpp>
#include <fc/crypto/elliptic_r1.hpp>
#include <fc/crypto/elliptic_webauthn.hpp>
#include <fc/crypto/equihash.hpp>
#include <fc/crypto/hex.hpp>
#include <fc/crypto/hmac.hpp>
#include <fc/crypto/openssl.hpp>
#include <fc/crypto/pke.hpp>
#include <fc/crypto/private_key.hpp>
#include <fc/crypto/public_key.hpp>
#include <fc/crypto/rand.hpp>
#include <fc/crypto/ripemd160.hpp>
#include <fc/crypto/sha1.hpp>
#include <fc/crypto/sha224.hpp>
#include <fc/crypto/sha256.hpp>
#include <fc/crypto/sha512.hpp>
#include <fc/crypto/signature.hpp>

#include <fc/exception/exception.hpp>

#include <fc/interprocess/container.hpp>
#include <fc/interprocess/file_mapping.hpp>
#include <fc/interprocess/iprocess.hpp>
#include <fc/interprocess/mmap_struct.hpp>
#include <fc/interprocess/process.hpp>

#include <fc/io/buffered_iostream.hpp>
#include <fc/io/cfile.hpp>
#include <fc/io/console.hpp>
#include <fc/io/datastream.hpp>
#include <fc/io/enum_type.hpp>
#include <fc/io/fstream.hpp>
#include <fc/io/iobuffer.hpp>
#include <fc/io/json.hpp>
#include <fc/io/json_relaxed.hpp>
#include <fc/io/raw.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/io/raw_unpack_file.hpp>
#include <fc/io/raw_variant.hpp>
#include <fc/io/sstream.hpp>
#include <fc/io/varint.hpp>

#include <fc/log/appender.hpp>
#include <fc/log/console_appender.hpp>
#include <fc/log/gelf_appender.hpp>
#include <fc/log/log_message.hpp>
#include <fc/log/logger.hpp>
#include <fc/log/logger_config.hpp>

#include <fc/network/ip.hpp>
#include <fc/network/message_buffer.hpp>
#include <fc/network/platform_root_ca.hpp>
#include <fc/network/resolve.hpp>
#include <fc/network/udp_socket.hpp>
#include <fc/network/url.hpp>

#include <fc/network/http/http_client.hpp>

#include <fc/reflect/reflect.hpp>
#include <fc/reflect/typename.hpp>
#include <fc/reflect/variant.hpp>

#include <fc/rpc/api_connection.hpp>
#include <fc/rpc/binary_api_connection.hpp>
#include <fc/rpc/cli.hpp>
#include <fc/rpc/http_api.hpp>
#include <fc/rpc/json_connection.hpp>
#include <fc/rpc/variant_connection.hpp>
#include <fc/rpc/variant_stream.hpp>
#include <fc/rpc/websocket_api.hpp>
67 changes: 0 additions & 67 deletions include/fc/interprocess/iprocess.hpp

This file was deleted.

37 changes: 0 additions & 37 deletions include/fc/interprocess/process.hpp

This file was deleted.

81 changes: 0 additions & 81 deletions include/fc/io/iobuffer.hpp

This file was deleted.

Loading