dxx-rebirth/common
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
..
2d Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
3d Omit p3_{u,v,l} from OpenGL builds 2019-01-01 04:54:35 +00:00
arch Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
editor Enable -Wformat-truncation 2018-08-26 18:10:36 +00:00
include Add range helper zip() 2019-05-04 18:27:36 +00:00
main Add range helper zip() 2019-05-04 18:27:36 +00:00
maths Fix integer truncation in quaternion setup 2019-04-13 18:00:07 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ui Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
unittest Add unit tests for valptridx parameter validation 2018-06-17 05:04:38 +00:00