Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
2db6037ab12f18bc83a87d9b79c00eba08b495a1
/
src
/
c
/
util
/
ndn_memory.h
2db6037
files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054.
by Jeff Thompson
· 11 years ago
[Renamed from ndn-cpp/c/util/ndn_memory.h]
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
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
97223af
globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it.
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
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
2f0bd00
Fix bug in ndn_memcmp: need to return the result of memcmp.
by Jeff Thompson
· 11 years ago
8e2177b
Fix bug in ndn_memcmp: need to call memcmp, not memcpy
by Jeff Thompson
· 11 years ago
a0d18c9
Code style: replace tabs with spaces
by Jeff Thompson
· 11 years ago
7ca936b
Fix comment.
by Jeff Thompson
· 11 years ago
d4a1e16
Added ndn_memcmp
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
6cb56f9
Move C code into ndn-cpp/c
by Jeff Thompson
· 11 years ago
[Renamed (97%) from ndn-cpp/util/ndn_memory.h]
f418fe0
Use ndn_memcpy and ndn_memset based on HAVE_MEMCPY and HAVE_MEMSET
by Jeff Thompson
· 11 years ago