Skip to content

Commit

Permalink
update documentation files and remove unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
prcolaco committed Jan 13, 2024
1 parent 3ea07ea commit aec7dd2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 243 deletions.
62 changes: 0 additions & 62 deletions .mailmap

This file was deleted.

37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

54 changes: 0 additions & 54 deletions CONTRIBUTORS.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "Bitshares-FC"
PROJECT_NAME = "Indie Protocol - FC"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down
10 changes: 8 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
The following license only applies to code that was contributed to this repository in the context of BitShares worker proposals and/or BitShares-1 delegate workers. Other code may be licensed indirectly by our "sister" repositories https://github.com/EOSIO/fc , https://github.com/steemit/fc and https://github.com/bytemaster/fc/tree/phoenix .
The following license only applies to code that was contributed to this repository by Indie Protocol contributors.

Other code may be licensed indirectly from other base repositories:
- https://github.com/EOSIO/fc
- https://github.com/steemit/fc
- https://github.com/bitshares/bitshares-fc
- https://github.com/bytemaster/fc

All subsequent contributions to this repository are licensed by their respective authors under this same license as well, unless explicitly stated otherwise.

Furthermore, this repository includes code from third party authors. See the list at the end of this file.

----

Copyright (c) 2018-2021 BitShares Blockchain Foundation and contributors (see CONTRIBUTORS.txt)
Copyright (c) 2023-2024 Indie Protocol contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
FC
==

Build status: [![](https://github.com/bitshares/bitshares-fc/workflows/macOS/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"macOS"+branch%3Amaster)
[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Debug/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Amaster)
[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Release/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Release"+branch%3Amaster)

**NOTE:** This fork reverts upstream commit a421e280488385cab26a42153f7ce3c8d5b6281f to avoid changing the BitShares API.

FC stands for fast-compiling c++ library and provides a set of utility libraries useful
for the development of asynchronous libraries. Some of the highlights include:

- Cooperative Multi-Tasking Library with support for Futures, mutexes, signals.
- Wrapper on Boost ASIO for handling async opperations cooperatively with easy to code synchronous style.
- Wrapper on Boost ASIO for handling async operations cooperatively with easy to code synchronous style.
- Reflection for C++ allowing automatic serialization in Json & Binary of C++ Structs
- Automatic generation of client / server stubs for reflected interfaces with support for JSON-RPC
- Cryptographic Primitives for a variaty of hashes and encryption algorithms
- Cryptographic Primitives for a variety of hashes and encryption algorithms
- Logging Infrastructure
- Wraps many Boost APIs, such as boost::filesystem, boost::thread, and boost::exception to acceleate compiles
- Wraps many Boost APIs, such as boost::filesystem, boost::thread, and boost::exception to accelerate compiles
- Support for unofficial Boost.Process library.
51 changes: 0 additions & 51 deletions fc.natvis

This file was deleted.

27 changes: 0 additions & 27 deletions sonar-project.properties

This file was deleted.

0 comments on commit aec7dd2

Please sign in to comment.