summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add Jazzy theme, scripts, initial documentation, and an updated gitignoreJoel Fischer2016-06-021-0/+2
|
* Shift files into root directoryJoel Fischer2016-05-251-3/+2
|
* Ignore a possilbe ./Carthage/Build folderGiovanni Lodi2016-05-121-0/+3
| | | | | | | | | This ignore here is prevent projects fetching sdl_ios as a submodule using Carthage from resulting as `-dirty` in the `git diff`, and always as modified in the `git status`. This is due to Carthage copying its Build folder in every submodule in order to make the whole framework building system work.
* Fix bugs caught by FBInfer static analyzerJoel Fischer2015-06-151-1/+2
| | | | | | | | * -[SDLPolicyDataParser parsePolicyData] check for nil on parameter * -[SDLV1ProtocolHeader parse] check for nil on parameter * -[SDLV2ProtocolHeader parse] check for nil on parameter
* Gitignore Carthage CheckoutsJoel Fischer2015-04-101-9/+5
|
* Added tests for Protocol classesJacob2015-03-031-0/+2
|
* Changed SDLProtocol to recursively call a processMessages method in the ↵Aaron DeGrow2014-10-221-0/+17
| | | | event that more than 1 message is in the buffer
* Initial commitJustin Dickow2014-10-081-0/+26