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) @10044   20 years jhoblitt add psDBAffectedRows()
(edit) @10017   20 years magnier finished psSparseBorder, runs tests ok
(edit) @10016   20 years magnier added tap_psSparse
(edit) @10015   20 years magnier finished initial psSparse tests
(edit) @10010   20 years magnier added tap tests for psSparseBorder functions
(edit) @10009   20 years magnier added psSparseBorder for special matrices
(edit) @10008   20 years jhoblitt implement database store support for psU32 & psU64s
(edit) @10001   20 years magnier more dev work on the psSparseBorder concepts
(edit) @9999   20 years jhoblitt change psDBPackMySQLRow() & psDBGenerateCreateTableS() to support …
(edit) @9995   20 years Paul Price Fixing compilation errors.
(edit) @9991   20 years magnier adding psSparseBorder APIs (ifdef-ed out)
(edit) @9990   20 years jhoblitt rename psDBInit() -> psDBAlloc() and set psDBFree() as the deallocator …
(edit) @9989   20 years Paul Price Function to get config file name was not globally visible.
(edit) @9988   20 years jhoblitt fix default etc dir
(edit) @9987   20 years Paul Price Changing p_psGetConfigFileName to p_psTimeConfigFileName --- previous …
(edit) @9985   20 years jhoblitt add support for "unique" fields
(edit) @9982   20 years Paul Price Fixing bug in psVectorHistogram when input is not of type F32.
(edit) @9980   20 years des Changed "if (MJD == NAN"..." to "if isnan(MJD)..." per Standard C.
(edit) @9979   20 years jhoblitt fix the install paths so that "shared" install files are contained in …
(edit) @9978   20 years des In function psVectorToString, appended after line 548 the following …
(edit) @9977   20 years drobbin Someone moved the datadir from psLib/share/pslib to psLib/share so …
(edit) @9976   20 years drobbin Implemented testing for psEarthOrientation. Done with motion, working …
(edit) @9975   20 years Paul Price Adding assertion on rng.
(edit) @9974   20 years Paul Price Excess psMetadataAddItem was causing errors ("Duplicate metadata item …
(edit) @9948   20 years drobbin Added empty test templates for psEarthOrientation.c and updated makefile
(edit) @9941   20 years drobbin Reformatted for consistency between tests.
(edit) @9939   20 years Paul Price string.h is required for strlen.
(edit) @9938   20 years jhoblitt in getMetadataType() remove duplicate call to psMetadataAddItem() …
(edit) @9937   20 years jhoblitt when parsing a line don't terminate the comment at a '~'
(edit) @9936   20 years drobbin Reformatting done for consistency between tests.
(edit) @9935   20 years jhoblitt print got/expected on ok_str() failure
(edit) @9934   20 years drobbin Replaced all unreachable spots I removed previously.
(edit) @9933   20 years drobbin Tap test for psSphereOps.c. execute_tap script added for convenience. …
(edit) @9932   20 years drobbin Added files for profiling reporting in astro/. Error checks for NAN …
(edit) @9931   20 years jhoblitt fix printing of empty METADATA comments
(edit) @9927   20 years magnier added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
(edit) @9926   20 years magnier added tap_psImageShiftKernel.c to test NxN kernel-shifting code
(edit) @9921   20 years jhoblitt remove name from p_psParseLevelInfo add 'nested' metadata's to the …
(edit) @9920   20 years jhoblitt remove passing around of a metadata nesting level param as this …
(edit) @9919   20 years jhoblitt delay parseLevelInfoArray alloc in parseLine() until it's really needed
(edit) @9918   20 years jhoblitt check fclose()'s return status
(edit) @9917   20 years jhoblitt revamp parseVector()
(edit) @9916   20 years jhoblitt split parseGeneric(), parseType(), & parseMetadataEnd() out of …
(edit) @9912   20 years jhoblitt improved error checking, coding style, & structure in parseLine() …
(edit) @9911   20 years jhoblitt remove ChangeLog as it's empty
(edit) @9910   20 years Paul Price Cleaning up --- isolating tests from each other.
(edit) @9909   20 years Paul Price Adding psClip
(edit) @9908   20 years drobbin added outputs: mdc-overwrite_true.txt and mdc-overwrite_false.txt in …
(edit) @9900   20 years drobbin Updated testing to conform to changes in psMetadataPrint return status.
(edit) @9896   20 years drobbin Merged this test into the output test
(edit) @9895   20 years drobbin Updated testing
(edit) @9875   20 years magnier added tests for psImageShift and psImageInterpolate, fixed low-level …
(edit) @9874   20 years drobbin Added type handling for S/U64
(edit) @9873   20 years jhoblitt improve error handling in psMetadataConfigParse()
(edit) @9872   20 years jhoblitt fix error checking in psMetadataConfigRead()
(edit) @9868   20 years drobbin Added comment parsing for metadata in parseLine in psMetadataConfig.c. …
(edit) @9865   20 years magnier added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
(edit) @9864   20 years magnier added BICUBE interpolation, removed scrap code in BILINEAR interpolation
(edit) @9863   20 years magnier added psImageInterpolate tests so I could test fixes to this function
(edit) @9862   20 years drobbin Updated MetadataConfig tests and merged (removed) …
(edit) @9860   20 years jhoblitt check munmap()'s return status
(edit) @9848   20 years drobbin Removed a couple unreachable spots from psMetadataConfig in …
(edit) @9847   20 years drobbin Added a test for psArrayAllocEmpty (to complete psArray test-coverage)
(edit) @9846   20 years drobbin Updated psMetadataConfig- removed 1 or 2 unreachable spots. Updated …
(edit) @9829   20 years drobbin input file for psMetadataConfigParse.
(edit) @9828   20 years jhoblitt use MYSQL_LDFLAGS instead of MYSQL_LIBS
(edit) @9819   20 years jhoblitt rollback r1.100 pending discussion of *Alloc() function behavior
(edit) @9818   20 years jhoblitt removed test in psTimeCopy checking for psTimeAlloc() returning NULL. …
(edit) @9814   20 years drobbin Adding tap test for psMetadataConfigFormat
(edit) @9805   20 years drobbin Added error check to psTimeCopy for proper time-type. only formatting …
(edit) @9804   20 years jhoblitt code tidying
(edit) @9803   20 years jhoblitt remove FullUnitTest & runTest as they are now unused
(edit) @9802   20 years jhoblitt move mysql probling into it's only .m4 file
(edit) @9801   20 years jhoblitt add ax_lib_mysql.m4
(edit) @9800   20 years jhoblitt first pass attempt to made the library probes use values from the …
(edit) @9799   20 years drobbin Removed comment output from formatMetadataItem - MULTI. Can't have a …
(edit) @9798   20 years drobbin Merged differences from recent check-in. Edited long-lines. Updated …
(edit) @9774   20 years magnier fixed formulae of Shape to Axes
(edit) @9773   20 years magnier fixed a typo
(edit) @9768   20 years magnier fixed up the math on these; ADD text to follow
(edit) @9767   20 years magnier added error catch for failed stats
(edit) @9763   20 years jhoblitt handle "NULL" mdcf time values (untested)
(edit) @9756   20 years jhoblitt fix NULL psTime format
(edit) @9755   20 years jhoblitt fix formatMetadataItem() to handle printing of NULL psTimes
(edit) @9754   20 years jhoblitt fix psMetadataItemCopy() to handle NULL psTimes
(edit) @9751   20 years jhoblitt implement comparison operation selection for S32 & psTime types in …
(edit) @9750   20 years drobbin Update MetadataConfig tests. Removed unreachable spots from …
(edit) @9749   20 years jhoblitt change psTimeToISO() to not append a 'Z' to the time string
(edit) @9748   20 years jhoblitt convert large if/else in psDBGenerateConditionalSQL() into a switch stmt
(edit) @9747   20 years drobbin Fixed ok_double, ok_float, and added ok_str
(edit) @9746   20 years drobbin Added partially-constructed table for psLookupTable tests.
(edit) @9745   20 years drobbin Fixed LookupTable to error when a partially-constructed table row is …
(edit) @9743   20 years drobbin Fixed segfault caused by change of n-parameter in psArrayAlloc.
(edit) @9739   20 years drobbin New tap tests for psMetadataConfig. Output is finished, input is not.
(edit) @9736   20 years drobbin Updated psMetadataCopy- an error is now skipped and allows the rest of …
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9720   20 years drobbin Edited psMetadataCopy and relevant tests. Removed the psFree(out)'s …
(edit) @9715   20 years drobbin minor doxygen edit: ingroup= types (was dataIO)
(edit) @9714   20 years drobbin Finished testing of psLookupTable. 100% coverage reported. Added …
(edit) @9690   20 years jhoblitt fix psTime related memory leaks in p_psDBRunQueryPrepared()
Note: See TracRevisionLog for help on using the revision log.