Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
7687dc0d0c5068fb92e36ffcee73e6718c09120a
/
ndn-cpp
/
encoding
/
binary-xml-encoder.hpp
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
f0570a6
Fix bug in getOutput: need to resize the vector to the actual encoding length.
by Jeff Thompson
· 11 years ago
1377403
getOutput should return a const reference.
by Jeff Thompson
· 11 years ago
eced580
Make the initial size of the output buffer 16.
by Jeff Thompson
· 11 years ago
27194b4
Fix bug in constructor: need to call ndn_BinaryXmlEncoder_init.
by Jeff Thompson
· 11 years ago
faaa237
In BinaryXmlEncoder, use DynamicUCharVector.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (95%) from ndn-cpp/encoding/BinaryXMLEncoder.hpp]
f0fea00
Code style: Rename BinaryXML to BinaryXml
by Jeff Thompson
· 11 years ago
b0979fd
In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> >
by Jeff Thompson
· 11 years ago
4554509
Added ndn_realloc
by Jeff Thompson
· 11 years ago
a0c9b65
Remove unneeded include
by Jeff Thompson
· 11 years ago
66f6c9a
Don't need this-> on base class members
by Jeff Thompson
· 11 years ago
0adcbea
Change BinaryXMLEncoder to extend ndn_BinaryXMLEncoder
by Jeff Thompson
· 11 years ago
167c4c3
Rename base_ to encoder_
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
58d798f
Added appendTo.
by Jeff Thompson
· 11 years ago
2d28d49
Added BinaryXMLEncoder
by Jeff Thompson
· 11 years ago