Commit Graph

8 Commits

Author SHA1 Message Date
Vinnie Falco
92bdcba096 Split DH from utils, remove utils from project 2013-05-27 13:16:08 -07:00
JoelKatz
46c1488484 Buglets found by static code inspection, including a whopper in divRound. 2013-04-27 00:35:16 -07:00
JoelKatz
2a06686b7c Round one of fixes to avoid ridiculous numbers of spurious copy constructor and destructor calls.
Most of these fixes involve calls to BOOST_FOREACH to iterate over a map or unordered_map where the
iterator type didn't perfectly match the internal type, so a reference into the map couldn't be created
and a new value/content pair had to be created for each iteration.
2012-12-17 20:20:24 -08:00
JoelKatz
159ab7717b I fixed it for real this time. 2012-12-17 11:56:43 -08:00
JoelKatz
293214155f One last try. 2012-12-17 11:51:43 -08:00
JoelKatz
e9f9406cf9 Try it again. 2012-12-17 11:48:22 -08:00
JoelKatz
f868fb3d23 Maybe fix the build for Jeff. 2012-12-17 11:41:07 -08:00
JoelKatz
5cbc8f0018 Put this code in the repository for discussion. The goal is to make a simple
way to create a tree of parameters that can have compile-time defaults,
configuration file overrides, command line overrides, and run-time get/set
functionality without having to write any additional code for each
parameter.
2012-12-09 21:41:16 -08:00