summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-05-09 03:44:23 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-05-09 03:44:23 (GMT)
commitd7e8121f06c97858ffc59cd2582190e33f7438ca (patch)
tree789957ccbc72a5b32b07614988307b70c2f847e3 /ChangeLog
parented3ea321aeec1cc4ff0a5d148894afbd79fb7281 (diff)
downloadtcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.zip
tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.tar.gz
tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.tar.bz2
* Makefile:
Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: * imageDirectory.h: * stitchEngine.h: * stitcher.cpp: Added computation of Brenner gradient and median of several images to allow for computation of white balance on the fly. Replaced a lot of 'unsigned' quantities with 'int' to avoid surprises on overflow. Turned the images to run in X-major order again. This requires a 64-bit machine for the larger images, but is considerably more cache-friendly, and reduces stitch times of the smaller images by nearly half.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 411943c..75991e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-09 Kevin B. Kenny <kennykb@acm.org>
+
+ * tests/dict.test (dict-19.2): Corrected a bug where
+ the test was changed to use [apply] instead of a temporary
+ proc, but the cleanup script still attempted to delete
+ the temporary proc.
+
2008-05-07 Donal K. Fellows <dkf@cspool38.cs.man.ac.uk>
* generic/tclCompCmds.c (TclCompileDictAppendCmd): Fix silly