summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrVersion.cmake
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-01cmake: remove version.sh since we don't need it for autotools. Set version ↵Tom Rondeau
info in CMakeLists.txt.
2011-12-07cmake: fix git describe special case handlingTimo Juhani Lindfors
2011-10-25cmake: restored extraction of git describeJosh Blum
why was this removed?
2011-10-23Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-10-23core: Added type conversion int->float (issue #192). Added with a gri file ↵Tom Rondeau
and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block.
2011-10-23cmake: removed problematic/unused parsing of git describeJosh Blum
It became problematic when the git describe output changed to only have the first term before the dash: no rev count or hash. The parsing was copied from gr_git.m4. The result is not used so its ok to remove.
2011-10-20cmake: more tweaks for version extraction when git not foundJosh Blum
2011-10-20cmake: parse the version.sh and git describe to model the m4 filesJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-07-28cmake: be a little more robust when checking source code versionJosh Blum
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum