Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove .h files for unit tests | Max | 2015-03-16 | 1 | -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 matching | Max | 2015-03-07 | 1 | -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 Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+20 |
| | |||||
* | Rename test files. | stuconnolly | 2012-05-08 | 1 | -0/+84 |