summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-10-03Added computed version number to configurationJohnathan Corgan
2009-09-24Merged Bdale's 3.2.2-1 packagingJohnathan Corgan
Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git) Merged control, rules, install, copyright, changelog File renames to accomodate package renames 3.3git items updated to follow new pattern Updated copyright notification Some manual fixups needed
2009-09-24Acknowledging the obviousJohnathan Corgan
2009-09-20Created new gr-noaa top-level component.Johnathan Corgan
Initial work: - Carrier recovery/mixer PLL block - Start of POES grc pipeline, recovers Manchester symbols only - Start of GOES grc pipeline, recovers BPSK symbols only
2009-09-03Better fix for broken AC_PROG_F77 macroJohnathan Corgan
* Move AC_PROG_CC into GR_FORTRAN macro definition
2009-09-03Fix Python header check failure due to invalid cached stateJohnathan Corgan
* GR_FORTRAN macro leaves $ac_ext=f on some systems * Restore by invoking AC_PROG_CC Reported-by: Szymon Jakubczak <szym@csail.mit.edu> Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
2009-09-02Removed subversion related configuration info.Johnathan Corgan
* Don't call GR_SUBVERSION in configure.ac * Remove --svn* options from gnuradio-config-info
2009-08-15Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.eb
Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-20Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.jcorgan
* Merges libpmt into libgruel * Modifies libmblock to use libgruel gruel::pmt_t will be the fundamental msg content for the new message passing implemention for 3.3. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-11Implements ticket:401 and ticket:402.jcorgan
Adds several API functions to determine build constants at runtime, and a convenience command line program to display them: From C++: const std::string gr_prefix(); const std::string gr_sysconfdir(); const std::string gr_prefsdir(); const std::string gr_build_date(); const std::string gr_svn_date(); const std::string gr_svn_version(); const std::string gr_version(); From Python: gr.prefix() gr.sysconfdir() gr.prefsdir() gr.build_date() gr.svn_date() gr.svn_version() gr.version() The new binary is 'gnuradio' and installed on the path: $ gnuradio Program options: gnuradio [options]: -h [ --help ] print help message --prefix print gnuradio installation prefix --sysconfdir print gnuradio system configuration directory --prefsdir print gnuradio preferences directory --builddate print gnuradio build date (RFC2822 format) -v [ --version ] print gnuradio version --svnversion print SVN repository version (SVN format) --svndate print SVN repository date $ git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11418 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-10Make trunk packages use revision number in version.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-23Update trunk to revision 3.3svnjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeseteb
moves the primary doxygen configuration under the top-level docs directory. It creates a new "docs" top-level component that can be enabled/disabled using the configure --disable-docs option. At this time, the --enable-doxygen option is still required to enable the generation of the doxygen documents. I think the flag should probably be removed, and default to "yes" if we find doxygen on the path. The user can disable the doc generation using --disable-docs if desired. The doxygen config file has been modified such that doxygen is now only run on the C++ sources. No attempt is made to process the python code using doxygen. This results in a less confusing set of docs for the the C++ API. Straightening out the python docs is left for later. Many classes are currently misclassified (\ingroup <wrong>). That will probably require another day of work, that I can't get to right now. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11027 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-13Fixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11018 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-11Backport automake 2.60's AC_PROG_MKDIR_P so we can continue to support ↵jcorgan
automake 2.57 (Achilleas Anastasopoulos) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11001 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-26Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan
passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-18Merging in branch to add malloc.h to posix_memalign.cc for Cygwin.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10461 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-21Update trunk revision to 3.2svnjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10275 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-24Merged r10071:10164 from features/cppdb-test into trunk. Implements the ↵jcorgan
fully native C++ API for the USRP. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-01Merged r9798:9801 from michaelld/memalign into trunk. Passes distcheck on ↵jcorgan
Ubuntu 8.10. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10098 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-25Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f ↵trondeau
that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-10dont sed check, can end badlyjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9768 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-07re-enable grc, passes distcheckjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9723 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-02disabled GRC, breaks VPATH build, see ticket:298eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9699 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-01Reenable GRC componentjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9687 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-30Disabled grc component until xdg-utils dependency check is addedjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9680 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-08Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan
gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-31fixed --enable-warnings-as-errorseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9474 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-31turn off strict-aliasing warning, not strict-aliasing optimization when ↵eb
compiling swig generated code git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9473 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-31fix for ticket:268, vector not always a context sensitive keyworkeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9471 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fix compiler warnings across the tree. Adds --enable-warnings-as-errors ↵jcorgan
configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9396 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-23Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixesjcorgan
and local modifications. Integrates previously separate GNU Radio Companion into top-level component 'grc'. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-21Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.eb
Also modified pkg.m4 to restore the FOO_INCLUDEDIR functionality and to add the FOO_CPPFLAGS variable for those times when you want only the -I, -D and -U flags from FOO_CFLAGS. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9362 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
contains the SMP aware scheduler. This changeset introduces a dependency on boost 1.35 or later. See source:gnuradio/trunk/README.building-boost for additional info. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18configure.ac cleanup to remove dnl messagen4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9314 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18configure.ac cleanupn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9313 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18gr_msdd6000 includes fixed upn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9312 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-27Move libgruel configuration checks into config directoryjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9030 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-18disabled gr-msdd6000 until ticket:252 is resolvedeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8941 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04Fixed distcheck failure and cleaned up ignores.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8787 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04Disable gr-msdd6000 component until it passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8785 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04msdd6000 source upgraded and enabledn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8782 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04temporary disabling of msdd6000 while under reconstructionn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8780 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23Use system byteswap implementations where available.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8658 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-22Added autoconf independent bytesex routines to libgruel.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8654 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-20Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU ↵jcorgan
Radio Utility Etcetera Library. See README for description. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8642 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-19Moved mb_time to omni_time and left mb_time.h with typedef to maintaineb
backwards compatibility. Removed gcell's dependency on mblocks. Now gcell only depends on omnithread. Merged eb/wip -r8621:8623 to trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8624 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-18libtool 2.2 compatibility fix from Don Ward. Details in ticket:249.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8613 221aa14e-8319-0410-a670-987f0aec2ac5
2008-05-08better fix for ticket:243eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8324 221aa14e-8319-0410-a670-987f0aec2ac5