about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* switched to cmakeKelly Rauchenberger2016-01-241-8/+0
|
* Added malapropismsKelly Rauchenberger2015-11-221-2/+2
|
* Stopped using C++11 because yamlcpp didn't like itKelly Rauchenberger2015-07-191-2/+1
|
* Kerjiggered the algorithmsKelly Rauchenberger2015-07-191-1/+2
|
* Implemented freevarsFeffernoose2013-10-071-2/+2
| | | | Arbitrary variable tokens can now be defined (though at this point only in the code itself) as a pair of a variable name and a filename pointing to a plain text file containing a newline-delimited list of elements. When a token of the form $name$ (where name is the name of a variable) is encountered, the output will include a random element from the appropriate list. The variables $name$ and $noun$ are hard-coded at this point, but the program will not crash if names.txt and nouns.txt do not exist and will instead just silently ignore the variables.
* Removed yamlcpp dependency from rawr-genFeffernoose2013-10-061-4/+2
| | | | rawr-gen now takes the input corpus as a command-line argument, so as to increase the ease-of-use. It also now shows a usage message if provided with a non-existent file or no argument.
* Split rawr-ebooks and rawr-genFeffernoose2013-10-061-4/+7
| | | | Also wrote README
* Wrote programFeffernoose2013-10-011-1/+3
|
* Started automake stuffFeffernoose2013-09-301-0/+5