Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Timestamp: support %A and %B | Bernhard M. Wiedemann | 2017-09-07 | 1 | -0/+2 |
| | | | | | | | | These are defined both by [1] and [2] to give full names of a weekday and month. [1] http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html [2] https://msdn.microsoft.com/de-de/library/fe06s4ak.aspx | ||||
* | Add PREPEND sub-command to string command | Sylvain Joubert | 2017-08-11 | 1 | -0/+9 |
| | |||||
* | Help: Document CMAKE_MATCH_<n> variables | Brad King | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | Help: Link from if(MATCHES) to regex specification docs | Brad King | 2017-04-18 | 1 | -0/+2 |
| | |||||
* | Help: Format string() command regex specification docs | Brad King | 2017-04-18 | 1 | -20/+30 |
| | |||||
* | string: Teach TIMESTAMP to treat %% as % | Bernhard M. Wiedemann | 2017-01-27 | 1 | -0/+1 |
| | | | | This encoding is documented by `strptime`. | ||||
* | cmTimestamp: Support SOURCE_DATE_EPOCH to override current time | Bernhard M. Wiedemann | 2017-01-26 | 1 | -0/+6 |
| | | | | | | See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. | ||||
* | string: Add support for SHA-3 algorithms | Brad King | 2016-11-10 | 1 | -0/+8 |
| | |||||
* | Help: De-duplicate and spell out supported hash algorithms | Brad King | 2016-11-10 | 1 | -2/+17 |
| | | | | | | | Spell out the supported algorithms in a definition list in the `string(<HASH>)` command documentation. Revise the `file(<HASH>)` command and CPack module documentation to reference it instead of duplicating the list. | ||||
* | string(TIMESTAMP ...): add '%a' and '%b' format specifiers | Ruslan Baratov | 2016-09-12 | 1 | -0/+2 |
| | | | | | %b: Abbreviated month name (e.g. Oct). %a: Abbreviated weekday name (e.g. Fri). | ||||
* | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 1 | -2/+4 |
| | | | | | This adds the LESS_EQUAL, GREATER_EQUAL, and associated STR and VERSION equivalents to use the combined <= and >= functionality. | ||||
* | CMake: Extend TIMESTAMP sub-commands with new unix time format specifier | Jose-Luis Blanco-Claraco | 2016-02-18 | 1 | -0/+1 |
| | | | | | | | | The new `%s` format specifier is substituted by file()/string() `TIMESTAMP` sub-commands with the number of seconds since unix-epoch (1970-01-01 00:00:00 UTC). Co-Author: Nils Gladitz <nilsgladitz@gmail.com> | ||||
* | Help: Document string(REGEX) input concatentation (#15742) | Brad King | 2015-09-14 | 1 | -0/+3 |
| | | | | | These commands concatenate all their input before matching. Document this behavior. | ||||
* | Help: Organize string command docs into sections | Brad King | 2015-09-14 | 1 | -82/+218 |
| | | | | | Add section headers and titles for each command signature. Group related commands into sections. | ||||
* | Help: Document string(FIND) return value when no match is found | James Johnston | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | string: add APPEND subcommand | Daniel Pfeifer | 2015-07-07 | 1 | -0/+3 |
| | |||||
* | Help: Improve formatting of command documentation | Michael Scott | 2015-06-08 | 1 | -33/+33 |
| | | | | | Use inline reStructuredText markup and add cross-references in more places. | ||||
* | string: Tolerate SUBSTRING length exceeding end index | Domen Vrankar | 2014-11-13 | 1 | -1/+6 |
| | | | | | | string SUBSTRING command now ignores length if it points past end of string and uses end of string instead. String SUBSTRING tests now cover more corner cases. | ||||
* | StringUuid: Mark UPPER flag optional in sub-command synopsis | Nils Gladitz | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | StringUuid: Implement new string(UUID) sub-command. | Nils Gladitz | 2014-08-28 | 1 | -0/+12 |
| | |||||
* | cmStringCommand: Add GENEX_STRIP subcommand. | Stephen Kelly | 2014-03-31 | 1 | -0/+5 |
| | | | | Strip out any generator expressions in the input string. | ||||
* | string: Add CONCAT sub-command | Brad King | 2013-10-21 | 1 | -0/+4 |
| | | | | | | Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases. | ||||
* | Help: Fix reStructuredText syntax in auto-generated documents | Brad King | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+152 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |