summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2012-06-11cmake: update revision to 3.6.1 releaseJohnathan Corgan
2012-04-27gr-fft: creates a gr-fft top-level component.Tom Rondeau
2012-04-21cmake: update revision to 3.6.1gitJohnathan Corgan
2012-04-21cmake: update revision to 3.6.0Johnathan Corgan
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-09cmake: update revision to 3.6.0gitJohnathan Corgan
2012-04-06Merge branch 'master' into nextTom Rondeau
2012-04-06build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau
platforms.
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: grc/blocks/Makefile.am
2012-04-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-03cmake: fixing current build version number.Tom Rondeau
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-03Merge branch 'cmake_version' into cmake_buildsTom Rondeau
2012-04-03build: Adding gnuradio-examples as a component to be turned on/off.Tom Rondeau
2012-04-01Merge remote branch 'tom/cmake_version' into nextJohnathan Corgan
* Changed version to make it build 3.6git, not 3.6.0.0
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2012-04-01cmake: remove version.sh since we don't need it for autotools. Set version ↵Tom Rondeau
info in CMakeLists.txt.
2012-03-31build: use -O2 with cmake in Debug build.Tom Rondeau
2012-03-23Merge branch 'maint'Johnathan Corgan
2012-03-23cmake: fix include path order in gruelJohnathan Corgan
2012-03-11fcd: cmake build work in progressJohnathan Corgan
2011-12-30cmake: added swig version checkJosh Blum
2011-12-11build: moved docs to be the first item checked/configured to give all other ↵Tom Rondeau
components access to ENABLE_DOXYGEN.
2011-12-11Most of these warnings are coming from swig-generated sources. They are ↵Tom Rondeau
almost never an actual problem, so just turn the warning off.
2011-11-27uhd: cleanup some -Wall warningsJosh Blum
2011-10-24build: better handling of doxygen building and consistency between build tools.Tom Rondeau
2011-10-24examples: making both autotools and cmake install all the same examples.Tom Rondeau
2011-10-24shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵Tom Rondeau
build.
2011-10-22Merge remote branch 'jblum/cmake_fixes' into nextTom Rondeau
2011-10-20cmake: parse the version.sh and git describe to model the m4 filesJosh Blum
2011-10-20misc fix missing installed files/tweaksJosh Blum
2011-10-20docs: installing README files.Tom Rondeau
2011-10-20utils: added cmake support for the gr-utilsJosh Blum
2011-10-19cmake: added conditional check for compiler flagsJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-11cmake: support for importing executables when doing cross buildJosh Blum
2011-08-04cmake: specify all the boosts, remove dummy sys/time.h for msvc buildJosh Blum
2011-07-29cmake: tweaks + fixes for components/packagingJosh Blum
2011-07-23video-sdl: cmake build support for gr-video-sdl component (unix only)Josh Blum
2011-07-23comedi: cmake build support for gr-comedi component (linux only)Josh Blum
2011-07-23atsc: added cmake support for gr-atsc (unix only)Josh Blum
2011-07-22volk: make volk a gr component in the top levelJosh Blum
2011-07-22gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum
and vocoder to be consistent
2011-07-21vocoder: added cmake support for gr-vocoder (unix only)Josh Blum
2011-07-20digital: added cmake support for gr-digital (unix only)Josh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum