summaryrefslogtreecommitdiffstats
path: root/init/action.h
Commit message (Expand)AuthorAgeFilesLines
* init: rename 'Trigger' to 'Event' and convert to std::variantTom Cherry2017-04-251-12/+11
* init: create init_tests.cppTom Cherry2017-04-211-4/+5
* init: clean up the SectionParser interface and Parser classTom Cherry2017-04-211-6/+5
* init: Stop combining actionsTom Cherry2017-04-191-22/+19
* Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-261-1/+1
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-13/+57
* init: Queue Triggers instead of ActionsTom Cherry2015-08-211-3/+10
* init: use std::vector<std::string> for argument passingTom Cherry2015-07-311-2/+2
* init: Create classes for Action and CommandTom Cherry2015-07-301-0/+82