summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-05core: removing old MPSK SNR probe; replaced in gr-digital.Tom Rondeau
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: gr-digital/grc/Makefile.am
2012-04-05digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: grc/blocks/Makefile.am
2012-04-04Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-04-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan
2012-04-04gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan
user's UHD version and USRP configuration
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan
2012-04-04wavelet: simplified swig generation after virtual interface class changeJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i
2012-04-04fcd: simplify swig generation after virtual interface class changeJohnathan Corgan
2012-04-03Merge branch 'master' into nextJohnathan Corgan
2012-04-03gr-uhd: corrected get_usrp_info descriptionNicholas Corgan
2012-04-03gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan
enough version of UHD
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-03gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan
list_property_tree and get_usrp_info functions
2012-04-03Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau
Conflicts: CMakeLists.txt
2012-04-03Merge branch 'cmake_version' into cmake_buildsTom Rondeau
2012-04-03pmt: added advanded pmt_set_deleter (c++ only)Josh Blum
2012-04-03build: Adding gnuradio-examples as a component to be turned on/off.Tom Rondeau
2012-04-03docs: adding more info to the doxygen manual's build guide.Tom Rondeau
2012-04-03examples: Reworked locations and installation of examples.Tom Rondeau
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
2012-04-02noaa: py files build from grc. Only installing grc files into examples.Tom Rondeau
2012-04-02noaa: moving apps to examples.Tom Rondeau
2012-04-02build: don't install Python and GRC examples if Python is disabled.Tom Rondeau
2012-04-02Move uhd_siggen_base python file into gnuradio.uhd space.Tom Rondeau
2012-04-02fixes to uhd_siggen with base class.Tom Rondeau
2012-04-02build: removed .py extensions from uhd and shd installed Python programs.Tom Rondeau
2012-04-02Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-uhd/swig/uhd_swig.i
2012-04-02gr-uhd: Python users can now grab their current UHD version as a stringNicholas Corgan
2012-04-01Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
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-01Merge branch 'master' into nextJohnathan Corgan
2012-04-01fcd: adds setter function to configure mixer gainDimitri Stolnikov
2012-04-01wavelet: converted blocks to private implementation patternJohnathan Corgan
2012-04-01build: removed .py extensions from installed Python plot programs.Tom Rondeau
The fft and psd bases have been moved into the Python packages directory and new wrappers for data-type independent programs have been created.
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
2012-04-01Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-fcd/lib/Makefile.am
2012-04-01Merge remote branch 'jcorgan/gr-fcd'Johnathan Corgan
2012-04-01docs: updating README files for working with cmake.Tom Rondeau
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-31core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau
Also fixes documentation for these blocks.
2012-03-27Merge branch 'master' into nextTom Rondeau
2012-03-27Merge branch 'maint'Tom Rondeau