aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPStringAdditionsTests.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove .h files for unit testsMax2015-03-161-1/+11
| | | | There is really no point in having them as unit tests don't have an interface someone would want to #import. (and they are disabled right now anyway ;))
* Added an internal algorithm for fuzzy string matchingMax2015-03-071-0/+69
| | | | | * This works similar to a regex matching "abc" as /a.*b.*c/ (ie. all characters of $needle need to be contained in $haystack in the correct order but not neccesarily consecutive). Additionaly some unicode equivalencies are handled. * Changed a tiny helper function from ObjC to plain C
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+20
|
* Rename test files.stuconnolly2012-05-081-0/+84