index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
Modules
/
GrVersion.cmake
Age
Commit message (
Collapse
)
Author
2011-12-07
cmake: fix git describe special case handling
Timo Juhani Lindfors
2011-10-25
cmake: restored extraction of git describe
Josh Blum
why was this removed?
2011-10-23
Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
2011-10-23
core: 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-23
cmake: removed problematic/unused parsing of git describe
Josh 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-20
cmake: more tweaks for version extraction when git not found
Josh Blum
2011-10-20
cmake: parse the version.sh and git describe to model the m4 files
Josh Blum
2011-10-08
gr: the CMakeLists.txt took a chill pill
Josh Blum
2011-07-28
cmake: be a little more robust when checking source code version
Josh Blum
2011-07-24
cmake: changed module include guards to model after builtin cmake modules
Josh Blum
2011-07-20
gr: squashed cmakelists.txt into one commit
Josh Blum