summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* log: fixes to replace log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+0
|
* Merge remote-tracking branch 'gr3.7_log4cpp'Tom Rondeau2013-03-131-0/+3
|\
| * Converted gr_logger to use log4cppuser2013-03-121-0/+3
| |
* | MSVC fixesNicholas Corgan2013-03-121-0/+1
|/ | | | | | * blocks: changed peak_detector_XX from GR_CORE_API to BLOCKS_API * blocks: fxpt_nco does not export symbols * Added /bigobj flag to MSVC compiiles to allow for larger object files
* build: install our cmake modules into share/gnuradio/cmake/Modules.Tom Rondeau2013-03-051-0/+8
|
* build: create and install a config.h so external projects can know what we ↵Tom Rondeau2013-03-051-0/+16
| | | | built with.
* Merge branch 'master' into gr_logTom Rondeau2013-03-011-2/+29
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Update version to 3.6.5gitJohnathan Corgan2013-02-261-2/+2
| |
| * Update release version to 3.6.4v3.6.4Johnathan Corgan2013-02-261-1/+1
| |
| * sched: adding in perf counters to measure performance of blocks during ↵Tom Rondeau2013-02-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | exectution of flowgraph. Conflicts: CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block_detail.cc gnuradio-core/src/lib/runtime/gr_block_detail.h
| * cmake: updated revision to 3.6.4git post-releasev3.6.4gitJohnathan Corgan2013-01-081-2/+2
| |
| * cmake: update revision to 3.6.3 for releasev3.6.3Johnathan Corgan2013-01-081-1/+1
| |
| * cmake: update revision to 3.6.3rc0v3.6.3rc0Johnathan Corgan2012-12-231-2/+2
| |
| * core: to make ctest able to import pmts in-tree.Tom Rondeau2012-12-101-0/+2
| | | | | | | | | | This duplicates a recent change made on next for the same reason: 4aec85d2facecb751ab4f83b934e56a6d59037dd
| * core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-0/+7
| |
| * Merge branch 'maint'Johnathan Corgan2012-11-141-0/+8
| |\
| | * fft: added gnuradio-fft dep for some testsJosh Blum2012-11-141-7/+8
| | |
| | * gr: same change for common PYTHON test pathsJosh Blum2012-11-141-0/+4
| | | | | | | | | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
| | * gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
| * | Merge branch 'wip/gr-blocks-master'Johnathan Corgan2012-10-011-0/+1
| |\ \
| | * \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-09-051-1/+1
| | |\ \
| | * \ \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-07-031-3/+0
| | |\ \ \
| | * \ \ \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-06-201-2/+7
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'v3.6.1' into wip/gr-blocks-masterJohnathan Corgan2012-06-111-1/+1
| | |\ \ \ \ \
| | * | | | | | blocks: adds new top-level component gr-blocks with first blockJohnathan Corgan2012-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gr::blocks::add_XX
| * | | | | | | analog: adding gr-analog component with.Tom Rondeau2012-09-231-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' into gr_logTom Rondeau2012-09-061-5/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | | | | build: update revision to 3.6.3git3.6.3gitJohnathan Corgan2012-09-041-2/+2
| | |_|_|_|/ | |/| | | |
| * | | | | build: update revision to 3.6.2v3.6.2Johnathan Corgan2012-09-041-1/+1
| | |_|_|/ | |/| | |
| * | | | core: moved VMCIRCBUF related code to runtimeJosh Blum2012-07-031-3/+0
| | |_|/ | |/| | | | | | | | | | This build stuff should not be at the top level.
| * | | Merge branch 'gr_filter'Johnathan Corgan2012-06-201-0/+1
| |\ \ \
| | * | | filter: work on creating gr-filter top-level component.Tom Rondeau2012-05-011-0/+1
| | |/ / | | | | | | | | | | | | Builds but does not bring in libgnuradio-fft.so symbols.
| * | | cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn2012-06-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
| * | | cmake: update revision to 3.6.2git3.6.2gitJohnathan Corgan2012-06-111-2/+2
| | |/ | |/|
| * | cmake: update revision to 3.6.1 releasev3.6.1Johnathan Corgan2012-06-111-1/+1
| |/
| * gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-271-0/+1
| |
| * cmake: update revision to 3.6.1git3.6.1gitJohnathan Corgan2012-04-211-2/+2
| |
* | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-0/+3
|/ | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
* cmake: update revision to 3.6.0v3.6.0Johnathan Corgan2012-04-211-1/+1
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-4/+4
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* cmake: update revision to 3.6.0gitJohnathan Corgan2012-04-091-2/+2
|
* Merge branch 'master' into nextTom Rondeau2012-04-061-0/+3
|\
| * build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau2012-04-061-0/+3
| | | | | | | | platforms.
* | Merge branch 'master' into nextTom Rondeau2012-04-051-0/+4
|\| | | | | | | | | Conflicts: grc/blocks/Makefile.am
| * build: use -O2 with cmake in Debug build.Tom Rondeau2012-03-311-0/+4
| |
* | Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan2012-04-041-2/+0
|\ \
| * | cmake: fixing current build version number.Tom Rondeau2012-04-031-1/+1
| | |
| * | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-031-1/+0
| | | | | | | | | | | | | | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
| * | Merge branch 'cmake_version' into cmake_buildsTom Rondeau2012-04-031-0/+5
| |\ \
| * | | build: Adding gnuradio-examples as a component to be turned on/off.Tom Rondeau2012-04-031-2/+1
| | |/ | |/|