IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12431   19 years Paul Price Removing complex number support. No-one was using it, and it prevents …
(edit) @12430   19 years Paul Price Configuration fixes to allow configure to run successfully on …
(edit) @12417   19 years jhoblitt attempt to fix libtool version number
(edit) @12415   19 years jhoblitt minor cleanups
(edit) @12414   19 years jhoblitt use ok_[foo] macros ws
(edit) @12413   19 years jhoblitt use ok_[foo] macros ws
(edit) @12412   19 years jhoblitt use ok_double(foo, NAN,... instead of ok(isnan(foo),…
(edit) @12411   19 years jhoblitt use ok_[type]() macros where appropriate and split-up large logical …
(edit) @12410   19 years jhoblitt add is_bool() macro ws
(edit) @12409   19 years jhoblitt change psTimeConvert() to return NULL when passed an invalid psTime object
(edit) @12408   19 years gusciora This test works now, however I "fixed" it by changing the number of …
(edit) @12407   19 years jhoblitt switch to ok_str() instead of using custom error reporting with diag()
(edit) @12406   19 years jhoblitt fix broken leapsecond tests
(edit) @12405   19 years gusciora Fixed divide-by-zero code
(edit) @12395   19 years jhoblitt fix 2 failing tests (logic errors) change 2 failing tests to use …
(edit) @12394   19 years jhoblitt change psDBSelectColumn() to return NULL instead of "" for NULL …
(edit) @12393   19 years jhoblitt update/forward port all "orginal" psDB tests
(edit) @12390   19 years jhoblitt correctly compare float/double NAN values
(edit) @12389   19 years gusciora Looks like psVectorInit was changed: Can no longer initialize an …
(edit) @12385   19 years gusciora Fixed problem with running in the test directory.
(edit) @12384   19 years jhoblitt define macros only once add is_int() & is_long() macros
(edit) @12383   19 years jhoblitt ws
(edit) @12381   19 years Paul Price Robert Lupton reported that using var_arg for psImageInit gives it no …
(edit) @12380   19 years jhoblitt only include psMemBlock.backtrace & .backtraceSize if PS_MEM_BACKTRACE …
(edit) @12357   19 years jhoblitt more cleanup
(edit) @12356   19 years jhoblitt cleanups fix test count
(edit) @12353   19 years jhoblitt fix segfault don't call ok() from inside a loop
(edit) @12351   19 years jhoblitt re-import the original psDB tests, currently broken
(edit) @12335   19 years jhoblitt VERSION 1.1.1
(edit) @12334   19 years jhoblitt test for MD5 in libcrypto instead of libssl.
(edit) @12331   19 years Paul Price Fixing tests following API changes.
(edit) @12330   19 years Paul Price Making psPixels APIs to look more like the psArray, psVector APIs …
(edit) @12329   19 years Paul Price Fixing up API for psLookupTableImport --- should return bool, because …
(edit) @12318   19 years Paul Price Fixing test 59 for the correct return value for NULL comparison function.
(edit) @12317   19 years Paul Price Fixing bug in psListSort --- iterators weren't being made to point at …
(edit) @12316   19 years Paul Price Check on empty hash table.
(edit) @12315   19 years Paul Price Fixing assetion on hash table size.
(edit) @12314   19 years Paul Price Incorrectly removed check on empty list.
(edit) @12311   19 years Paul Price Removed criterion that was important.
(edit) @12310   19 years Paul Price Got things the wrong way around.
(edit) @12309   19 years Paul Price Backing off some assertion parameters that were only present in the …
(edit) @12308   19 years Paul Price Index may be negative.
(edit) @12307   19 years Paul Price Put it in the wrong place.
(edit) @12306   19 years Paul Price Fixing another typo.
(edit) @12304   19 years Paul Price MD5 (wrapper script for various MD5_* functions) seems to be in the …
(edit) @12303   19 years Paul Price Fixing some assertions that had <= instead of <
(edit) @12298   19 years Paul Price Putting bitset back in --- easier to include it than not to, for now.
(edit) @12297   19 years Paul Price Missed a paren.
(edit) @12296   19 years Paul Price Wouldn't accept unset RVAL.
(edit) @12294   19 years jhoblitt change --enable-optimize to ignore the current CFLAGs in case a …
(edit) @12293   19 years Paul Price Adding SVD sorting bug fix from Robert Lupton.
(edit) @12292   19 years Paul Price Bug 870: psMatrixSVDSolve (code from Andy Becker, named by PAP) is not …
(edit) @12290   19 years Paul Price Allowing PS_ASSERT_INT_* to be used with any integer type (e.g., long).
(edit) @12289   19 years Paul Price Adding additional type-specific assertions, and employing them where …
(edit) @12288   19 years Paul Price Removing psBitSet from the build --- we don't use it.
(edit) @12287   19 years Paul Price Flushing out a lot of code that could be done more simply another way. …
(edit) @12286   19 years Paul Price Changing assertions to be more suitable.
(edit) @12284   19 years jhoblitt ws
(edit) @12283   19 years Paul Price Adding function psMetadataKeys to return a list of keys from a …
(edit) @12257   19 years gusciora Removed bug with psVector->n++
(edit) @12256   19 years magnier added special case for division to handle div-by-zero; added different …
(edit) @12250   19 years gusciora Switch to the original larger image sizes with psImageShift()
(edit) @12249   19 years gusciora Fixed bug in the interpolation for the ImageShift tests. Fixed bug in …
(edit) @12248   19 years Paul Price Fixing SEGV from mask being NULL.
(edit) @12247   19 years gusciora Adjusted plan_tests() arg.
(edit) @12246   19 years gusciora Removed the psVector->n++ increments.
(edit) @12242   19 years gusciora I recalculated the correct values for the sample-mean tests with an …
(edit) @12239   19 years gusciora Corrected test cases
(edit) @12223   19 years jhoblitt add a newline to SQL tracing statements
(edit) @12211   19 years gusciora Corrected simple problems.
(edit) @12210   19 years gusciora Fixed remaining failing tests in this file.
(edit) @12208   19 years gusciora Corrected the NULL string code.
(edit) @12199   19 years gusciora Corrected the x-order for the polynomial fits.
(edit) @12198   19 years gusciora Corrected problems with psVector ->nalloc and ->n members.
(edit) @12196   19 years gusciora Corrected the test for U* image initialization.
(edit) @12195   19 years gusciora Commented out ImageConvolve section because of SDRS changes.
(edit) @12194   19 years gusciora Modified formatting for warning messages.
(edit) @12193   19 years gusciora Corrected location of the pslib.config file in the test file.
(edit) @12187   19 years Paul Price Adding psImageConvolveMask
(edit) @12186   19 years Paul Price The usual way is much faster (factor of 3) for filled kernels. Might …
(edit) @12185   19 years Paul Price Adding convolution benchmark utility
(edit) @12183   19 years Paul Price Whoops, wrong place.
(edit) @12181   19 years Paul Price Adding convolution benchmarking program.
(edit) @12180   19 years Paul Price Fixing, following API change.
(edit) @12179   19 years Paul Price Removing optional output image from psImageConvolve APIs due to …
(edit) @12171   19 years jhoblitt fix arrayAlloc()'s usage of psAlloc() so that is properly passing …
(edit) @12170   19 years jhoblitt fix a segfault in p_psDBFetchResult() when no rows are returned/ yet …
(edit) @12156   19 years gusciora Removed diag() macros.
(edit) @12155   19 years gusciora These were modified and then renamed to tap_psImageFFT.c and …
(edit) @12154   19 years gusciora Formally tap_psImageFFT2.c tap_psVectorFFT2.c. Since much of the …
(edit) @12128   19 years jhoblitt change psDBLastInsertID() to return long long
(edit) @12094   19 years gusciora Made several changes to keep the tap tests up-to-date with recent src …
(edit) @12072   19 years jhoblitt add psSlurpFilename()
(edit) @12001   19 years Paul Price Fixing tsum.
(edit) @12000   19 years Paul Price Generated kernel should be relative to the LAST data point (for OTA …
(edit) @11999   19 years Paul Price Fixing bug due to wrong sense of boolean.
(edit) @11998   19 years Paul Price Fixing error type.
(edit) @11977   19 years Paul Price psFitsReadHeaderSet was adding the headers so that the final result …
(edit) @11795   19 years magnier fixed counting to be consistent with dvoMakeCorrUnbin; this may break …
(edit) @11760   19 years Paul Price Fixing compilation problems following change to histogram API.
Note: See TracRevisionLog for help on using the revision log.