GitXplorerGitXplorer
R

CHTape

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e0fba058c1f2a0d56c56b6031fdf1f22967e5688

updated commit ref

RReDetection committed 10 years ago
Unverified
818b8c7c15f4ebded4525c3aa45cb7dc6e4cafb8

don't crash when query for object peek in the start/end of tape

RReDetection committed 10 years ago
Unverified
178311466397457557110f57a8a7cef3bbbcdd7b

successful compilation under ARC

RReDetection committed 10 years ago
Unverified
54c7305d460c5f794e54ae4db70d33e3373aa5d9

made a podspec, added info in the README

RReDetection committed 10 years ago
Unverified
32850c0f3add59e6b572e7ffa9e18f0d99f35fcf

Update README.md

cchris-huxtable committed 10 years ago
Unverified
6036c41a7576a41cd204adff3df0c6cceb63802b

Update README.md

cchris-huxtable committed 10 years ago

README

The README file for this repository.

CHTape

A lightweight & fast Objective-C implementation of a doubly linked list, including a cursor for easy traversal.

Installation

CocoaPods

CHTape can be easily installed with CocoaPods. Just add this line to the Podfile

pod 'CHTape', :git => 'https://github.com/chris-huxtable/CHTape.git'

Manual install

Copy CHTape.{h,m}, CHMutableTape.{h,m}, CHTapeCursor.{h,m} to your project. This collection does not support ARC due to technical and performance issues. To use this with ARC add the compiler flag -fno-objc-arc to the 'Compile Sources' build phase of your project for CHTape.m, CHMutableTape.m, and CHTapeCursor.m.