dxx-rebirth/common/maths
Kp b282bea173 Rewrite simple integer casts from C style to static_cast<>
This pass only targets commonly used standard types.

s/(\(\s*\(\(un\)\?signed\|int\|char\|short\|long\|float\|double\|s\?size_t\|\(u\?int[[:digit:]]\+_t\)\)\)\s*)\s*(/static_cast<\1>(/g
2016-06-05 01:04:26 +00:00
..
fixc.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
rand.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
tables.cpp Shrink sincos_table 2016-01-09 16:38:11 +00:00
vecmat.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00