commit | a93870d209ab292c0c99c8a429a2be1df0406dc4 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Nov 05 22:35:31 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 06 21:44:45 2014 -0800 |
tree | b0d61fa4eca63cc12c0d9e0329270f24ec9388c7 | |
parent | 90e23585a53ee181f5e9f5a4395b1c1c7b2909c6 [diff] |
util: rewrite EventEmitter with C++11 features This commit does not enhance the functionality of EventEmitter. refs #2116 Change-Id: Iff1d5ae9fbd8e575773d71c7a93339045fcb8bc4
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
.