summaryrefslogtreecommitdiff
path: root/cmake/msvc
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
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