Revision cd3286faead177cac6f04b8d07eae0de05b3eae3 authored by Vasili Svirski on 20 October 2015, 18:27:48 UTC, committed by Vasili Svirski on 20 October 2015, 18:51:19 UTC
* add validation is git found
* add validation is .git folder exists in project (project zip archive download without .git folder)
* get head commit SHA if git found and .git folder exists

Tested:
* configure project by CMake 3.0.0 successfully (with and without git), with project zip archive (without .git folder) and with project cloned from github
* configure project by command: cmake -G "Visual Studio 12 Win64"
* build solution by Visual Studio
* manually validate that file utils/build_version.cc contains valid head revision value
1 parent 033c6f1
History
File Mode Size
hash_cuckoo_rep.cc -rw-r--r-- 24.4 KB
hash_cuckoo_rep.h -rw-r--r-- 1.6 KB
hash_linklist_rep.cc -rw-r--r-- 28.2 KB
hash_linklist_rep.h -rw-r--r-- 1.8 KB
hash_skiplist_rep.cc -rw-r--r-- 10.8 KB
hash_skiplist_rep.h -rw-r--r-- 1.4 KB
stl_wrappers.h -rw-r--r-- 915 bytes

back to top