Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: rename 'Trigger' to 'Event' and convert to std::variant | Tom Cherry | 2017-04-25 | 1 | -12/+11 |
* | init: create init_tests.cpp | Tom Cherry | 2017-04-21 | 1 | -4/+5 |
* | init: clean up the SectionParser interface and Parser class | Tom Cherry | 2017-04-21 | 1 | -6/+5 |
* | init: Stop combining actions | Tom Cherry | 2017-04-19 | 1 | -22/+19 |
* | Fix google-explicit-constructor warnings in system/core. | Chih-Hung Hsieh | 2016-07-26 | 1 | -1/+1 |
* | init: Use classes for parsing and clean up memory allocations | Tom Cherry | 2015-09-01 | 1 | -13/+57 |
* | init: Queue Triggers instead of Actions | Tom Cherry | 2015-08-21 | 1 | -3/+10 |
* | init: use std::vector<std::string> for argument passing | Tom Cherry | 2015-07-31 | 1 | -2/+2 |
* | init: Create classes for Action and Command | Tom Cherry | 2015-07-30 | 1 | -0/+82 |