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) @8251   20 years jhoblitt make psDBGenerateWhereSQL() public add psTrace() calls to the query …
(edit) @8247   20 years jhoblitt change psError() to call p_psTrace() directly
(edit) @8245   20 years jhoblitt normalize psTrace() facility names
(edit) @8244   20 years jhoblitt change psTrace() to include FILE, LINE, & func change …
(edit) @8235   20 years drobbin Updated/finished test. errors remain but I'm not allowed to fix them …
(edit) @8234   20 years drobbin Edited psStringSubstitute test for errors. Added tap_psMetaItemComp …
(edit) @8233   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @8232   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @8231   20 years jhoblitt add _() macro for future use with gettext
(edit) @8230   20 years magnier added a memcheck test point to the first block
(edit) @8226   20 years jhoblitt bug #791 - change p_psError() to use psTrace() instead of psLogMsg()
(edit) @8225   20 years drobbin Added test framework for psMetadataItemCompare. Not yet finished with …
(edit) @8224   20 years drobbin Added psMetadataItemCompare test to tst_psMetadata_01.c and edited …
(edit) @8146   20 years jhoblitt condense calls to psStringAppend() in formatMetadataItem()
(edit) @8145   20 years jhoblitt bug #787 - partially done - columnize primitive types and strings
(edit) @8116   20 years jhoblitt psDB floating point epsilon support take 2
(edit) @8114   20 years jhoblitt typo
(edit) @8113   20 years jhoblitt add basically floating point epsilon support for psF32 & psF64s
(edit) @8112   20 years jhoblitt update copyright
(edit) @8098   20 years Paul Price Fixing date format.
(edit) @8049   20 years Paul Price Getting rid of annoying additional error message when a bad option is …
(edit) @8030   20 years drobbin Adding test-coverage script to produce test-coverage results and store …
(edit) @7999   20 years Paul Price Replacing p_psGetStatValue with two functions: psStatsSingleOption …
(edit) @7998   20 years Paul Price Adding gmon.out to CLEANFILES
(edit) @7991   20 years Paul Price Adding psStatsOptionFromString and psStatsOptionToString.
(edit) @7989   20 years Paul Price Adding psStatsFromString and psStatsToString.
(edit) @7986   20 years Paul Price Need to count the number of values.
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7984   20 years Paul Price Fixing FITS table vector writing: wasn't copying into the byte vector …
(edit) @7983   20 years Paul Price Fixing name for test.
(edit) @7982   20 years Paul Price Fixing name.
(edit) @7981   20 years Paul Price Fixing TFORM for vectors.
(edit) @7980   20 years Paul Price Setting size of vector.
(edit) @7979   20 years Paul Price Adding booleans for psVectorInit, needed for writing FITS tables with …
(edit) @7978   20 years jhoblitt update stderr for PS_ASSERT..()s
(edit) @7977   20 years Paul Price "while" loop should be a "for" loop.
(edit) @7976   20 years jhoblitt fix premature free'ing of mysql result data in psDBDumpCols()
(edit) @7975   20 years jhoblitt add psDBMysqlRowRecycle() use psDBMysqlRowRecycle() to fix a memory …
(edit) @7967   20 years jhoblitt fix the variable naming discrepancy in psErrorRgister() introduced by 1.3
(edit) @7961   20 years jhoblitt add psTimeStrftime()
(edit) @7957   20 years magnier fixing code/spec consistency (difference in arg names)
(edit) @7950   20 years drobbin changed char *line to psString line
(edit) @7948   20 years drobbin Fixed make fail stemming from psMetadataConfigParse argument and …
(edit) @7943   20 years rhl Add assertion to avoid SEGV
(edit) @7942   20 years rhl Return error indication (NAN/NULL) in case of error, don't just call …
(edit) @7937   20 years drobbin Edited psMetadataItemTransfer. Returns false for NULL out input.
(edit) @7936   20 years Paul Price Adding test file for psMetadataConfigParse
(edit) @7935   20 years Paul Price Removing commented-out code.
(edit) @7934   20 years rhl Remove unimplemented p_psPlaneTransformLinearInvert_MHPCC for swig's sake
(edit) @7933   20 years drobbin Edited parseBool to only accept valid boolean values. Edited …
(edit) @7918   20 years Paul Price Fixing use of regex in psMetadataIterator; see bug 779. Adding new …
(edit) @7916   20 years Paul Price Adding tests for psMetadataIterator
(edit) @7915   20 years jhoblitt remove the double newline after the END tag in a METADATA
(edit) @7914   20 years drobbin Added error handling to memory checking functions. Will hopefully …
(edit) @7913   20 years Paul Price Adding new binary to .cvsignore
(edit) @7912   20 years Paul Price Changing psAlloc to psStringAlloc so that psMemCheckString will work.
(edit) @7911   20 years Paul Price Fixes for psMetadataIterator with a regex. See bugs 777, 778.
(edit) @7905   20 years Paul Price Adding error message and changing return type for psStringSubstitute …
(edit) @7901   20 years drobbin Added str check test for error handling of psString fxns, namely …
(edit) @7900   20 years jhoblitt change psDBInit() so that my.cnf is always read
(edit) @7885   20 years drobbin removed 'const' from getTForm return. Not needed and causing the …
(edit) @7884   20 years jhoblitt link the test drivers against the libpslib.la libtool archive instead …
(edit) @7882   20 years Paul Price Updating .cvsignore for tap
(edit) @7881   20 years Paul Price Changing the title.…
(edit) @7880   20 years Paul Price Moving psStringSubstitute tests to libtap; resetting stderr output for …
(edit) @7879   20 years Paul Price No need to generate errors --- NULL input gives NULL output, etc.
(edit) @7872   20 years jhoblitt add a note about PSVECTOR_SORT_CASE() possibly being faster with a …
(edit) @7870   20 years Paul Price Optimising code by removing unnecessary allocations, and dereferencing …
(edit) @7869   20 years Paul Price Renaming --enable-profile to --enable-coverage (path coverage, not …
(edit) @7866   20 years Paul Price When PS_NO_TRACE is set, psTraceGetLevel and psTraceGetDestination …
(edit) @7862   20 years Paul Price Getting rid of warning: 'autoheader: error: AC_CONFIG_HEADERS not …
(edit) @7853   20 years Paul Price Fixing definition of psStringSubstitute.
(edit) @7852   20 years Paul Price Reverting psString to previous version (with some small improvements) …
(edit) @7847   20 years drobbin Fixed memory leaks in psMetadataConfig (p_psMetadataKeyArray) from …
(edit) @7846   20 years Paul Price * Moving common functions (convertFitsToPsType and …
(edit) @7832   20 years jhoblitt change/fix psMetadataConfigFormat()'s to properly declare MULTIs
(edit) @7831   20 years drobbin Added test for psStringSubstitute. Ran test, fixed errors. Fxn now …
(edit) @7823   20 years Paul Price Allowing the writing of a completely minimal header.
(edit) @7816   20 years Paul Price Adding PS_ASSERT_ARRAY macros.
(edit) @7813   20 years Paul Price Adding tap version of test to .cvsignore.
(edit) @7812   20 years Paul Price Adding .cvsignore files for tap testing.
(edit) @7808   20 years jhoblitt fix psVectorExtend() tests
(edit) @7806   20 years jhoblitt don't set psVector->n for newly psVectorAlloc()'d vectors
(edit) @7805   20 years jhoblitt skip tests on NULL pointers
(edit) @7804   20 years jhoblitt change LT_VERSION to 0:13:0
(edit) @7801   20 years jhoblitt reapply 1.70
(edit) @7800   20 years jhoblitt version to 0.12.99
(edit) @7796   20 years jhoblitt use .0 instead of .00 in the version
(edit) @7795   20 years jhoblitt rollback 1.70 prepare for 0.12.0 release
(edit) @7793   20 years jhoblitt remove verified from EXTRA_DIST as make dist can't handle …
(edit) @7790   20 years jhoblitt add psVectorCopy() tests
(edit) @7789   20 years jhoblitt add psVectorLength() tests
(edit) @7788   20 years jhoblitt add psVectorCountPixelMask() tests
(edit) @7787   20 years jhoblitt add psVectorGet() & psVectorSet() tests
(edit) @7786   20 years jhoblitt add psVectorCreate() tests
(edit) @7785   20 years jhoblitt add psVectorInit() tests
(edit) @7779   20 years jhoblitt add psVectorExtend() tests
(edit) @7778   20 years magnier more updates to tap_psVector.c
(edit) @7777   20 years jhoblitt fwv
(edit) @7775   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
Note: See TracRevisionLog for help on using the revision log.