CMake functions and macros related to revision control systems. More...
Go to the source code of this file.
Functions | |
function | basis_get_revision (in URL, out REV) |
Get revision of file or directory. More... | |
function | basis_git_get_revision (in URL, out REV, in ARGN) |
Get HEAD commit SHA of file or directory. More... | |
function | basis_is_git_repository (in FLAG, in DIR) |
function | basis_svn_get_last_changed_revision (in URL, out REV) |
Get revision number when directory or file was last changed. More... | |
function | basis_svn_get_revision (in URL, out REV) |
Get current revision of file or directory. More... | |
function | basis_svn_status (in URL, out STATUS) |
Get status of revision controlled file. More... | |
Variables | |
cmake | __BASIS_REVISIONTOOLS_INCLUDED |
CMake functions and macros related to revision control systems.
Definition in file RevisionTools.cmake.
cmake __BASIS_REVISIONTOOLS_INCLUDED |
Definition at line 20 of file RevisionTools.cmake.