Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -43/+0 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -4/+4 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | core: API declaration macros for core class and function symbols | Josh Blum | 2011-07-20 | 1 | -0/+2 |
| | |||||
* | Updating copyright. | Tom Rondeau | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | cleanup mkdir usage with boost filesystem: | Josh Blum | 2011-01-18 | 1 | -32/+6 |
| | | | | | | | | | | 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. | ||||
* | Modifying the unittest output. XML files are no longer written outside of ↵ | Tom Rondeau | 2010-12-23 | 1 | -6/+3 |
| | | | | the build tree. | ||||
* | Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests. | Tom Rondeau | 2010-10-02 | 1 | -0/+70 |
This also adds a new utility gr_unittests.h, which sets up the path for output files. |