Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • overall replacement of: | Bibiko | 2010-08-20 | 1 | -27/+31 |
| | | | | | | | | | [aString appendString:[NSString stringWithFormat:]] by [aString appendFormat:] since it's much more faster • first look at loop where several [aStr appendString:] occur to try to combine them into one appendString or appendFormat since the allocation of memory takes really time Note: I tested all my changes but we should test it further to be sure that I didn't a mistake! | ||||
* | Rename CMCopyTable to SPCopyTable. | stuconnolly | 2010-08-19 | 1 | -0/+632 |