Home | History | Annotate | Download | only in etc

Lines Matching full:rope

126 	bug #1788615 [bug during copy of rope's iterator] and fix;
954 missing null termination in rope constructor from a character
958 for other types than char and wchar_t. rope implementation is
2251 list warning, used in rope implementation.
2322 * test/eh/test_rope.cpp: Restore Borland exception test for rope.
2324 * test/unit/rope_test.cpp: Restore Borland unit test for rope.
2371 This has relation to find(char) in rope. Thanks Cristian Vlasceanu.
2440 * stlport/rope, hash_map, hash_set: Add _STLP_NO_EXTENSIONS check
2445 against _STLP_NO_EXTENSIONS for rope implementation.
2746 * test/eh/test_rope.cpp: Removed rope test for Borland.
2783 Mars compilers, looks like rope class is too complicated for those
3719 * stlport/stl/_rope.h: Add move semantic support to the rope class.
3975 in rope implementation to use a "Standard" static const npos definition when
5164 in the rope implementation under Win64 thanks Patrick Bergeron report.
5960 than specific rope ones. Use of compile time checks rather than runtime.
6845 * stlport/stl/_rope.h: allow search of rope, like done in string
7241 * _rope.h: Correction of the rope::iterator and rope::const_iterator
7479 * _rope.h : rope<>::swap() methods fixed for non-partial ordering case (thanks Eric Musser)