dxx-rebirth/similar/arch/ogl
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
..
gr.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ogl.cpp Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00