about summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Projects using libtwitter++ no longer have to include its dependenciesKelly Rauchenberger2016-05-211-2/+2
|
* Pulled the ebooks functionality out into a libraryKelly Rauchenberger2016-05-201-4/+9
|
* Fixed case-insensitive thingKelly Rauchenberger2016-05-201-1/+1
|
* Added ability for rawr ebooks to respond to tweetsKelly Rauchenberger2016-05-201-18/+16
| | | | Now using libtwitter++ instead of twitcurl!
* Added yaml-cpp as a vendor submoduleKelly Rauchenberger2016-02-281-5/+8
|
* Token generator now uses aspell to link different spellings of a wordKelly Rauchenberger2016-02-031-1/+2
| | | | This is the grand scheme for the multi-formed word design.
* Switched to pkg-config for finding libcurlKelly Rauchenberger2016-02-011-5/+5
|
* Added emoji freevarKelly Rauchenberger2016-02-011-2/+2
| | | | Strings of emojis are tokenized separately from anything else, and added to an emoticon freevar, which is mixed in with regular emoticons like :P. This breaks old-style freevars like $name$ and $noun$ so some legacy support for compatibility is left in but eventually $name$ should be made into an actual new freevar. Emoji data is from gemoji (https://github.com/github/gemoji).
* Rewrote how tokens are handledKelly Rauchenberger2016-01-291-2/+6
| | | | | | A 'word' is now an object that contains a distribution of forms that word can take. For now, most word just contain one form, the canonical one. The only special use is currently hashtags. Malapropisms have been disabled because of compatibility issues and because an upcoming feature is planned to replace it.
* You can now make rawr-gen even if you don't have curl or yaml-cppKelly Rauchenberger2016-01-271-6/+10
|
* switched to cmakeKelly Rauchenberger2016-01-241-0/+13