Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-03 | update .gitignore | Eric Blossom | |
2010-12-03 | tarball name: run-waveform -> gr-run-waveform | Eric Blossom | |
2010-12-03 | Comments | Eric Blossom | |
2010-12-03 | Uhh, make that test_embed.cc | Eric Blossom | |
2010-12-03 | Rename test_waveform.c test_embed.c | Eric Blossom | |
2010-12-03 | Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix. | Eric Blossom | |
2010-12-03 | Less verbose | Eric Blossom | |
2010-12-03 | Put all files in filesystem, not just .scm | Eric Blossom | |
2010-12-03 | Override primitive-load et al. before loading code. | Eric Blossom | |
2010-12-03 | xyzzy-search-load-path -> %xyzzy-search-load-path | Eric Blossom | |
2010-12-03 | Revert "Add "shims" for booting (mostly) from magic file system" | Eric Blossom | |
This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b. This stragegy didn't work. Our new gsubrs have not yet be defined when the ice-9/boot-9.scm code is loaded. | |||
2010-12-03 | Rename run_waveform.cc gr-run-waveform.cc | Eric Blossom | |
2010-12-03 | work-in-progress on run_waveform.cc | Eric Blossom | |
2010-12-03 | Try to get block destructors called (fairly) early | Eric Blossom | |
2010-12-03 | Add "shims" for booting (mostly) from magic file system | Eric Blossom | |
2010-12-03 | Make xyzzy_open_file work. (And a bit of renaming.) | Eric Blossom | |
xyzzy_open_file (nee make_xyzzy) was not stripping off the magic prefix before searching, and was thus always creating a new entry in the map and returning a "" string. | |||
2010-12-03 | Add filesystem.dat to CLEANFILES; other minor tweaks. | Eric Blossom | |
2010-12-03 | Modify scm_xyzzy_init so that it looks up the system values of variables. | Eric Blossom | |
2010-12-03 | Allow xyzzy_init to accept NULL or "\0" to specify install path | Eric Blossom | |
2010-12-02 | Add code to handle lib vs lib64 | Eric Blossom | |
2010-12-02 | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile. | Eric Blossom | |
Passes distcheck. | |||
2010-12-02 | Move guts of gr-run-waveform into gnuradio/run-waveform.scm | Eric Blossom | |
2010-12-02 | Update copyright dates | Eric Blossom | |
2010-12-02 | Fix const-related warnings | Eric Blossom | |
2010-12-01 | WITH_INCLUDES _must_ be last | Eric Blossom | |
2010-12-01 | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME | Josh Blum | |
2010-12-01 | uhd: default channel params to zero for single source and sink blocks | Josh Blum | |
2010-11-30 | Revert "Removed usrp2-firmware from being automatically built." | Eric Blossom | |
This reverts commit 3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d. The change reverted removed the usrp2/firmware from the distribution tarballs and also had configure report that it was building the usrp2 firmware when in fact it wasn't. What is the problem that you are trying to solve? Example of configure output that lies: config.status: creating config/Makefile config.status: creating config.h config.status: executing depfiles commands ********************************************************************* The following GNU Radio components have been successfully configured: usrp2-firmware You my now run the make command to build these components. ********************************************************************* The following GNU Radio components have been successfully configured: config gruel gnuradio-core usrp usrp2 [snip] | |||
2010-11-30 | Remove generated file from repo | Eric Blossom | |
2010-11-30 | Removed usrp2-firmware from being automatically built. | Josh Blum | |
Most users get the firmware from precompiled binaries. Removing this should make configure less confusing. | |||
2010-11-30 | uhd: added libdir to UHD CFLAGS (shared by lib and swig) | Josh Blum | |
2010-11-30 | Swapping out preset keys until I work out some of their issues. | Tom Rondeau | |
2010-11-29 | fix xyzzy-search-load-path test case, it was incorrect | Rob Savoye | |
2010-11-29 | fix xyzzy-search-load-path, now the function works. | Rob Savoye | |
2010-11-29 | get the current value of %load-path | Rob Savoye | |
2010-11-29 | be less verbose | Rob Savoye | |
2010-11-29 | improve xyzzy-search-load-path tests | Rob Savoye | |
2010-11-29 | add xyzzy-primitive-load and xyzzy-primitive-load-path along with a minimal ↵ | Rob Savoye | |
test case | |||
2010-11-29 | Merge branch 'guile' of gnashdev.org:/var/www/git/gnuradio into guile | Rob Savoye | |
2010-11-29 | add xyzzy-primitive-load and minimal test case | Rob Savoye | |
2010-11-29 | drop the older read_only port prototype, the code is already gone | Rob Savoye | |
2010-11-29 | Add additional scripting language vector tests | Eric Blossom | |
2010-11-29 | Modifying QA tests for the sample tags. By default, it only checks the sizes ↵ | Tom Rondeau | |
of the tags since order is not specified or guarenteed. | |||
2010-11-29 | Block is a gr_block, so this sets its relative rate. Was required for using ↵ | Tom Rondeau | |
in the QA of the sample tags code. | |||
2010-11-29 | be less verbose | Rob Savoye | |
2010-11-29 | tweak display strings so we don't confuse them with the scheme based tests | Rob Savoye | |
2010-11-29 | test for the proper results in the scheme code too | Rob Savoye | |
2010-11-29 | Merge branch 'tagging' into next | Tom Rondeau | |
2010-11-29 | Removing global pmt constants. Were causing segfaults during make check. ↵ | Tom Rondeau | |
Must fix this later. | |||
2010-11-29 | Fixing up the UHD sample tag example to take command line options. | Tom Rondeau | |