gr: squashed cmakelists.txt into one commit
core: API declaration macros for core class and function symbols
gr: replaced uses of snprintf with boost format in common code build by MSVC
Allow disabling shm vmcircbuf tests at configure time
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.
View revisions
Also available in: Atom