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) @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()
(edit) @9681   20 years jhoblitt fix NULL time value pass throught in p_psDBFetchResult()
(edit) @9680   20 years jhoblitt plug memory leaks in p_psDBFetchResult() that occur when returning an …
(edit) @9672   20 years drobbin Removed unreachable spots in psLookupTable. Added tests to …
(edit) @9665   20 years jhoblitt rename p_psTimeCopy() -> psTimeCopy() as it should be a public interface
(edit) @9662   20 years Paul Price Adding blank header keywords to list of keywords to ignore. Found …
(edit) @9640   20 years magnier added some trace lines
(edit) @9638   20 years jhoblitt lernt 2 spel
(edit) @9637   20 years jhoblitt add a status message to ACX_PTHREAD to keep RHEL 4 happy
(edit) @9635   20 years rhl Improve psMetadataPrint's error message
(edit) @9625   20 years magnier allowing for ROBUST stats in clipping, better trace levels
(edit) @9624   20 years rhl Clear error stack at start of psMetadataPrint as we append; return …
(edit) @9623   20 years rhl Support passing NULL to psErrorStackPrint to mean stdout (useful from gdb)
(edit) @9597   20 years drobbin Added null check to PS_ASSERT_PTR in psAssert.h edited formatting of …
(edit) @9593   20 years Paul Price Moving NOT_U8 and NOT_U16 from psModules, and renaming.
(edit) @9583   20 years drobbin Re-added psFree(out) to psMetadataCopy. These were recently removed …
(edit) @9582   20 years drobbin Updated tests to reflect changes made to source. Log/TraceArguments
(edit) @9578   20 years Paul Price Adding assertions for metadata and string.
(edit) @9556   20 years magnier more psTrace cleanups, removed redundant func in trace messages
(edit) @9554   20 years Paul Price Need psString.h for psStringAlloc.
(edit) @9553   20 years Paul Price Changing char* to psString
(edit) @9552   20 years Paul Price Removing extraneous type.
(edit) @9551   20 years Paul Price Adding const
(edit) @9549   20 years Paul Price Adding const where required.
(edit) @9548   20 years Paul Price Fixing variable name.
(edit) @9547   20 years Paul Price MD --> Metadata
(edit) @9546   20 years Paul Price Spelling out "void".
(edit) @9545   20 years Paul Price Changing variable name to match SDRS.
(edit) @9544   20 years Paul Price Changing name of variable to match SDRS.
(edit) @9543   20 years Paul Price Wrong name: psArrayRemoveByIndex --> psArrayRemoveIndex
(edit) @9540   20 years Paul Price Fixing psTraceGetLevel to use same convention as for psTrace
(edit) @9538   20 years Paul Price Synchronising with SDRS, and cleaning up: * Replaced is_psType() with …
(edit) @9536   20 years magnier added tests of output MD by NAME not POSITION
(edit) @9535   20 years magnier added ok_double and ok_float for proximity tests
(edit) @9534   20 years magnier fixed polytomial to/from MD to treat missing components as masked …
(edit) @9523   20 years magnier psMetadata *md argument of psMetadataIteratorAlloc should be const; …
(edit) @9509   20 years Paul Price Fix to psStringSubstitute to allow the replace string to contain the …
(edit) @9422   20 years jhoblitt make psDBIntToString() public
(edit) @9416   20 years jhoblitt add port argument to psDBInit()
(edit) @9401   20 years jhoblitt fix for (null) item names in generated SQL
(edit) @9397   20 years jhoblitt foo
(edit) @9396   20 years jhoblitt fix conditonal SQL generation for floating point types
(edit) @9388   20 years magnier do not free the supplied output on error
(edit) @9312   20 years Paul Price Adding PS_ASSERT_ARRAYS_SIZE_EQUAL.
(edit) @9179   20 years jhoblitt test that strstr == NULL stead of !strstr()
(edit) @9178   20 years jhoblitt in psDBGenerateCreateTableSQL() fix "Primary Keys" being duplicated a …
(edit) @9158   20 years magnier fixed typo on doxygen test
(edit) @9157   20 years magnier fixed automake rules for --enable-doxygen, but doxygen missing
(edit) @9151   20 years desonia Changed the makefile to always make the tap library.
(edit) @9144   20 years drobbin Start of tap test for LookupTable - just so things don't "break" :)
(edit) @9143   20 years drobbin Made several changes. Finished bitSet testing, list testing. Minor …
(edit) @9086   20 years drobbin Minor debugging changes.
(edit) @9085   20 years drobbin Fixed the --enable-coverage option.
(edit) @9084   20 years drobbin added a script for automation of code-profiling (saves me time at …
(edit) @9083   20 years drobbin Fixed psHash's.
(edit) @9082   20 years drobbin Fixed BitSet test and corresponding small fixes to src/psBitSet's. …
(edit) @9066   20 years magnier adding EXTNAME option to psFitsWriteBlank
(edit) @9061   20 years jhoblitt add -g to CFLAGS when --enable-optimize set is per RHL's request
(edit) @9060   20 years jhoblitt add missing .dat files to the install
(edit) @9030   20 years jhoblitt change p_psDBFetchResult() to return an empty array when the result …
(edit) @9021   20 years jhoblitt add -pipe to the default CFLAGS
(edit) @9013   20 years jhoblitt help aclocal find ./m4 when invoked by automake
(edit) @9007   20 years jhoblitt link libpslib directly against all of it's dependencies. This is for …
(edit) @9006   20 years jhoblitt don't install libtap or libpstap
(edit) @9002   20 years Paul Price Fixing off-by-one error on \0.
(edit) @9001   20 years Paul Price Fixing problem caused by wrong exit condition. Tidied up code some too.
(edit) @8997   20 years Paul Price Adding psSlurp.h
(edit) @8996   20 years jhoblitt rename psSlurp() -> psSlurpFD() change psSlurpFile() to be a wrapper …
(edit) @8995   20 years drobbin Fixed the test include errors -> added #include <string.h>
(edit) @8994   20 years jhoblitt add psSlurp() & psSlurpFile()
(edit) @8993   20 years Paul Price Fixing doxygen conditional properly.
(edit) @8992   20 years jhoblitt doxygen enable/disable fix #2
(edit) @8991   20 years jhoblitt fix the AM_CONDITIONAL used to disable doxygen when --enable-doxygen …
(edit) @8988   20 years jhoblitt cleanup pkgconfig & -config helper script -- sync with psmodules
(edit) @8978   20 years Paul Price Subtract the median when we add the numbers, so we don't get numerical …
(edit) @8977   20 years Paul Price Need to handle NaN pixels.
(edit) @8975   20 years jhoblitt add --enable-doxygen flag & disable doxygen generation by default
(edit) @8974   20 years Paul Price Accumulator should be double.
(edit) @8973   20 years jhoblitt rolling back changes made to these files as these changes basically …
(edit) @8966   20 years drobbin Due to Makefile errors, I can't tell which of these actually changed …
(edit) @8965   20 years drobbin Made changes while testing. Due to problems with Makefile, I don't …
(edit) @8964   20 years jhoblitt build doxygen docs in the build tree path install doxygen man pages …
(edit) @8962   20 years jhoblitt cleanup generated files
(edit) @8960   20 years jhoblitt fix out of tree builds & properly distribute test data files
(edit) @8959   20 years jhoblitt add a blurb about libtap
(edit) @8958   20 years jhoblitt only use TESTS if BUILD_TESTS is set
(edit) @8957   20 years jhoblitt actually distribute the script utils
(edit) @8956   20 years jhoblitt remove psTest.h from EXTRA_DIST as this file has been removed
(edit) @8955   20 years jhoblitt disable installation of tap man page
(edit) @8933   20 years Paul Price Adding products to .cvsignore
(edit) @8932   20 years drobbin Finished pixels testing.
(edit) @8931   20 years drobbin Finished psHash tests.
(edit) @8930   20 years drobbin Added BitSet and List Tests.
(edit) @8925   20 years jhoblitt don't overide user CFLAGS unless --optimize is set
(edit) @8924   20 years jhoblitt remove psParseTable
(edit) @8923   20 years jhoblitt pslib.h is now under include/pslib
(edit) @8922   20 years jhoblitt install pslib.h & pslib_strict.h under include/pslib
(edit) @8921   20 years Paul Price Missing space.
Note: See TracRevisionLog for help on using the revision log.