commit | 537dc3a26299fc65d83d77679a1cc1777843c5f6 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Feb 18 19:35:26 2016 +0100 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Feb 19 20:47:39 2016 +0100 |
tree | ed747153a4d4d5dcc07cb2afe180cf6e0c8ae2e9 | |
parent | 699d2eab1ecc8cf6125ac761acd7f05ce574a749 [diff] |
Reduce inclusions of <boost/asio.hpp> in public headers And especially, stop including it from the precompiled header "common-pch.hpp". This is a necessary step in order to avoid conflicts between net/if.h (pulled in by Asio) and linux/if.h (required by future commits). Change-Id: I0207be0d2be796d8ef369062a8d5195fedfef6b0
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.