Commits


Tim Bradgate authored and Dominic Hamon committed ed1bac8434b
Issue 571: Allow support for negative regex filtering (#576) * Allow support for negative regex filtering This patch allows one to apply a negation to the entire regex filter by appending it with a '-' character, much in the same style as GoogleTest uses. * Address issues in PR * Add unit tests for negative filtering