summaryrefslogtreecommitdiffstats
path: root/src/common/scm_rev_gen.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [build] Search for the git binary in the default msysgit install dirYuri Kunde Schlesner2014-07-191-1/+8
| | | | | | | | | The Git for Windows installer doesn't add the Git binaries to the path by default. (Due to risk of conflicts with built-in windows commands.) Unless you have configured your system specially this causes the scm_rev_gen.js script to fail to find Git. Added more paths to the script so that it searches in the default msysgit installation directory, eliminating the need to set the PATH for most environments.
* updated windows scm_rev code to use new styleShizZy2014-04-241-61/+48
|
* fixed scm_rev_genbunnei2014-04-091-1/+1
|
* added scm_rev_gen project to automatically create a header with the git revision on buildShizZy2013-09-131-0/+80