IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @740   22 years Paul Price This commit was generated by cvs2svn to compensate for changes in …
(edit) @739   22 years Paul Price Initial CVS import of better fakeimage: using GSL instead of NR, …
(edit) @738   22 years gusciora
(edit) @737   22 years gusciora First versions of the psMinimize() code.
(edit) @736   22 years gusciora First version of the analytical functions.
(edit) @735   22 years rhl Fixed typo
(edit) @734   22 years evanalst Fixed line continuation fault in source code.
(edit) @733   22 years desonia changed *.d again to not use 'sed -i' (which is not supported in OS/X).
(edit) @732   22 years desonia Reverted *.d back to not using 'sed -i', which is not supported in OS/X.
(edit) @731   22 years evanalst Add additional filter on stderr/stdout files to remove Darwin(Mac OS …
(edit) @730   22 years gusciora I'm getting really tired of this.
(edit) @729   22 years gusciora
(edit) @728   22 years desonia cleaned up the generation of *.d files.
(edit) @727   22 years desonia removed psImageFreePixels.
(edit) @726   22 years Paul Price Removed mention of psFFTInit and psFFTDone: Bug 18.
(edit) @725   22 years desonia reset output.
(edit) @724   22 years desonia added a ifdef to use sqrt instead of sqrtf for OS/X machines.
(edit) @723   22 years desonia fixed the check in runTest to ignore the upper bits of a return value.
(edit) @722   22 years desonia fixed TPOutOfMemory.
(edit) @721   22 years desonia modified TPOutOfMemory to try to allocate HUGE memory segments more …
(edit) @720   22 years desonia added testpoint #547.
(edit) @719   22 years desonia various fixing cooresponding to testpoint #547 (psImageSubset).
(edit) @718   22 years evanalst Added library libgcc to DARWIN build to locate undefined functions …
(edit) @717   22 years desonia replaced psLib.h with pslib.h
(edit) @716   22 years desonia removed the use of psLib.h
(edit) @715   22 years desonia added psImageCopy.
(edit) @714   22 years desonia modified psImage to match currect IfA input and added copy function.
(edit) @713   22 years evanalst Change file name of psLib.h to pslib.h
(edit) @712   22 years desonia adjusted for change in the data union member of psImage.
(edit) @711   22 years desonia added the ps-specific typedefs (psU8, psU16, etc).
(edit) @710   22 years Paul Price Fixed psSphereCoordSystem --> psSphereCoordTransformation
(edit) @709   22 years rhl Minimal support for psVector (void *) type
(edit) @708   22 years rhl * empty log message *
(edit) @707   22 years rhl Updated to match APIs in include/*.h
(edit) @706   22 years rhl Changed to use psVector not psVoidPtrArray
(edit) @705   22 years rhl Provided definition of psSphereCoordSystem -- Typo???
(edit) @704   22 years rhl Fixed typos
(edit) @703   22 years eugene major edits: - psVector defined and used to replace all psFloatArray, …
(edit) @702   22 years Paul Price Changed psTraceSetDestination to take an open FILE* instead of a filename.
(edit) @701   22 years Paul Price Changed filename to open FILE.
(edit) @700   22 years desonia added psImageFreePixels & psImageFreeChildren.
(edit) @699   22 years gusciora
(edit) @698   22 years desonia fixed the automagic dependency calculations.
(edit) @697   22 years desonia added test for psImage (namely tst_psImage).
(edit) @696   22 years desonia fixed Doxygen-only function prototype for psRealloc.
(edit) @695   22 years desonia added psImage.h include.
(edit) @694   22 years desonia initial version, covering TP #546.
(edit) @693   22 years desonia Fixed error found during testing of psImage.
(edit) @692   22 years desonia Interim/pretest version.
(edit) @691   22 years gusciora Reverting to previous version of Makefile (which worked correctly).
(edit) @690   22 years harman Changed names of array tests to vector tests
(edit) @689   22 years harman Fixed memory corruption problem in psVectorRealloc
(edit) @688   22 years harman Updated tests to reflect major changes to psVector
(edit) @687   22 years rhl Make psMemGetRefCounter() return 0 if passed a NULL pointer
(edit) @686   22 years rhl Set module to pslib.logmsg (not logmsg)
(edit) @685   22 years rhl Supply missing ;
(edit) @684   22 years Paul Price Spelled out that psFFTInit and psFFTDone were just suggested examples …
(edit) @683   22 years gusciora Adding the upper/lower quartile code.
(edit) @682   22 years gusciora Added Stdev calculation.
(edit) @681   22 years eugene merged the concepts of a psFloatArray, psDoubleArray, etc into …
(edit) @680   22 years eugene adjusted the type names to the form psS8, psF32, etc
(edit) @679   22 years gusciora bug-fixing and sync with the new psVector structs.
(edit) @678   22 years gusciora
(edit) @677   22 years desonia initial version.
(edit) @676   22 years desonia initial cvs ignore list, which contains the dependency files.
(edit) @675   22 years desonia added automagic determination of code dependencies.
(edit) @674   22 years gusciora Brought psStats.c up-to-date with the new psVector.
(edit) @673   22 years Paul Price Removed extraneous heading ("Destructors").
(edit) @672   22 years desonia moved the type stuff from psVector to psType.h, enhanced the …
(edit) @671   22 years eugene psFloatArray, psDoubleArray, psIntArray, etc merged into psVector. …
(edit) @670   22 years desonia Major refactoring of the Vector alloc/free functions.
(edit) @669   22 years eugene added hardware documents
(edit) @668   22 years harman Updated argument list for vector allocation
(edit) @667   22 years desonia made changes to project.
(edit) @666   22 years desonia fixed include directory location problem.
(edit) @665   22 years desonia include location was wrong.
(edit) @664   22 years desonia Removed the switch statements. It compiles now but just contains …
(edit) @663   22 years desonia Added macros for psElemType to accomplish things like sizeof.
(edit) @662   22 years harman Changed allocation argument list
(edit) @661   22 years desonia changed the name of PS_TYPE* and updated the Vector struct.
(edit) @660   22 years gusciora Added some tests and fixed some bugs in psArrayStats().
(edit) @659   22 years gusciora I removed the docs target from the install target, because it was …
(edit) @658   22 years gusciora Trying to get a global make to work.
(edit) @657   22 years gusciora I am trying to get our Makefiles to work correctly. In order to do …
(edit) @656   22 years gusciora
(edit) @655   22 years gusciora
(edit) @654   22 years gusciora First version of tests for the stats.
(edit) @653   22 years gusciora Added psStats.h
(edit) @652   22 years gusciora Added the median calculation functions.
(edit) @651   22 years gusciora * empty log message *
(edit) @650   22 years harman Removed psArray files which have been replaced with psVector
(edit) @649   22 years harman Initial cut at Eugene's psImage implementation
(edit) @648   22 years desonia Added buffer overflow detection and doxygen comments.
(edit) @647   22 years desonia added buffer overflow detection to psMemory, and tests needed to be …
(edit) @646   22 years harman Extensive rework of psArray/psVector
(edit) @645   22 years harman Extensive rework of psArray/psVector.
(edit) @644   22 years gusciora
(edit) @643   22 years gusciora I put in my own code for the psVector functions, since this was not …
(edit) @642   22 years gusciora I removed psImage.o temporarily (since it was not compiling).
(edit) @641   22 years gusciora I removed the collections stuff, temporarily (since they were failing …
Note: See TracRevisionLog for help on using the revision log.