From 4f88ef857af5a4356b2ea6c069416c9931d47ab2 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 4 Dec 2016 20:00:43 -0500 Subject: Switched from twitcurl to libtwitter++ Also replaced usage of the C randomization interface with the C++ randomization interface, and replaced the UNIX-reliant sleep() call with the C++ thread interface. Also made some other style-related code changes. --- vendor/libtwittercpp | 1 + vendor/twitcurl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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..d783c17 --- /dev/null +++ b/vendor/libtwittercpp @@ -0,0 +1 @@ +Subproject commit d783c17151a98466e304b1e5f33bfca0be885fd8 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 -- cgit 1.4.1