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) @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()
(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 …
Note: See TracRevisionLog for help on using the revision log.