runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
Fixing missing include files and various other patches for Windows build issues.
Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into next
gruel thread simplification:
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc
Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time)....
gr_flowgraph.cc explicit include of <iterator>
Added explicit include of <iterator>,which was implicitly included by <vector>.
Affects platforms where vector does not automatically pull in iterator.
Merge branch 'mergeme/misc/mkdir_simplification' into next
Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum into mergeme/misc/mkdir_simplification
created gr_sys_paths.h to house functions for getting system paths
gr_sys_paths.h has gr_tmp_path() and gr_appdata_path()this replaces gr_tmp_path.h
Merge branch 'mergeme/math/gr_math_simplification' into next
Updating copyright.
View revisions
Also available in: Atom