about summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bot now posts to Mastodon instead of TwitterStar Rauchenberger2022-11-151-8/+13
|
* Removed default Debug buildKelly Rauchenberger2019-02-281-2/+0
|
* Converted to C++ style randomizationKelly Rauchenberger2019-02-281-1/+1
| | | | The logic in rawr::randomSentence with the cuts might be slightly different now but who even knows what's going on there.
* Removed yaml-cpp submoduleKelly Rauchenberger2018-01-171-6/+9
| | | | Project now links against a local installation of yaml-cpp.
* 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