Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-08 | build: update revision to 3.3.2git | Johnathan Corgan | |
2011-02-08 | build: update version number to 3.3.1 | Johnathan Corgan | |
2011-02-08 | build: update config.guess and config.sub from canonical source | Johnathan Corgan | |
2010-10-04 | Updating all of the QA code that I can actually test to work with the new ↵ | Tom Rondeau | |
XML output runners. | |||
2010-09-12 | Update config.guess and config.sub in gr-howoto-write-a-block too | Eric Blossom | |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-06-02 | Update revision to 3.3.0 | Johnathan Corgan | |
2010-06-02 | howto: fix incorrect include path | Johnathan Corgan | |
2010-06-02 | build: redo GR_GIT for portability | Johnathan Corgan | |
2010-05-30 | Update revision to 3.3.0-rc3 | Johnathan Corgan | |
2010-05-30 | howto: make versioned libraries | Johnathan Corgan | |
2010-05-27 | Update revision to 3.3.0-rc2 | Johnathan Corgan | |
2010-05-25 | Fix erroneous file modes | Johnathan Corgan | |
2010-05-21 | Update revision to release 3.3.0-rc1, update autotools | Johnathan Corgan | |
2010-05-16 | howto: fix make check for win32, darwin (untested) | Don Ward | |
2010-05-12 | Update revision to 3.3.0-rc0 | Johnathan Corgan | |
2010-03-04 | doc fix (in generated file) | Eric Blossom | |
2010-03-04 | doc fix | Eric Blossom | |
2010-03-04 | Fix distcheck failure in gr-howto-write-a-block | Johnathan Corgan | |
Some of the swig include files were not getting put into the dist tarball | |||
2010-03-04 | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | |
the gnuradio python namespace, but rather in the howto namespace. This allows it to be installed under a separate --prefix in the common case where the user doing the "out of tree build" is going to be installing their new and/or modified code somewhere other than the system installation directories. Any code that uses these blocks should now import them using: import howto instead of from gnuradio import howto | |||
2010-01-27 | update config.guess, config.sub and INSTALL | Eric Blossom | |
2009-11-13 | howto: cleanup for merge | Johnathan Corgan | |
2009-11-13 | howto: add README.hacking | Johnathan Corgan | |
2009-11-12 | howto: added howto application | Johnathan Corgan | |
2009-11-12 | howto: add GRC wrappers to squaring blocks | Johnathan Corgan | |
2009-11-12 | howto: move limbo'd docs into toplevel doc dir for preservation | Johnathan Corgan | |
2009-11-12 | howto: create howto_swig.*, use constructed Python namespace | Johnathan Corgan | |
2009-11-12 | howto: adds C++ QA code | Johnathan Corgan | |
2009-11-03 | howto: moved osbsolete docs directory into limbo | Johnathan Corgan | |
2009-11-03 | howto: make swig directory use individual .i files | Johnathan Corgan | |
Removed erroneous files from version control | |||
2009-11-03 | howto: reorganized directory structure | Johnathan Corgan | |
Moved lib to top level Moved python to top level Separated swig generation into new top level directory | |||
2009-11-03 | howto: implement dynamic versioning | Johnathan Corgan | |
2009-11-03 | howto: update m4 files to match latest master | Johnathan Corgan | |
2009-11-03 | howto: updated INSTALL, fixed mode of config.* | Johnathan Corgan | |
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-06 | howto: adds --disable-python option to gr-howto-write-a-block example. | jcorgan | |
Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11542 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-23 | Update trunk to revision 3.3svn | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-03-14 | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵ | jcorgan | |
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-02-10 | Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-02-02 | Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-01-21 | Update howto revision to 3.2svn, fix 'missing ltmain.sh' issue | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10276 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-08-25 | Radically simplified standalone configure.ac (for out of tree builds). | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9413 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-08-21 | Updated 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-06-18 | libtool 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-20 | distribute bootstrap with tarballs in case folks are modifying them | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8457 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-05-20 | Let's step into the 21st century... | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8456 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-03-24 | Update config files from canonical source. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8105 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-02-21 | Merged build_config branch into trunk: | michaelld | |
1) Modified top-level run_tests.sh script: a) to execute code for setting or changing the library search path in Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs only, not on other host OSs. b) Added local (to the component making check) library paths to those same search paths, since libtool doesn't do it (unlike in Linux). 2) In all AM Makefiles -except those dealing with USRP firmware-, changes INCLUDES to AM_CPPFLAGS since the former is deprecated. 3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7769 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-02-08 | Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵ | jcorgan | |
GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-02-08 | Removed gr.flow_graph, gr.hier_block and friends. From here on out | eb | |
all work on the trunk must use gr.top_block and gr.hier_block2. Merged eb/fg-no-more -r7602:7606 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7607 221aa14e-8319-0410-a670-987f0aec2ac5 |