summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-163/+0
|
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-181-1/+0
| | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
* core: moving core sincos functions back into core to act as deps for ↵Tom Rondeau2013-03-171-1/+0
| | | | anything else.
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-1/+0
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* Merge branch 'master' into nextTom Rondeau2013-03-131-7/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: fixes to replace log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+0
| |
| * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
| |
| * Converted gr_logger to use log4cppuser2013-03-121-4/+7
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-051-1/+16
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-051-1/+16
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-051-5/+1
|\|
| * log: simplifying makefile since this variable is always set, even if blank.Tom Rondeau2013-03-051-5/+1
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-0/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * Merge branch 'master' into gr_logTom Rondeau2013-03-011-7/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-8/+7
| | | | | | | | | | | | 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.
| * | core: Adds a gr-log concept for easy logging at various levels.Tom Rondeau2012-06-071-0/+17
| | | | | | | | | | | | | | | Uses log4cxx and is optional. Macro based and macros are simple pass-throughs if this dependency does not exist or if the gr-log is disabled.
* | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-7/+11
|\ \ \ | | |/ | |/| | | | of the INCLUDE_DIRS order
| * | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-7/+11
| |/ | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* | ctrlport: cleaning up contorlport builds.Tom Rondeau2012-12-041-2/+0
| | | | | | | | I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files.
* | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵Tom Rondeau2012-12-031-1/+39
| | | | | | | | with next.
* | fec: add new top-level component for FEC blocksJohnathan Corgan2012-11-121-2/+0
| | | | | | | | Removed viterbi and reed-solomon from gnuradio-core
* | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-231-1/+0
|/ | | | | | | | | | | | | | | | | | | * This commit removes all the blocks from src/lib/filter and src/lib/hier, but leaves a couple stray files in src/lib/filter that won't be removed until gr-analog is done * The relevant QA code has been removed and the gnuradio-core directory passes QA * The effect on Python files in src/python/* has not been fully accounted for * Several top-level components outside gnuradio-core use header files, blocks, or utility functions that have moved to gr-digital. These have not been updated yet. * Similarly, impact on python example files in other components as not yet been accounted for.
* 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.
* wavelet: move wavelet blocks to new top-level componentJohnathan Corgan2012-04-011-6/+0
|
* Merge branch 'master' into safe_alignJohnathan Corgan2012-02-141-0/+5
|\ | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
| * core: enable use of fftw's threading capabilities.Marcus Leech2012-02-061-0/+5
| | | | | | | | Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
* | build: look for local volk headers instead of installed.Tom Rondeau2012-01-231-0/+1
| |
* | core: link to Volk.Tom Rondeau2012-01-221-0/+3
|/
* the librariesJosh Blum2011-10-231-8/+1
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-31/+31
|
* core: add link with librt for shm_* callsJosh Blum2011-09-271-0/+5
|
* cmake: modified find files to better follow coding guideJosh Blum2011-09-171-1/+1
| | | | http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
* gr: tweaks to build cmake branch on osxJosh Blum2011-07-231-2/+4
|
* gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum2011-07-221-1/+0
| | | | and vocoder to be consistent
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+100