From 4aedd681a0ddf511f3bb4254e2960fce7f400b04 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 27 Nov 2016 16:49:48 -0500 Subject: Switched from twitcurl to libtwitter++ Also updated verbly to remove dependence on json submodule, replaced uses of the C random API with the C++ random API, and replaced the UNIX-dependent sleep call with the sleep functionality in the C++ standard library. --- vendor/libtwittercpp | 1 + vendor/twitcurl | 1 - vendor/verbly | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 160000 vendor/libtwittercpp delete mode 160000 vendor/twitcurl (limited to 'vendor') diff --git a/vendor/libtwittercpp b/vendor/libtwittercpp new file mode 160000 index 0000000..d90a1e7 --- /dev/null +++ b/vendor/libtwittercpp @@ -0,0 +1 @@ +Subproject commit d90a1e74c77ba67f25a812609fd49d479bc464dd diff --git a/vendor/twitcurl b/vendor/twitcurl deleted file mode 160000 index 6659e86..0000000 --- a/vendor/twitcurl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6659e86de7481e50977b7569c75138f7f69ad3c7 diff --git a/vendor/verbly b/vendor/verbly index 02c187f..1f898f3 160000 --- a/vendor/verbly +++ b/vendor/verbly @@ -1 +1 @@ -Subproject commit 02c187fd3141203024b6f359ec714c0b804583c0 +Subproject commit 1f898f3bd66c29672275c2c884b17ba662ced626 -- cgit 1.4.1