|
|
|
@7847
|
20 years |
drobbin |
Fixed memory leaks in psMetadataConfig (p_psMetadataKeyArray) from …
|
|
|
|
@7846
|
20 years |
Paul Price |
* Moving common functions (convertFitsToPsType and …
|
|
|
|
@7832
|
20 years |
jhoblitt |
change/fix psMetadataConfigFormat()'s to properly declare MULTIs
|
|
|
|
@7831
|
20 years |
drobbin |
Added test for psStringSubstitute. Ran test, fixed errors. Fxn now …
|
|
|
|
@7823
|
20 years |
Paul Price |
Allowing the writing of a completely minimal header.
|
|
|
|
@7816
|
20 years |
Paul Price |
Adding PS_ASSERT_ARRAY macros.
|
|
|
|
@7813
|
20 years |
Paul Price |
Adding tap version of test to .cvsignore.
|
|
|
|
@7812
|
20 years |
Paul Price |
Adding .cvsignore files for tap testing.
|
|
|
|
@7808
|
20 years |
jhoblitt |
fix psVectorExtend() tests
|
|
|
|
@7806
|
20 years |
jhoblitt |
don't set psVector->n for newly psVectorAlloc()'d vectors
|
|
|
|
@7805
|
20 years |
jhoblitt |
skip tests on NULL pointers
|
|
|
|
@7804
|
20 years |
jhoblitt |
change LT_VERSION to 0:13:0
|
|
|
|
@7801
|
20 years |
jhoblitt |
reapply 1.70
|
|
|
|
@7800
|
20 years |
jhoblitt |
version to 0.12.99
|
|
|
|
@7796
|
20 years |
jhoblitt |
use .0 instead of .00 in the version
|
|
|
|
@7795
|
20 years |
jhoblitt |
rollback 1.70
prepare for 0.12.0 release
|
|
|
|
@7793
|
20 years |
jhoblitt |
remove verified from EXTRA_DIST as make dist can't handle …
|
|
|
|
@7790
|
20 years |
jhoblitt |
add psVectorCopy() tests
|
|
|
|
@7789
|
20 years |
jhoblitt |
add psVectorLength() tests
|
|
|
|
@7788
|
20 years |
jhoblitt |
add psVectorCountPixelMask() tests
|
|
|
|
@7787
|
20 years |
jhoblitt |
add psVectorGet() & psVectorSet() tests
|
|
|
|
@7786
|
20 years |
jhoblitt |
add psVectorCreate() tests
|
|
|
|
@7785
|
20 years |
jhoblitt |
add psVectorInit() tests
|
|
|
|
@7779
|
20 years |
jhoblitt |
add psVectorExtend() tests
|
|
|
|
@7778
|
20 years |
magnier |
more updates to tap_psVector.c
|
|
|
|
@7777
|
20 years |
jhoblitt |
fwv
|
|
|
|
@7775
|
20 years |
jhoblitt |
This commit was generated by cvs2svn to compensate for changes in …
|
|
|
|
@7773
|
20 years |
jhoblitt |
add tap_psVector libtap test driver example
|
|
|
|
@7768
|
20 years |
jhoblitt |
fix MySQL time support (no searching support yet)
|
|
|
|
@7767
|
20 years |
Paul Price |
Adding psAssert.h
|
|
|
|
@7766
|
20 years |
Paul Price |
Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
|
|
|
|
@7765
|
20 years |
Paul Price |
Removed macros to create static variables.
Removed PS_IMAGE_SET …
|
|
|
|
@7764
|
20 years |
Paul Price |
Removing static variables. See bug 768.
|
|
|
|
@7763
|
20 years |
Paul Price |
Removing PS_VECTOR_SET_TYPE macros --- use psVectorInit instead.
|
|
|
|
@7762
|
20 years |
Paul Price |
Removing macros that copy vectors to static vectors.
|
|
|
|
@7761
|
20 years |
Paul Price |
Removing conversion macros --- use psVectorCopy for this.
|
|
|
|
@7753
|
20 years |
magnier |
fixed memory leak in psVectorFitPolynomial1D
|
|
|
|
@7736
|
20 years |
magnier |
fixed overflow bug in psImageJpeg
|
|
|
|
@7713
|
20 years |
Paul Price |
Adding special handling for COMMENT and HISTORY keywords.
|
|
|
|
@7707
|
20 years |
drobbin |
Edited doxygen in psString.h. Updated tests (for removal of …
|
|
|
|
@7703
|
20 years |
jhoblitt |
add psTimeStrptime()
|
|
|
|
@7701
|
20 years |
jhoblitt |
remove commented code
|
|
|
|
@7700
|
20 years |
jhoblitt |
add psTimeToTM()
rename p_psTimeFromTM() -> psTimeFromTM()
minor …
|
|
|
|
@7699
|
20 years |
jhoblitt |
add psMetadataLookupTime()
|
|
|
|
@7697
|
20 years |
magnier |
fixed error in psImageJpegColormapAlloc: vector length not set
|
|
|
|
@7663
|
20 years |
Paul Price |
Cleaning up psImageInit (no variable should ever be named "TTT"!). …
|
|
|
|
@7661
|
20 years |
jhoblitt |
change psDBCleanup() to quietly handle NULLs
|
|
|
|
@7660
|
20 years |
jhoblitt |
fix accidental free'ing of a lookuptable
|
|
|
|
@7656
|
20 years |
drobbin |
removed psAbort call in ImageInit.
|
|
|
|
@7655
|
20 years |
jhoblitt |
remove an unneeded assertion from psDBGenerateSelectRowSQL()
|
|
|
|
@7654
|
20 years |
jhoblitt |
more misc cleanups: assertions & variable declarations
|
|
|
|
@7653
|
20 years |
rhl |
Make PS_FILE_LINE actually work
|
|
|
|
@7652
|
20 years |
jhoblitt |
misc cleanups: assertions, memory leaks, etc. (unfinished)
|
|
|
|
@7651
|
20 years |
jhoblitt |
change psDBInsertRows() to use p_psDBRunQueryPrepared()
change …
|
|
|
|
@7646
|
20 years |
Paul Price |
Adding memory checking at exit when environment variable …
|
|
|
|
@7644
|
20 years |
jhoblitt |
- rework the way MYSQL_BIND arrays are handled so that they are …
|
|
|
|
@7626
|
20 years |
Paul Price |
Applying patch from Josh: patch to make psdb thread safe.
|
|
|
|
@7619
|
20 years |
magnier |
fixed error in constraints for psImage
|
|
|
|
@7617
|
20 years |
Paul Price |
Applying patch from Josh. Renaming psMemThreadSafety to …
|
|
|
|
@7612
|
20 years |
drobbin |
Edited psImageFitPoly and EvalPoly. Scaling factors were using …
|
|
|
|
@7608
|
20 years |
rhl |
1/ The p_psMemAllocatePersistent() block didn't cover enough of
the …
|
|
|
|
@7607
|
20 years |
rhl |
Another change in the long quest to fix building without libjpeg …
|
|
|
|
@7603
|
20 years |
Paul Price |
Adding psLine.h to pslib.h
|
|
|
|
@7596
|
20 years |
drobbin |
Edited test for psImageFitPoly after row, col updates in psImageStats. …
|
|
|
|
@7594
|
20 years |
Paul Price |
psMessageDestination protocols should be case-insensitive.
|
|
|
|
@7588
|
20 years |
drobbin |
edited psLogMsgV to accept arguments ("",PS_LOG_ABORT,"",argPtr). Was …
|
|
|
|
@7587
|
20 years |
drobbin |
Edited psMessageDestination to correctly set logFD. Updated tests - …
|
|
|
|
@7579
|
20 years |
drobbin |
removed 'const' from ImageSet/VectorSet and worked on indice problem …
|
|
|
|
@7571
|
20 years |
Paul Price |
Cleaning up psTrace: getting rid of old code.
|
|
|
|
@7570
|
20 years |
Paul Price |
Cleaning up.
|
|
|
|
@7569
|
20 years |
Paul Price |
Abstracting stdout, stderr file descriptors, just in case.
|
|
|
|
@7568
|
20 years |
Paul Price |
Overhauled in preparation for the use of sockets, etc, for log …
|
|
|
|
@7564
|
20 years |
Paul Price |
Changing psS32 to int to correspond to SDRS.
|
|
|
|
@7563
|
20 years |
Paul Price |
Removing const from psRegionIsNaN: it's passed by value, so doesn't …
|
|
|
|
@7553
|
20 years |
Paul Price |
Removing extraneous #if-ed out code.
|
|
|
|
@7552
|
20 years |
Paul Price |
Removing extraneous comma.
|
|
|
|
@7551
|
20 years |
Paul Price |
Removing inline from header file.
|
|
|
|
@7550
|
20 years |
Paul Price |
Changing long to int to match SDRS.
|
|
|
|
@7549
|
20 years |
Paul Price |
Removing "inline" in the header file.
|
|
|
|
@7548
|
20 years |
Paul Price |
Adding const to psMetadataPrint
|
|
|
|
@7547
|
20 years |
Paul Price |
Removing stats from psLookupTableInterpolateAll
|
|
|
|
@7546
|
20 years |
Paul Price |
Removing stats for psLookupTableInterpolateAll.
|
|
|
|
@7545
|
20 years |
Paul Price |
Removing stats for psLookupTableInterpolateAll
|
|
|
|
@7541
|
20 years |
Paul Price |
Changing type of x,y to int instead of long.
|
|
|
|
@7540
|
20 years |
Paul Price |
Adding const for headers when writing, to match SDRS.
|
|
|
|
@7538
|
20 years |
Paul Price |
Adding "const" to synch with SDRS.
Removing extraneous old code that …
|
|
|
|
@7535
|
20 years |
Paul Price |
x refers to the column, y refers to the row (bug 765).
|
|
|
|
@7534
|
20 years |
Paul Price |
Removing const from psImageSet.
|
|
|
|
@7533
|
20 years |
Paul Price |
Fixing psImageGet, psImageSet: x,y were around the wrong way (!), …
|
|
|
|
@7524
|
20 years |
magnier |
replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc
|
|
|
|
@7523
|
20 years |
magnier |
removed psRegion definition (was ifdef-ed out and moved to psRegion.h …
|
|
|
|
@7498
|
20 years |
Paul Price |
S64 and U64 are printed with %jd and %ju --- the 'j' is architecture …
|
|
|
|
@7497
|
20 years |
Paul Price |
Applying patch from Josh to fix logic error.
|
|
|
|
@7496
|
20 years |
magnier |
two changes to the behavior of psRegionFromString:
1) [0:0,0:0] …
|
|
|
|
@7490
|
20 years |
Paul Price |
S64 and U64 should be printed with %lld and %llu.
|
|
|
|
@7472
|
20 years |
drobbin |
Added support for psU64 and psS64 in datatype, metadata, metadataItem, etc.
|
|
|
|
@7468
|
20 years |
magnier |
added support in ConfigParse for U8,U16,U32,S8,S16; replaced …
|
|
|
|
@7467
|
20 years |
magnier |
fixed limits on assert
|
|
|
|
@7465
|
20 years |
Paul Price |
Changing pmFitsReadTable definition to use const.
|
|
|
|
@7464
|
20 years |
rhl |
Fix error messages about C preprocessor failing
|
|
|
|