summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
Commit message (Collapse)AuthorAgeFilesLines
* Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-012-4/+6
| | | | 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).
* docs: Removing some obsoleted Doxygen commands per issue #498.Tom Rondeau2012-12-043-46/+0
| | | | These were set to the defaults and so should not affect previous versions of Doxygen.
* Merge branch 'maint'Johnathan Corgan2012-12-011-1/+1
|\
| * cmake: fix typo in cmake swig moduleJohnathan Corgan2012-12-011-1/+1
| |
* | Removes some swig workaround code put in for ticket 181.Tom Rondeau2012-10-191-24/+0
|/ | | | This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1330-772/+772
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextTom Rondeau2012-04-071-0/+4
|\ | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
| * Merge branch 'maint'Tom Rondeau2012-04-072-1/+3
| |\
| | * gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2Tom Rondeau2012-04-072-1/+3
| | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
| | * update revision to v3.5.2.1v3.5.2.1Johnathan Corgan2012-03-151-1/+1
| | |
* | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-011-10/+0
| | | | | | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | | Merge branch 'master' into nextTom Rondeau2012-03-201-1/+1
|\| |
| * | build: update revision to 3.5.3gitv3.5.3gitJohnathan Corgan2012-03-051-2/+2
| |/
| * build: update revision to 3.5.2v3.5.2Johnathan Corgan2012-03-051-1/+1
| |
| * build: update from canonical config filesJohnathan Corgan2012-03-052-10/+25
| |
* | howto: moving uninstall rules into correct location.Tom Rondeau2012-02-171-0/+32
| |
* | Merge branch 'master' into nextTom Rondeau2012-02-101-0/+2
|\|
* | Merge branch 'master' into nextTom Rondeau2012-02-101-1/+13
|\|
* | Merge branch 'master' into nextJohnathan Corgan2012-02-061-1/+1
|\|
* | Merge branch 'master' into nextJohnathan Corgan2012-02-052-4/+4
|\|
| * build: update revision to 3.5.2git3.5.2gitJohnathan Corgan2012-01-071-2/+2
| |
| * build: update revision to 3.5.1v3.5.1Johnathan Corgan2012-01-071-1/+1
| |
| * build: update canonical config filesJohnathan Corgan2012-01-072-20/+15
| |
* | Merge branch 'master' into nextJohnathan Corgan2011-12-122-2/+2
|\|
| * build: update revision to 3.5.1git3.5.1gitJohnathan Corgan2011-12-071-2/+2
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-08133-10129/+17579
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* build: update version to 3.5.0v3.5.0Johnathan Corgan2011-12-071-2/+1
|
* build: update config.{guess,sub} with canonical onesJohnathan Corgan2011-12-072-5/+12
|
* build: update version to 3.5.0gitv3.5.0gitJohnathan Corgan2011-10-221-1/+2
|
* Merge branch 'master' into nextJohnathan Corgan2011-10-222-253/+313
|\
| * build: update config.{guess,sub} from canonical sourceJohnathan Corgan2011-10-222-253/+313
| |
| * Update revision to 3.4.2gitJohnathan Corgan2011-09-241-2/+2
| |
| * Update revision to 3.4.1 releasev3.4.1Johnathan Corgan2011-09-241-1/+1
| |
| * Update revision to 3.4.1gitv3.4.1gitJohnathan Corgan2011-06-111-2/+2
| |
* | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-5/+1
| | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
* | Update revision to 3.5.0git3.5gitJohnathan Corgan2011-06-111-1/+1
|/
* Update revision to 3.4.0v3.4.0Johnathan Corgan2011-06-111-1/+1
|
* Update config.sub and config.guess with latest canonical versionsJohnathan Corgan2011-06-112-287/+244
|
* build: update config.guess and config.sub from canonical sourceJohnathan Corgan2011-03-302-154/+217
| | | | In volk, these are now actual files instead of symlinks
* howto: updated ignoresJohnathan Corgan2011-03-162-0/+2
|
* build: updated version to 3.4.0gitv3.4.0gitJohnathan Corgan2011-03-161-2/+2
|
* howto: Was over-zealous before. The TESTS should remain firmly in the if ↵Tom Rondeau2011-02-221-1/+1
| | | | GUILE block.
* howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau2011-02-225-7/+10
| | | | making it's own howto module not under gnuradio.
* howto: fixes for howto build structure. Passes check but does not pass ↵Tom Rondeau2011-02-222-6/+5
| | | | distcheck.
* howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau2011-02-223-6/+6
| | | | imported from gnuradio.
* howto: moving install path back to howto/ to get it to work.Tom Rondeau2011-02-171-1/+1
|
* Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau2011-01-221-17/+0
|\
| * gr math simplification:Josh Blum2011-01-171-17/+0
| | | | | | | | | | | | | | | | | | Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan.
* | Updating copyright.Tom Rondeau2011-01-222-2/+2
| |
* | cleanup mkdir usage with boost filesystem:Josh Blum2011-01-183-26/+1
|/ | | | | | | | | | Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.