IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8821   20 years Paul Price Building in header inheritance --- if the header keyword isn't in the …
(edit) @8820   20 years Paul Price Allow pixels to be specified by a floating point value, so long as …
(edit) @8819   20 years Paul Price psMetadataConfigRead used the results of stat(), but didn't call stat().
(edit) @8818   20 years rhl Change psmodule to psmodules
(edit) @8817   20 years rhl Missed the case ApTrendOption == CONSTANT
(edit) @8816   20 years rhl 1/ Fix off-by-one out-of-bound check (and ensure position >= 0) 2/ We …
(edit) @8815   20 years jhoblitt consistently include config.h remove fseeko #defs from …
(edit) @8814   20 years Paul Price Fixing the data.
(edit) @8813   20 years Paul Price Wrapping fseeko in preprocessor checks.
(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) @8807   20 years rhl return error if APTREND has unknown value
(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
(edit) @8795   20 years jhoblitt disable libtap's self tests
(edit) @8794   20 years jhoblitt add psMetadataConfigPrint()
(edit) @8793   20 years jhoblitt add psMetadataConfigPrint()
(edit) @8792   20 years jhoblitt change lockErrorStack mutex to be static add errorStackKeyInitialized …
(edit) @8791   20 years jhoblitt fix test count
(edit) @8790   20 years jhoblitt fix tests 31-33 that broke when an unchecked in change to psError …
(edit) @8789   20 years jhoblitt add AC_FUNC_FSEEKO
(edit) @8788   20 years jhoblitt use off_t instead of int where appropriate
(edit) @8787   20 years jhoblitt enable large file support & use fseeko() instead of fseek()
(edit) @8786   20 years drobbin ted several files. Added error handling and removed unreachable spots …
(edit) @8785   20 years jhoblitt enable config.h generation enable large file support
(edit) @8784   20 years jhoblitt fix a signedness warning
(edit) @8783   20 years jhoblitt enable config.h generation enable large file support
(edit) @8782   20 years jhoblitt fix isfinite() attempting to be called as finite()
(edit) @8781   20 years jhoblitt enable config.h generation enable large file support
(edit) @8780   20 years jhoblitt enable config.h generation enable large file support
(edit) @8779   20 years jhoblitt change formatMetadataItem() formatting: add a space between the # …
(edit) @8778   20 years jhoblitt change formatMetadataItem() formating: make the "value" output in …
(edit) @8777   20 years jhoblitt check mmap()s return value
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8775   20 years jhoblitt rename tap_psMetadataConfigParse.c -> tap_psMetadataConfigRead.c
(edit) @8774   20 years jhoblitt change parseLine() & parseMetadataItem() to not accept a filename …
(edit) @8773   20 years jhoblitt fix psTimeFromISO() to correct set the time type
(edit) @8772   20 years jhoblitt fix psTimeStrptime() - a hard coded format was being used instead of …
(edit) @8771   20 years jhoblitt remove manual settings of psArray->n = 0
(edit) @8770   20 years jhoblitt change psMetadataConfigParse() to operate on strings instead of files …
(edit) @8769   20 years jhoblitt add psMetadataConfigParseStr()
(edit) @8768   20 years jhoblitt change parseTime() to parse ISO8601 string as is specified in the SDRS …
(edit) @8767   20 years jhoblitt add missing include for strings.h in parseBool(); use …
(edit) @8766   20 years jhoblitt remove FITS related macro & define
(edit) @8765   20 years jhoblitt change static file naming to be consistent with what the pXtool helper …
(edit) @8764   20 years jhoblitt remove leftover @ARGV inspection
(edit) @8763   20 years jhoblitt change from positional to named CLI options
(edit) @8762   20 years jhoblitt map ROTANGLE -> FPA.POSANGLE instead of GAIN
(edit) @8761   20 years jhoblitt return ROTANGLE instead of GAIN
(edit) @8760   20 years jhoblitt map MYSQL_TYPE_STRING -> VARCHAR instead of CHAR
(edit) @8759   20 years jhoblitt change psDBMySQLToPType() to return 0 instead of -1 to return an error …
(edit) @8758   20 years jhoblitt always check the return of psDBMySQLToPType() for errors
(edit) @8757   20 years jhoblitt fwv
(edit) @8756   20 years jhoblitt update from the pre MySQL 4.1 FIELD_* field type enum name to the new …
(edit) @8755   20 years jhoblitt assume pXtools are in the path
(edit) @8754   20 years jhoblitt run tests with -o verbose
(edit) @8753   20 years jhoblitt don't identify the camera via bitpix
(edit) @8752   20 years jhoblitt hardwire output to be the format [foo].isp.fit as ISP data doesn't …
(edit) @8751   20 years jhoblitt enable config.h generation enable large file support
(edit) @8750   20 years jhoblitt enable large file support
(edit) @8749   20 years jhoblitt include config.h
(edit) @8748   20 years jhoblitt enable config.h
(edit) @8747   20 years drobbin Updated makefile to allow me to use "make tests" - extremely …
(edit) @8746   20 years jhoblitt tweak ppStats handling of ISP headers
(edit) @8745   20 years jhoblitt force the stddev of a set of 1 to be 0
(edit) @8744   20 years jhoblitt add ->_parse_braindead() method use ->_parse_braindead() instead of …
(edit) @8743   20 years jhoblitt move the guts of the existing parser out of ->parse() and into it's …
(edit) @8742   20 years jhoblitt add EXPTIME & GAIN mappings
(edit) @8741   20 years jhoblitt add t/00_distribution.t
(edit) @8740   20 years jhoblitt change ::Stats->parse() to return undef when parse errors are encountered
(edit) @8739   20 years jhoblitt expand tabs
(edit) @8738   20 years jhoblitt fwv (incomplete)
(edit) @8737   20 years jhoblitt update PP* recipes
(edit) @8736   20 years jhoblitt fwv
(edit) @8735   20 years jhoblitt fwv
(edit) @8734   20 years jhoblitt slurp statsfile
(edit) @8733   20 years jhoblitt warning fixes
(edit) @8732   20 years jhoblitt enable -Werror
(edit) @8731   20 years jhoblitt add libpstap under test/pstap mv src/pstap.h -> test/pstap/src/pstap.h …
(edit) @8730   20 years jhoblitt update 0.05 timestamp add a dep on YAML 0.58
(edit) @8729   20 years jhoblitt add YAML dep
(edit) @8728   20 years jhoblitt VERSION 0.05
(edit) @8727   20 years jhoblitt add --recall, --remember, & rcfile support to dsleech
(edit) @8726   20 years jhoblitt fix a pod typo
(edit) @8725   20 years jhoblitt install dsleech
(edit) @8724   20 years jhoblitt VERSION 0.04
(edit) @8723   20 years jhoblitt VERSION to 0.04
(edit) @8722   20 years jhoblitt allow upper & lower case characters in DataStore fields change from …
Note: See TracRevisionLog for help on using the revision log.