| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
the test was changed to use [apply] instead of a temporary
proc, but the cleanup script still attempted to delete
the temporary proc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
confusing the simple-minded code doing the calculations). [Bug 1903325]
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to work, immediate operands referring to aux-data must be identified as such in the instruction descriptor table using OPERAND_AUX4 (all are always 4 bytes).
Rewrote the compiled [dict update] so that it stores critical non-varying data in an aux-data value instead of a (shimmerable) literal. [Bug 1671001]
|
| |
|
|
|
|
|
| |
file needs to avoid stomping on the assumptions of other files, and
protect against getting stomped as well.
|
| |
|
| |
|
|
|
|
| |
is being pursued elsewhere.
|
|
|
|
|
|
| |
[kennykb-numerics-branch] Resynchronized with the HEAD; at this
checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and
kennykb-numerics-branch contain identical code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading
to simplified code.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tests/resource.test: [Bugs 710370, 710358]
* tests/dict.test:
* tests/dict.test: Updated [package require tcltest] lines to
* tests/fileSystem.test: indiciate that these test files
* tests/lrepeat.test: use features of tcltest 2. [Bug 706114]
* tests/notify.test:
* tests/parseExpr.test:
* tests/unixNotfy.test:
* tests/winDde.test:
|
|
|
|
|
|
|
|
|
|
| |
* tests/basic.test: Bug 489537, Tcl's longstanding failure to
* tests/dict.test: properly quote any leading '#' character
* tests/dstring.test: when generating the string rep of a list
* tests/list.test: so that the comment-power of that character
* tests/parse.test: is hidden from any [eval], in order to
* tests/util.test: satisfy the documentation that [list] does
[eval]-safe quoting.
|
|
|
|
| |
be defined (though not necessarily useful) everywhere.
|
|
into the rest of the core, but that won't take long...
|