- 20 Aug, 2012 1 commit
-
-
JINMEI Tatuya authored
so I can use the LabelSequence objects in EXPECT_EQ(). also fixed a minor error in doxygen comment in equals().
-
- 27 Jul, 2012 1 commit
-
-
Jelte Jansen authored
- typos - few code fixes - test updates
-
- 25 Jul, 2012 6 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 21 Jul, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
these were basically for this serialization, but now that we have a different version of serialization/deserialization, we don't need them for this purpose. Until we see the need for them for specific purposes, it'd be better to clean them up.
-
JINMEI Tatuya authored
-
- 20 Jul, 2012 3 commits
-
-
JINMEI Tatuya authored
This simplifies some internal part of the code, and eliminates the need for offsets_size_ (so it's removed). This change is a preparation for making the "from raw data" construction more generic to support non absolute labels. This is a purely internal refactoring, and public interfaces aren't changed.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
and remove the unnecessary 'explicit' from it ('non-explicit' usage wouldn't be a copy constructor in the first place).
-
- 18 Jul, 2012 1 commit
-
-
JINMEI Tatuya authored
and remove the unnecessary 'explicit' from it ('non-explicit' usage wouldn't be a copy constructor in the first place).
-
- 12 Jul, 2012 4 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
- style fix in return value - updated header documentation - added common label count checks to tests
-
Mukund Sivaraman authored
The Name tests are not repeated as the Name variant is a wrapper around the LabelSequence variant. Such tests would be redundant. Instead, tests for LabelSequence specific stripLeft(), stripRight() were added.
-
- 11 Jul, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 09 Jul, 2012 1 commit
-
-
Jelte Jansen authored
-
- 06 Jul, 2012 1 commit
-
-
Jelte Jansen authored
instead of reference to Name - moved actual name comparison code to labelsequence - removed Name reference - replaced by data, offsets, and offset_size values - added 'raw' constructor for LabelSequence
-
- 05 Jul, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 04 Jul, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 02 Jul, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 29 Jun, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 28 Jun, 2012 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 24 Jun, 2012 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 21 Jun, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 01 Jun, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 09 Mar, 2012 1 commit
-
-
JINMEI Tatuya authored
The revised versoin of MessageRenderer doesn't store it in an STL container, so it doesn't have to be default-constructable. the intermediate experimental version of the renderer was removed as it depends on the default constructor.
-
- 06 Mar, 2012 2 commits
-
-
JINMEI Tatuya authored
also make sure member variables are initialized explicitly.
-
JINMEI Tatuya authored
maptolower hidden in name.cc is now exposed to the LabelSequence implementation in a "private" namespace.
-
- 05 Mar, 2012 2 commits
-
-
JINMEI Tatuya authored
in name compression we need this info (and in some cases we don't need the data itself).
-
JINMEI Tatuya authored
-
- 02 Mar, 2012 1 commit
-
-
Jelte Jansen authored
leftSplit() -> stripLeft() rightSplit() -> stripRight()
-
- 01 Mar, 2012 1 commit
-
-
Jelte Jansen authored
- split up split() into leftSplit() and rightSplit() - made LabelSequence a Friend class of Name - no need for separate offsets vector - no need for Name::at_p() - fixed copyright year :)
-
- 28 Feb, 2012 1 commit
-
-
Jelte Jansen authored
also disallow split to zero length, add isAbsolute(), and update tests
-