summaryrefslogtreecommitdiff
path: root/src/squelch/rule.cc
Commit message (Collapse)AuthorAge
* Change Rule::{get_set,}name methods to use std::stringBardur Arantsson2017-05-02
|
* Switch Automatizer over to using jsonconsBardur Arantsson2016-10-05
|
* Remove quark.{cc,hpp}Bardur Arantsson2016-09-17
|
* Refactor object_type 'inscription' field to std::stringBardur Arantsson2016-09-17
| | | | | We don't really need quarks for this since we're not nearly as memory-constrained these days.
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
|
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
|
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Move modules.cc declarations to separate headerBardur Arantsson2015-02-23
|
* C++: Move Automatizer to C++Bardur Arantsson2013-09-27