summaryrefslogtreecommitdiff
path: root/cmake/msvc
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-08-17small tweaks for windows buildingJosh Blum
2011-08-04cmake: specify all the boosts, remove dummy sys/time.h for msvc buildJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum