IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @236   22 years rhl \note and \tbd are now in panstarrs.def
(edit) @235   22 years rhl Fix undefined reference to secMemRefCounter
(edit) @234   22 years rhl Don't use \code in section headings
(edit) @233   22 years rhl remove debugging \end{document}
(edit) @232   22 years rhl set TEXINPUTS each time that you run $(PDFLATEX)
(edit) @231   22 years rhl \note and \tbd are now in panstarrs.def
(edit) @230   22 years Paul Price "Diffraction" is actually refraction..…
(edit) @229   22 years rhl More misc changes to build all of PSLib
(edit) @228   22 years rhl Changes now that SampleCode is in PSLib/src
(edit) @227   22 years rhl Allow memory.c to use malloc/realloc/free; don't try to free bad pointers
(edit) @226   22 years rhl Made files compile again
(edit) @225   22 years Paul Price These are just enums. Don't need them --- will be defined in metadata.
(edit) @224   22 years Paul Price Fixed double-precision names (were lacking "D").
(edit) @223   22 years Paul Price Fixed tabs.
(edit) @222   22 years rhl Make sure that no-one's using raw malloc/realloc/free
(edit) @221   22 years Paul Price Astrometric coefficients are now 4D polynomials in (x,y,mag,colour). …
(edit) @220   22 years Paul Price Expanded polynomials to four dimensions (both float and double …
(edit) @219   22 years Paul Price Re-instituted psAstromCoeffs when I realised we need to have magnitude …
(edit) @218   22 years eugene cleaned psMath.h : we have settled on a scheme for binary & unary …
(edit) @217   22 years Paul Price Defined proper polynomial types for 1 and 2 dimensions, with …
(edit) @216   22 years Paul Price Removed psAstromCoeffs in favour of newly-defined general polynomial types.
(edit) @215   22 years eugene added psStats and psPolynomial2D structures & support
(edit) @214   22 years Paul Price Fixed psAstromCoeffs to contain coefficients, errors and a mask that …
(edit) @213   22 years Paul Price Made bit masks of arbitrary length.
(edit) @212   22 years Paul Price Changes following comments from the algorithms team. Renamed …
(edit) @211   22 years Paul Price Expanded out the array definition.
(edit) @210   22 years Paul Price Expanded out the array definitions. Added psType, for use in vector, …
(edit) @209   22 years Paul Price Expanded out the array declarations. Added psCellPos, which is a psOTAPos.
(edit) @208   22 years Paul Price Edited third option for consistency with psType in psStdArrays.h. The …
(edit) @207   22 years Paul Price Added #define PS_MATH_H stuff, and put the examples in comments.
(edit) @206   22 years eugene cleaned up types / implementation for math operations
(edit) @205   22 years Paul Price Added psType to define the types of arithmetic structures.
(edit) @204   22 years eugene created psMath.h as a sample
(edit) @203   22 years rhl Ignore executables
(edit) @202   22 years rhl More C-parsing hacks
(edit) @201   22 years rhl Build using .h files from PSLib
(edit) @200   22 years rhl Make check target only check `our' .h files
(edit) @199   22 years rhl Build using psMetaData.h from PSLib
(edit) @198   22 years rhl Misc changes to make code actually compile
(edit) @197   22 years rhl Exclude files with #s in their names from tags/check targets
(edit) @196   22 years Paul Price Doxygenation of Lupton stuff partially complete. Still need to hack …
(edit) @195   22 years cvs2svn This commit was manufactured by cvs2svn to create tag 'rel-02'.
(edit) @194   22 years jhoblitt fix table consitency
(edit) @193   22 years jhoblitt update version to 02
(edit) @192   22 years jhoblitt fix table consitency
(edit) @191   22 years jhoblitt remove duplicate \section{Software} rename \section{Object Database} …
(edit) @190   22 years jhoblitt fix table consistency
(edit) @189   22 years rhl Use #ifndef SYMB or #if \!defined(SYMB)
(edit) @188   22 years rhl The psImage include file is called psImages.h
(edit) @187   22 years jhoblitt add object database TBDs
(edit) @186   22 years jhoblitt add power estimate numbers
(edit) @185   22 years rhl Initial version from SampleCode/Metadata
(edit) @184   22 years rhl Moved to PSLib/include
(edit) @183   22 years rhl Enumerated types are integral
(edit) @182   22 years rhl Added "check" target
(edit) @181   22 years rhl Initial versions from SampleCode/Utils
(edit) @180   22 years rhl Moved to PSLib/include
(edit) @179   22 years rhl Updated
(edit) @178   22 years rhl Added TEXINPUTS to use ./LaTeX
(edit) @177   22 years rhl 1/ Added psTraceReset() to reset the trace facility to startup, and …
(edit) @176   22 years rhl Added psTraceReset() to reset the trace facility to startup, and free …
(edit) @175   22 years rhl Call memFreeCB() before checking for memory problems
(edit) @174   22 years rhl Added psSetLogFormat()
(edit) @173   22 years rhl 1/ Add psHashRemove 2/ Rename New/Del to Alloc/Free
(edit) @172   22 years jhoblitt swap \subsubsection{Summit Core Switch} and \subsubsection{Data Center …
(edit) @171   22 years jhoblitt add copyright notice
(edit) @170   22 years rhl 1/ Rename New/Del to Alloc/Free 2/ Added …
(edit) @169   22 years rhl 1/ Add ability to remove by item's address to psDlistRemove() 2/ …
(edit) @168   22 years cvs2svn This commit was manufactured by cvs2svn to create tag 'rel-0_1'.
(edit) @167   22 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @166   22 years jhoblitt initial import
(edit) @165   22 years rhl 1/ Relaxed rule about always using parens 2/ Changed \XXX to \TBD …
(edit) @164   22 years rhl Changed New/Del to Alloc/Free
(edit) @163   22 years rhl Add target to build trace test code
(edit) @162   22 years rhl Added in error
(edit) @161   22 years rhl Added deeper tags target
(edit) @160   22 years Paul Price Changed constructor/destructor naming convention from "psXyzNew" to …
(edit) @159   22 years Paul Price Adding Makefile for include/
(edit) @158   22 years Paul Price Adding top-level Makefile.
(edit) @157   22 years eugene fixed verb/noun order in the names (psAllocImage -> psImageAlloc)
(edit) @156   22 years rhl Changes to support non-unique keys
(edit) @155   22 years rhl Binary added in error
(edit) @154   22 years rhl No need for a .PHONY target as metadata is the real main target
(edit) @153   22 years Paul Price Doxygen-ated the source files.
(edit) @152   22 years Paul Price Deleteing psDataAPIs.h --- file was renamed, and I don't know why it's …
(edit) @151   22 years eugene updated for doxygen support
(edit) @150   22 years eugene fixed enums to adhere to coding standards (psFOO -> PS_FOO)
(edit) @149   22 years Paul Price Adding various APIs.
(edit) @148   22 years eugene This commit was generated by cvs2svn to compensate for changes in …
(edit) @147   22 years eugene initial import
(edit) @146   22 years rhl Added file:lineno to memProblemCB0() message
(edit) @145   22 years rhl We need a hashBucket not a (hashBucket *)
(edit) @144   22 years cvs2svn This commit was manufactured by cvs2svn to create tag 'v1_0_0'.
(edit) @143   22 years rhl This commit was generated by cvs2svn to compensate for changes in …
(edit) @142   22 years rhl Miscellaneous shell-level utilities
(edit) @141   22 years rhl This commit was generated by cvs2svn to compensate for changes in …
(edit) @140   22 years rhl Sample code implementing various proposed Pan-STARRS APIs
(edit) @139   22 years rhl Changed [Rr]efCntr to [Rr]efCounter
(edit) @138   22 years rhl 1/ Private .h files should appear in Private subdir 2/ Changed line …
(edit) @137   22 years rhl Some minor corrections from Paul Price
Note: See TracRevisionLog for help on using the revision log.