aboutsummaryrefslogtreecommitdiff
path: root/devel/objectivelib
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - add iconv as direct depenencyDirk Meyer2009-06-051-0/+2
| | | | | | | | - fix buildwith custom LOCALBASE Reported by: QAT Notes: svn path=/head/; revision=235189
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226273
* - update to 1.0.0Dirk Meyer2007-05-253-12/+12
| | | | Notes: svn path=/head/; revision=191723
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - 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