aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in Mac build1.5alpha2Alan Westbrook2014-01-271-1/+1
| | | | | | | | | Minor but annoying warnings from the mac build fixed. * Incorrect duplication of header causing moc build rule duplication in generated makefile * you aren’t supposed to use char as an array type, probably because it can be a signed type in some compilers. Negative array indexes are problematic.
* added crS3x0r2014-01-201-0/+1
|
* Initial commitJackson Palmer2014-01-191-0/+1543
Successfully building on Ubuntu + Windows.