Go to file
Kp 3bd10610fc Use xrange for loops with zero start and simple identifier end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*!=\s*\([A-Za-z_0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\3))/
2019-05-04 18:27:37 +00:00
common Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
contrib Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
d1x-rebirth Avoid crash loading polymodels with invalid subcalls 2019-03-06 05:03:48 +00:00
d2x-rebirth Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
Documentation Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
similar Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
.gitattributes
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ISSUE_TEMPLATE.md Add more distributions to ISSUE_TEMPLATE.md 2018-12-30 00:43:58 +00:00
SConstruct Fix gcc-4.9 build 2019-04-28 00:53:40 +00:00