Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
| | | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them. | ||||
* | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 1 | -3/+3 |
| | | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand. | ||||
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | ccmake: Teach dialog to support cache STRINGS property | Bill Hoffman | 2013-10-07 | 1 | -0/+39 |
This commit adds the ability to ccmake of cycling through cache options. This uses the STRINGS property of the cache entry. The enter key will cycle forward, and the right and left arrows will go up and down in the list. |