Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
6d485a621227ba2ce092eb4f27cdb31659beac86
/
include
/
ndn-cpp
/
common.hpp
6d485a6
ndnboost: also replace the mpl_ barrier namespace.
by Jeff Thompson
· 11 years ago
2491bd6
ndnboost: Also replace header include guards which don't start with BOOST_ .
by Jeff Thompson
· 11 years ago
3d613fd
ndnboost: Also rename BOOST_ to NDNBOOST_
by Jeff Thompson
· 11 years ago
9939dcd
ndnboost: Also need to rename " boost/" and "(boost/" to ndnboost.
by Jeff Thompson
· 11 years ago
d0a7d6d
DER: In visitor code, use ndnboost::any. We can use ndnboost::any because this is an internal header and will not conflict with the application if it uses boost::any.
by Jeff Thompson
· 11 years ago
cf6b431
security: Temporarily move the Time definition into common.hpp.
by Jeff Thompson
· 11 years ago
25b4e61
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
by Jeff Thompson
· 11 years ago
[Renamed (94%) from ndn-cpp/common.hpp]
6e22904
make: Create include directory for make install to install headers. Put ndn-cpp-config.h in include/ndn-cpp.
by Jeff Thompson
· 11 years ago
b752300
make: In ndn-cpp-config.h, to avoid polluting the global name space, generate NDN_CPP_HAVE_BOOST_FUNCTION etc. instead of HAVE_BOOST_FUNCTION, etc.
by Jeff Thompson
· 11 years ago
649e95f
make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h
by Jeff Thompson
· 11 years ago
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
by Jeff Thompson
· 11 years ago
c868dd0
config: Added c/common.h and move check for uint8_t into there.
by Jeff Thompson
· 11 years ago
0c13a53
config: Put HAVE_STDINT in common.h and use to define uint8_t.
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
04bfd94
Remove unused setVector.
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
ef2d5a4
Include bind in ndnboost.
by Jeff Thompson
· 11 years ago
a28eed8
In common.h, define func_lib for function objects. In configure.ac, define HAVE_STD_FUNCTION and HAVE_BOOST_FUNCTION. Include function headers in ndnboost.
by Jeff Thompson
· 11 years ago
a8d7b06
Added ndn::toHex
by Jeff Thompson
· 11 years ago
f03af34
Added ndnboost::weak_ptr
by Jeff Thompson
· 11 years ago
a0d18c9
Code style: replace tabs with spaces
by Jeff Thompson
· 11 years ago
2277ce5
Rename the extracted boost subdirectory to ndnboost
by Jeff Thompson
· 11 years ago
f7d4994
If no HAVE_STD_SHARED_PTR or HAVE_BOOST_SHARED_PTR then set ptr_lib to ndnboost in the boost headers in this distribution.
by Jeff Thompson
· 11 years ago
51dd5fd
Added setVector in common.hpp
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
571f352
Rename common.h to common.hpp and only define ptr_lib
by Jeff Thompson
· 11 years ago