aboutsummaryrefslogtreecommitdiff
path: root/devel/objectivelib
Commit message (Collapse)AuthorAgeFilesLines
* - use new macrosDirk Meyer2007-01-131-1/+1
| | | | Notes: svn path=/head/; revision=182292
* - update to 0.10Dirk Meyer2006-12-253-4/+29
| | | | Notes: svn path=/head/; revision=180739
* - cleanupDirk Meyer2006-12-011-3/+1
| | | | | | | | forget to mention Obtained from: NetBSD Notes: svn path=/head/; revision=178509
* ObjectiveLib provides two primary services: containers and algorithms.Dirk Meyer2006-12-014-0/+65
An important part of the library that keeps everything moving is iterators. ObjectiveLib is designed to offer the same functionality to Objective-C programmers that the Standard Template Library offers to C++ programmers. Therefore, anyone familiar with the STL will have no trouble using and understanding the machinery of ObjectiveLib. WWW: http://objectivelib.sourceforge.net/ Notes: svn path=/head/; revision=178507