summaryrefslogtreecommitdiff
path: root/gnuradio-core/CMakeLists.txt
AgeCommit message (Collapse)Author
2012-06-12new block, gr_annotator_rawTim O'Shea
allows passing a raw pmt k->v pair from outside the flowgraph/python in at exact samples also added GRUEL autogenerated .i files to gnuradio-core-swig include line
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-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-03Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2011-11-16work on swig docs, added to core and digitalJosh Blum
2011-10-23core: Making gnuradio-core dependent on Volk. This means you HAVE to have ↵Tom Rondeau
Volk build in order to build GNU Radio. Volk is now a 'first-class citizen.'
2011-10-20tags: added swigging for gr_tags headerJosh Blum
2011-10-19core: forgot to remove extra underJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_permutation.h
2011-08-03core: removed modification of includedir for pc file, its not needed and was ↵Josh Blum
messing it up
2011-08-02core: dont set boost vars for gnuradio-core.pcJosh Blum
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs. Also, the substitution of absolute boost library paths is bad for cross builds (even native ones)
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum