summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-07optimisation: replacing all unnecessary post-increments and post-decrements ↵SlowRiot
with their pre-increment and pre-decrement equivalents wherever the return value isn't used
2014-11-07reducing scope of loop counters, and micro-optimising loops by using != ↵SlowRiot
where safe and pre-increment wherever return value is not used
2014-11-07collapsing duplicate branchSlowRiot
2014-11-07do not check unsigned windowsize for < 0SlowRiot
2014-08-24Create README.mdlvandeve
2014-08-24add example and dev files to LodePNG repositoryLode
2014-08-24adding lodepng to githubLode