summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removing extraneous commentsTAO_Sequence_Iteratorsjhoffert2009-03-203-78/+5
|
* Fixing memory leaksjhoffert2009-03-201-3/+1
|
* Narrowing in on memory problems but they still existjhoffert2009-03-191-9/+17
|
* (no commit message)jhoffert2009-03-181-0/+702
|
* (no commit message)jhoffert2009-03-181-3/+7
|
* (no commit message)jhoffert2009-03-182-3/+9
|
* Removing typename (which seems to be required on Windowsjhoffert2009-03-182-12/+12
|
* (no commit message)jhoffert2009-03-181-7/+7
|
* (no commit message)jhoffert2009-03-181-7/+7
|
* (no commit message)jhoffert2009-03-181-8/+8
|
* (no commit message)jhoffert2009-03-181-8/+8
|
* made mock_reference independent from boostwolff12008-05-082-18/+0
|
* Adding headers missing for Windowsjhoffert2008-05-082-0/+2
|
* Added for testing sequence of object referencesjhoffert2008-05-014-0/+331
|
* Added comments and fixed some memory leaks - still outstanding memory problemjhoffert2008-05-011-7/+59
|
* Fixing iterator factory methods to generate the correct type of iteratorjhoffert2008-05-011-8/+14
|
* Updated to use common memory managed iteratorjhoffert2008-04-231-0/+72
|
* Updated to use common memory managed iteratorjhoffert2008-04-231-922/+5
|
* Updated to use common memory managed iteratorjhoffert2008-04-231-923/+5
|
* Now use common memory managed iteratorjhoffert2008-04-231-4/+5
|
* Initial codejhoffert2008-04-231-0/+959
|
* Updating commentsjhoffert2008-04-231-4/+8
|
* Adding commentsjhoffert2008-01-301-4/+4
|
* Added iteratorsjhoffert2008-01-301-12/+938
|
* Updating iterators for TAO include macrosjhoffert2008-01-301-1/+5
|
* Updated tests to match updates to iteratorsjhoffert2008-01-302-17/+35
|
* Simplifying iterator types using traits from sequencesjhoffert2008-01-181-36/+13
|
* Adding memory test casesjhoffert2008-01-181-2/+20
|
* Fixed use of bracket operator with iterator. The number in the bracket is ↵jhoffert2008-01-101-4/+10
| | | | additive - not absolute.
* Fixed error leaks with bracket operator on iteratorsjhoffert2008-01-101-22/+31
|
* added separate tests for const iteratorswolff12008-01-091-19/+322
|
* Making changes for memory leaksjhoffert2008-01-091-20/+30
|
* Adding fixes for memory leaksjhoffert2008-01-091-13/+949
|
* Grammar change in commentjhoffert2008-01-091-1/+1
|
* added TAO_HAS_SEQUENCE_ITERATORS macro and test for value sequencewolff12007-12-2211-47/+508
|
* Merged trunk changes r79939:80312 into branch TAO_Sequence_Iteratorswolff12007-12-21398-1327/+6847
|
* added initial Unbounded_Object_Ref_Sequence test and checks for ↵wolff12007-12-218-9/+296
| | | | ACE_HAS_STDCPP_STL_INCLUDES
* Merged trunk changes r79939:80324 into branch TAO_Sequence_Iteratorswolff12007-12-21188-2259/+3674
|
* Added const iterator tests for const sequences.jhoffert2007-11-291-4/+320
|
* Adding test for const iterators with const sequences.jhoffert2007-11-291-5/+305
|
* Fixing problems with const reverse iteratorsjhoffert2007-11-291-15/+12
|
* Fixed const begin() factory method and changed ↵jhoffert2007-11-291-8/+8
| | | | Const_Generic_Sequence_Iterator ctor to take a const sequence.
* fixed some issues with const_iterators in Generic_Sequence_T and adjusted testswolff12007-11-195-51/+199
|
* corrected operator* access to sequence_ memberwolff12007-11-171-4/+4
|
* added bounded string supportwolff12007-11-173-1/+348
|
* added more complete iterator tests and removed past_end_ and before_begin_ ↵wolff12007-11-153-151/+223
| | | | iterator members, fixed a typo in Unbounded_Basic_String_Sequence_T
* changed initialization of sequence awolff12007-11-152-19/+23
|
* Fixed some problems with the tests.jhoffert2007-11-151-3/+4
|
* added methods to iterators required for STL Assignable semanticswolff12007-11-151-32/+152
|
* Added a lot of tests for generic sequencewolff12007-11-151-22/+77
|