[cmake-developers] Compile targets affected by changeset

2017-05-18 Thread Robert Patterson via cmake-developers
Greetings,My company has a large, predominately C++ codebase, with hundreds of targets, both for product and unit tests.  In an effort to improve the compile and test time for developers, which utilizes a continuous integration infrastructure, it is desirable to compile only the targets that are

[cmake-developers] Making your regular expression engine more reliable

2017-05-18 Thread Alan W. Irwin
I have just discovered a long-standing regular expression bug (see ) that has been around since at least 3.0.2. So your unit tests for regular expressions obviously missed at least this issue. I have no idea what those unit tests are (or even