summaryrefslogtreecommitdiff
path: root/cmake/msvc/config.h
AgeCommit message (Collapse)Author
2011-10-25msvc: fixed rint implementations in config.hJosh Blum
Fixed the rint and rintf functions to work properly. Would love to use boost::math::round implementation, but these functions also get included and used in C. Also added llrint and llrintf just because.
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum