1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-06 08:57:11 +02:00
Commit Graph

59 Commits

Author SHA1 Message Date
a7f8584661 Allow routines to have configurable error reporting that is individual from global setting.
Potential fix for error handling that was being used in a way that had the opposite intended effect.
2020-04-10 08:30:22 +03:00
19a245f3b1 Rename the signal class.
Avoid using the `Impl` suffix in names. It looks awkward in documentation.
2020-04-07 13:37:57 +03:00
7030628f77 Rename function to avoid potential confusion.
`Active` may be confused with routines that aren't in a `Paused` state.
2020-04-03 00:29:17 +03:00
831f25a323 Routine count.
Routine instance rename.
2020-04-03 00:26:17 +03:00
3080c20341 More code cleanup. 2020-03-22 09:16:40 +02:00
615f3a4d46 More code cleanup. 2020-03-22 07:13:06 +02:00
a557805090 Code cleanup. Most of it via linting. 2020-03-22 06:53:04 +02:00
505a165d23 Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
c0fd374404 Rename source to module. 2020-03-21 23:02:27 +02:00