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) @8540   20 years Paul Price Need to print %zd for size_t arguments.
(edit) @8526   20 years jhoblitt fix a buffer overflow in psDBIntToString() by correctly calculating …
(edit) @8525   20 years Paul Price See bugs 801, 803. The recycling mechanism assumed that the spectrum …
(edit) @8483   20 years jhoblitt add ARRAY_STRIDE #define to control how many new elements psArrayAdd() …
(edit) @8477   20 years jhoblitt take \0 char into account when using vsnprintf to calculate line length
(edit) @8476   20 years jhoblitt allow any length psTrace strings by calculating the formatted strings …
(edit) @8473   20 years jhoblitt call gethostname with MAX_HOSTNAME_LENGTH instead of a constant
(edit) @8472   20 years Paul Price Enforcing maximum line length for trace.
(edit) @8468   20 years rhl Remove "inline" as it's causing problems with undefined symbols on my …
(edit) @8467   20 years rhl Fix some psError new-error booleans
(edit) @8466   20 years rhl Remove check for impossible condition
(edit) @8461   20 years jhoblitt don't compare varchar fields with LIKE unless "LIKE" is in the …
(edit) @8441   20 years Paul Price Making fix using variable length arrays to concatenate strings …
(edit) @8440   20 years Paul Price No realloc if the requested size is equal to the current size.
(edit) @8439   20 years rhl Added psMemStats() to report state of memory system
(edit) @8438   20 years rhl 1/ Don't let psRealloc realloc blocks that psAlloc knows to be powers …
(edit) @8425   20 years drobbin Updated tests. Manip still under construction.
(edit) @8416   20 years Paul Price Adding assertions.
(edit) @8415   20 years Paul Price No need to do psStringAlloc on empty string --- we can allocate the …
(edit) @8414   20 years drobbin Edited format of ItemParse and printing tests. Updated accordingly. …
(edit) @8413   20 years Paul Price We want to avoid using the psString functions, or any function that …
(edit) @8412   20 years Paul Price Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
(edit) @8410   20 years rhl Close the config file, otherwise we eventually run out of file descriptors
(edit) @8409   20 years rhl Include assert.h, as the name implies
(edit) @8408   20 years rhl If nData == 0 then Sums is null, and Sums[] is a SEGV
(edit) @8404   20 years Paul Price Return value was causing "statement with no effect" warning.
(edit) @8403   20 years Paul Price Forgot to include arguments.
(edit) @8402   20 years Paul Price Adding psTraceSetFormat for when PS_NO_TRACE is set.
(edit) @8387   20 years Paul Price Putting brackets around macro parameters.
(edit) @8384   20 years drobbin made some finishing touches to transfer test
(edit) @8375   20 years drobbin Adding tap tests for MetadataCopy, MetadataItemCopy, and …
(edit) @8374   20 years drobbin removed error check for NULL vector in MetaItemCopy
(edit) @8340   20 years jhoblitt add a trace to p_psDBFetchResult()
(edit) @8336   20 years jhoblitt minor doxygen cleanup
(edit) @8335   20 years jhoblitt add tableName param to psDBGenerateConditionalSQL() add tableName …
(edit) @8314   20 years drobbin Edited printing test w.r.t code coverage. Updated test to execute all …
(edit) @8313   20 years drobbin added/updated tap tests for MetaPrint and MetaItemPrint
(edit) @8312   20 years drobbin Updated doxygen in region. Updated printing in metadata. Updated …
(edit) @8305   20 years jhoblitt add psDBGenerateWhereConditionSQL()
(edit) @8298   20 years jhoblitt fix BOOL output formatting
(edit) @8271   20 years jhoblitt always define a prototype for psTraceSetFormat() -- not just for doxygen
(edit) @8270   20 years jhoblitt additional psDB traces
(edit) @8269   20 years drobbin Added test points to complete code coverage for these two functions. …
(edit) @8258   20 years drobbin Created tests for psMetadataItemParse in tap. Some errors remain.
(edit) @8257   20 years drobbin edited psMetadataItemParse and tap test.
(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
Note: See TracRevisionLog for help on using the revision log.