about summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Converted to C++ style randomizationKelly Rauchenberger2019-02-281-1/+1
* Removed yaml-cpp submoduleKelly Rauchenberger2018-01-171-6/+9
* 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
* 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
* Switched to pkg-config for finding libcurlKelly Rauchenberger2016-02-011-5/+5
* Added emoji freevarKelly Rauchenberger2016-02-011-2/+2
* Rewrote how tokens are handledKelly Rauchenberger2016-01-291-2/+6
* 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
r: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
MIT License

Copyright (c) 2023 Star Rauchenberger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.