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) @11759   19 years Paul Price Fixing bug 843 by modifying functions that (unnecessarily) returned an …
(edit) @11756   19 years Paul Price psClipIter returns immediately if no clipping is desired. Default is …
(edit) @11755   19 years Paul Price Can really only code a single rejection iteration in psClip, because …
(edit) @11729   19 years gusciora First version.
(edit) @11727   19 years Paul Price Adding convolution benchmarks program.
(edit) @11725   19 years Paul Price Moving FFT test into tap_psImageFFT2
(edit) @11724   19 years Paul Price Renaming psMetadataItemTransfer to psMetadataItemSupplement
(edit) @11719   19 years Paul Price Fixing allocation problem.
(edit) @11718   19 years Paul Price Adding tests of vector FFT: going back and forth
(edit) @11717   19 years Paul Price Testing that forward and backward FFTs work.
(edit) @11716   19 years Paul Price Row-by-row copy only necessary for children images.
(edit) @11714   19 years Paul Price Fixing memory corruption issue due to confusing columns and rows in …
(edit) @11712   19 years Paul Price Fixing apparent gcc 3.4.3 problem with preprocessor statements within …
(edit) @11711   19 years jhoblitt change selected psString*() functions into wrappers so file/lineo/func …
(edit) @11710   19 years jhoblitt change psLookupTableAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11709   19 years jhoblitt change psHashAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11708   19 years jhoblitt change psBitSetAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11707   19 years jhoblitt change psPixel*Alloc() functions to pass in file/lineno/func …
(edit) @11706   19 years jhoblitt change psMetadata*Alloc() functions to pass in file/lineno, func …
(edit) @11705   19 years jhoblitt change psListAlloc() & psListIteratorAlloc() into wrappers so …
(edit) @11704   19 years Paul Price Fixes so it compiles. psVector FFTs don't work yet --- need to fix …
(edit) @11703   19 years Paul Price Reworked image convolution (split direct and FFT methods into separate …
(edit) @11701   19 years jhoblitt change psArrayAlloc(), psArrayAllocEmpty(), & psArrayRealloc() into …
(edit) @11700   19 years jhoblitt typo fix
(edit) @11699   19 years jhoblitt change psImageAlloc() & psImageRecycle() into wrappers so …
(edit) @11698   19 years jhoblitt change psVectorRecycle(), psVectorCopy, & psVectorCreate() into …
(edit) @11697   19 years jhoblitt update authors change psScalarAlloc() & psScalarCopy() into wrappers …
(edit) @11696   19 years jhoblitt change psVectorAllocEmpty() & psVectorAllocEmpty() into wrappers so …
(edit) @11695   19 years jhoblitt author update
(edit) @11694   19 years jhoblitt ./sys header file cleanup: formatting/whitespace fixes add a …
(edit) @11693   19 years jhoblitt fix broken macro
(edit) @11692   19 years gusciora Correct the tests.
(edit) @11691   19 years gusciora Added tap_psImagePixelExtract.c
(edit) @11690   19 years gusciora First version: tap_psImagePixelExtract.c. 4 failed subtests.
(edit) @11689   19 years gusciora No changes made.
(edit) @11688   19 years gusciora Fixed uninitialized variable errorFlag.
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11685   19 years gusciora Fixed small compiler errors due to new compile flags.
(edit) @11684   19 years gusciora include string.h
(edit) @11683   19 years gusciora Removed compile errors.
(edit) @11682   19 years gusciora Added ImageConvolve.
(edit) @11681   19 years gusciora First version. 3 known failures.
(edit) @11680   19 years Paul Price Fixing logical error.
(edit) @11675   19 years jhoblitt cast const struct memory to void * for psFree()
(edit) @11674   19 years jhoblitt change psFree() macro to *NOT* cast all pointers to (void *) change …
(edit) @11673   19 years Paul Price Adding PS_ASSERT_IMAGE_TYPE_F32_OR_F64.
(edit) @11672   19 years jhoblitt remove all use of psType.h types -- psMemory.h now has no ps*.h …
(edit) @11670   19 years jhoblitt remove psTest (unused, bit rotted)
(edit) @11669   19 years jhoblitt move psPolynomial*metdata() functions from psMetdata.* into …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @11667   19 years gusciora Fixed memory leaks
(edit) @11666   19 years gusciora Removed diag() and note() messages.
(edit) @11665   19 years gusciora Removed tests that cause an abort. Preserved ok() failure.
(edit) @11663   19 years gusciora This compiles now, but still doesn't run correctly.
(edit) @11662   19 years gusciora Reordered tests, this should be okay.
(edit) @11661   19 years gusciora Fixed test
(edit) @11660   19 years gusciora Fixed this…
(edit) @11657   19 years gusciora Fixed erroneous NULL parameter test.
(edit) @11656   19 years gusciora Modified the plan_test() args for Stats. Modified the actual test code …
(edit) @11655   19 years jhoblitt don't set PS_NO_TRACE is PSLIB_CFLAGS when --enable-optimize is set
(edit) @11654   19 years jhoblitt bump .so version to 1.1.0
(edit) @11641   19 years jhoblitt version to 1.1.0
(edit) @11627   19 years jhoblitt version 1.0.0
(edit) @11621   19 years jhoblitt add IPP_STDCFLAGS
(edit) @11620   19 years jhoblitt split IPP_STDCFLAGS out of IPP_STDOPTS
(edit) @11619   19 years magnier bad init in psVectorSortIndex
(edit) @11618   19 years magnier fixed un-inits
(edit) @11617   19 years jhoblitt include psMemory.h last
(edit) @11616   19 years jhoblitt don't include string.h in psString.h
(edit) @11614   19 years jhoblitt set LT version to 1:0:0
(edit) @11609   19 years Paul Price Adding automake temps to .cvsignore.
(edit) @11606   19 years Paul Price aclocal needs flags to find m4 macros.
(edit) @11547   19 years jhoblitt remove temp files
(edit) @11534   19 years jhoblitt remove paths from EXTRA_DIST
(edit) @11531   19 years jhoblitt call IPP_STDOPTS only after all configure steps have ran
(edit) @11520   19 years jhoblitt always building psTrace functions, even if tracing has been disabled
(edit) @11519   19 years jhoblitt add --disable-trace option
(edit) @11504   19 years jhoblitt move setting of CFLAGS lang option values until after all probes have run
(edit) @11493   19 years jhoblitt move --enable-[optimize|coverage|profile] off into there own m4 macro
(edit) @11449   19 years Paul Price Adding psTraceLevels to return a metadata with the trace levels.
(edit) @11440   19 years jhoblitt enabling building of: tap_psImageShiftKernel …
(edit) @11439   19 years jhoblitt mv tap_psFits, tap_psImageFFT, tap_psVectorFFT, and tap_psXML from …
(edit) @11438   19 years gusciora Adjusted plan_test() args
(edit) @11437   19 years gusciora Removed Coord01 test because the psProject spec changed.
(edit) @11436   19 years gusciora Adding Makefile.am for latests tap files.
(edit) @11426   19 years jhoblitt fix error handling in psDBAlloc()
(edit) @11424   19 years gusciora Corrected the plan_tests() args.
(edit) @11423   19 years gusciora Corrected the plan_tests() args.
(edit) @11422   19 years gusciora Corrected small problem with unallowed type allocation.
(edit) @11420   19 years gusciora Corrected plan_tests() arguments.
(edit) @11419   19 years jhoblitt change psCheckMemLeaks() to exit immediately if no memory has been …
(edit) @11416   19 years jhoblitt rename psMemCheckCorruption() -> p_psMemCheckCorruption() & add a …
(edit) @11402   19 years gusciora Removed about a million ok messages.
(edit) @11398   19 years gusciora First version of these tests. tap_psFits, tap_psImageFFT, …
(edit) @11397   19 years gusciora Improved skip macro placement for the PolyEval files. Fist version of …
(edit) @11374   19 years gusciora Latest version. Removed VERBOSE macro.
(edit) @11320   19 years jhoblitt remove ridiculous use of error handling from p_psDBRunQuery() add …
(edit) @11299   19 years magnier adjusted meaning of dx, dy
(edit) @11265   19 years jhoblitt merge jch-memory branch - overhaul of memory subsystem
(edit) @11258   19 years magnier minor comment
Note: See TracRevisionLog for help on using the revision log.