summaryrefslogtreecommitdiffstats
path: root/Source/cmTimestamp.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Fix dashboard build errors and warningsDavid Cole2012-12-061-3/+3
| | | | memset is not in std:: for VS6, and though quite silly, 0 is not a char
* CMake: Fix dashboard test failureDavid Cole2012-12-051-8/+2
| | | | | | | | Eliminate the platform difference in calling stat. We call stat normally in other places in the CMake code base just fine. Works everywhere we work. Will hopefully also fix the Borland Continuous dashboard failure that is occurring with respect to correctly measuring the modification time of a freshly generated file.
* CMake: Stylistic changes and documentation tweaksDavid Cole2012-12-051-22/+28
| | | | ...for the contributed file and string TIMESTAMP sub-commands.
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-0/+134