summaryrefslogtreecommitdiffstats
path: root/src/Generating/TestRailsGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made -Weverything an error.tycho2015-05-241-1/+1
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Added a TestRails generator.madmaxoft2014-06-211-0/+116
This is for debugging purposes only.