- 20 Jun, 2011 11 commits
-
-
Davis King authored
images of a different size while any kind of zoom was in effect it could cause a segmentation fault.
-
Davis King authored
jump to the beginning.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
routines more robust.
-
Davis King authored
-
Davis King authored
first image.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 19 Jun, 2011 15 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
the XSLT stylesheet file is always created in the same directory as the main XML metadata file.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
object.
-
Davis King authored
-
- 12 Jun, 2011 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
thread_pool. Previously, each separation oracle call was dispatched to a thread individually. This is inefficient when there are a whole lot of samples (and thus separation oracle calls which need to be made). So now entire batches of separation oracle calls are dispatched to each thread. This minimizes the thread switching and synchronization overhead.
-
- 11 Jun, 2011 2 commits
-
-
Davis King authored
this component will be caught by the unit tests.
-
Davis King authored
-
- 10 Jun, 2011 3 commits
-
-
Davis King authored
-
Davis King authored
type_safe_union class to avoid a compiler bug in an older version of gcc.
-
Davis King authored
if the PNG saving routine was #included.
-
- 09 Jun, 2011 2 commits
-
-
Davis King authored
-
Davis King authored
This only happens if the user implements the separation oracle wrong. In this case I had the code setup to force the risk to zero but this just ends up obscuring the fact that the user's separation oracle is incorrect. So I'm removing this check. This should make debugging separation oracles a little easier.
-