libcron/test
Heinz-Peter Liechtenecker 76da315c13
Adding remove-feature to Cron-Class (#6)
* Adding functions to remove a specific schedule (by the given name) or all scheduled tasks from the Cron class.

* Update libcron/include/libcron/Task.h

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>

* Update libcron/include/libcron/Task.h

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>

* Update libcron/include/libcron/Cron.h

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>

* Update libcron/include/libcron/Cron.h

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>

* Update libcron/include/libcron/Cron.h

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>

* Adding Multithreading support via template, adding documentation

* Apply suggestions from code review

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>

* Finishing suggestions from code-review (renaming elements)

Co-authored-by: Per Malmberg <PerMalmberg@users.noreply.github.com>
2020-09-02 15:57:14 +02:00
..
externals/Catch2/single_include Begun implementation. 2018-03-08 14:21:26 -08:00
CMakeLists.txt Implemented support for using textual names in randomization. 2019-05-17 13:39:32 +02:00
CronDataTest.cpp Implemented support for using textual names in randomization. 2019-05-17 13:39:32 +02:00
CronRandomizationTest.cpp Implemented support for using textual names in randomization. 2019-05-17 13:39:32 +02:00
CronScheduleTest.cpp #1 - Moved files into new structure for more modern CMake usage. 2019-03-13 10:20:21 +01:00
CronTest.cpp Adding remove-feature to Cron-Class (#6) 2020-09-02 15:57:14 +02:00