Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
breakage when adding new volk kernels.
|
|
|
|
Note: need to convert this to new naming standard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into mergeme/misc/mkdir_simplification
|
|
|
|
gr_sys_paths.h has gr_tmp_path() and gr_appdata_path()
this replaces gr_tmp_path.h
|
|
|
|
|
|
|
|
|
|
now used in the configure.ac file (and others in the future).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
preferences
remove private variables from header interface
subclassed single source impl with overloaded work function
|
|
|
|
|
|
|
|
clock config convenience
|
|
|
|
|
|
|
|
|
|
function
|
|
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.
|
|
Replace calls to gmtime_r with boost::posix_time
to make the code portable on systems without gmtime_r.
|
|
|
|
Initialize static data members in the cpp file:
http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12
For the WaterfallDisplayPlot, rather than bringing the initialization into the cpp file,
the numbers seemed far more fitting as an enum given that they are by nature.
This removed the symbol declaration from the cpp file, so its actually simpler.
|
|
These files use stdint types but did not include the header stdint.h
|