Commit graph

10 commits

Author SHA1 Message Date
Martin Braun
99c2730bc9 Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types)
- Also removes all references to boost/cstdint.hpp and replaces it with
  stdint.h (The 'correct' replacement would be <cstdint>, but not all of our
  compilers support that).
2016-11-08 08:02:22 -08:00
Josh Blum
3082aaafa2 uhd: manually calculate bcast addr, boost version buggy 2011-12-22 14:10:48 -08:00
Josh Blum
cdf8de0ca3 uhd: network device discovery -> calc bcast addr under certain conditions 2011-12-20 12:15:47 -08:00
Josh Blum
95b966a599 uhd: update copyright headers with automated script 2011-03-23 18:48:30 -07:00
Josh Blum
a8bb5ec900 uhd: replace header checks in cmake files with more robust compile checks for features
implemented different ifdefs in the cpp files
2011-02-21 19:03:13 -08:00
Josh Blum
94f5b0471b uhd: if_addrs check that iter->ifa_addr is NULL before continuing
Happened when building UHD within the OpenWRT environment
where ifa_addr can be null it seems!
2011-01-26 12:38:17 -08:00
Josh Blum
168ab7279c uhd: work on thread priority scheduling 2010-06-16 18:40:44 -07:00
Josh Blum
dd41206f2a tweak the ifaddrs address discovery 2010-03-26 19:02:32 -07:00
Josh Blum
ae02148f12 get interface addresses on windows 2010-03-26 17:52:57 -08:00
Josh Blum
08f6b21ce7 added interface address discovery 2010-03-26 11:45:56 -07:00