forked from steemit/steem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request steemit#63 from arhag/mingw-build
Changes to Steem to get MinGW cross-compilation to work
- Loading branch information
Showing
16 changed files
with
277 additions
and
4,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "libraries/fc"] | ||
path = libraries/fc | ||
url = https://github.com/steemit/fc.git | ||
url = https://github.com/arhag/fc.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fc
updated
13 files
+3 −0 | .gitmodules | |
+22 −10 | CMakeLists.txt | |
+1 −1 | src/byteswap.hpp | |
+1 −1 | src/compress/miniz.c | |
+3 −3 | src/crypto/aes.cpp | |
+1 −1 | src/crypto/city.cpp | |
+1 −1 | src/crypto/elliptic_common.cpp | |
+1 −1 | src/crypto/elliptic_secp256k1.cpp | |
+4 −4 | src/filesystem.cpp | |
+1 −1 | src/network/tcp_socket.cpp | |
+1 −1 | src/thread/thread.cpp | |
+1 −0 | vendor/diff-match-patch-cpp-stl | |
+1 −1 | vendor/udt4/CMakeLists.txt |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.