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) @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.
(edit) @8920   20 years jhoblitt declare no sources as part of libpslib
(edit) @8917   20 years Paul Price Should be isfinite().
(edit) @8916   20 years Paul Price Need math.h for finite().
(edit) @8915   20 years jhoblitt kill psTest.c too
(edit) @8914   20 years jhoblitt remove psTest.h
(edit) @8913   20 years Paul Price Adding check on min,max.
(edit) @8912   20 years Paul Price Adding PS_ASSERT_FLOAT_REAL to check for NAN, Inf, etc.
(edit) @8911   20 years jhoblitt stop installing tap.h
(edit) @8910   20 years jhoblitt use pkgdatadir where possible
(edit) @8909   20 years jhoblitt add Makfiles
(edit) @8908   20 years jhoblitt fwv
(edit) @8907   20 years jhoblitt use 'env' instead of invoking perl directly
(edit) @8906   20 years jhoblitt create utils dir and move relevant utils & scripts into it properly …
(edit) @8905   20 years Paul Price psErrorStackPrint should print the message, regardless of the size of …
(edit) @8900   20 years jhoblitt add the raw files too
(edit) @8899   20 years jhoblitt mv contents of share/pslib -> pslib remove pointless share/pslib
(edit) @8898   20 years jhoblitt mv contents of etc/pslib -> etc remove pointless etc/pslib dir use …
(edit) @8896   20 years jhoblitt remove xml config file as it's unused
(edit) @8876   20 years jhoblitt remove unused tests for various stdc functions
(edit) @8875   20 years jhoblitt include PTHREAD_CFLAGS in PSLIB_LIBS as well so linking works
(edit) @8870   20 years jhoblitt test for what flags are nessicary to enable/link against pthreads
(edit) @8846   20 years Paul Price Printing size of list.
(edit) @8841   20 years Paul Price Adding --enable-tests to configure script, to allow choice as to when …
(edit) @8840   20 years drobbin Added new testing for psPixels and psHash. psPixels is finished and …
(edit) @8839   20 years drobbin edited psHash comment, minor changes/debugging to psPixels, and slight …
(edit) @8837   20 years Paul Price Supporting NULL strings for empty strings.
(edit) @8836   20 years Paul Price Allowing NULL output string.
(edit) @8831   20 years Paul Price Same again.
(edit) @8830   20 years Paul Price Minus sign in the wrong place.
(edit) @8819   20 years Paul Price psMetadataConfigRead used the results of stat(), but didn't call stat().
(edit) @8816   20 years rhl 1/ Fix off-by-one out-of-bound check (and ensure position >= 0) 2/ We …
(edit) @8814   20 years Paul Price Fixing the data.
(edit) @8812   20 years Paul Price Wrapping psMemGetLastId in a mutex.
(edit) @8811   20 years Paul Price The build from CVS wasn't working because test programs in test/types/ …
(edit) @8810   20 years jhoblitt remove stderr/stdout files from the defunct test framework
(edit) @8809   20 years jhoblitt rollback 1.83 (accidental checkin)
(edit) @8808   20 years jhoblitt fix fprintf format errors causing compilation errors on x86 but …
(edit) @8806   20 years drobbin edited makefile
(edit) @8805   20 years drobbin Added testing for Arguments. Edited src file minimally. coverage at …
(edit) @8804   20 years jhoblitt add psArrayRemoveByPos()
(edit) @8803   20 years jhoblitt code sanitizing; variable names, types, & style
(edit) @8802   20 years jhoblitt consistently use 'format' instead of fmt
(edit) @8801   20 years jhoblitt treat MAX_ERROR_STACK_SIZE as a long
(edit) @8800   20 years jhoblitt replace psErrorStack struct with a psArray to simplify the …
(edit) @8799   20 years jhoblitt rename psArr param to array (psArr is too much like psArray for a …
(edit) @8798   20 years jhoblitt change psArrayElementsFree() to use a long as the index type instead …
(edit) @8797   20 years jhoblitt remove the use of TESTS, yet again, as this variable breaks the …
(edit) @8796   20 years jhoblitt ignore .lib directories
Note: See TracRevisionLog for help on using the revision log.