Age | Commit message (Collapse) | Author |
|
master-only commits.
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
volk/include/volk/Makefile.am
volk/lib/Makefile.am
volk/lib/qa_volk.cc
|
|
Distcheck passes for me if liborc is installed or not.
|
|
|
|
|
|
|
|
|
|
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.
|