catch2/scripts
Phil Nash 785db43bb2 Fixed issue with single include generator
- well, partially. The problem is it is matching /* … */ comments by assuming the intervening lines begin with whitespace followed by a *. This avoids it having to maintain extra state, but makes it brittle.
It was matching *it = " " + *it; as a comment!
It now matches on a single space followed by a  * and this seems to work for now - but it probably needs to move to proper stateful comment handling.
2014-07-11 07:45:41 +01:00
..
approvalTests.py Merge pull request #255 from johannesmoene/fix-python-print 2014-04-21 19:15:44 +01:00
approve.py Fix python scripts for python 3 (print now a function rather than a keyword) 2014-03-08 11:31:38 +01:00
generateSingleHeader.py Fixed issue with single include generator 2014-07-11 07:45:41 +01:00
releaseNotes.py Added ability for releaseNotes script to pull github issue titles 2014-04-26 08:34:24 +01:00
scriptCommon.py Added script to extract stub for “release notes” 2014-04-25 06:10:50 +01:00