IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/config

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12766   19 years Paul Price Removing old question.
(edit) @12716   19 years magnier adding option to pmConfigCameraFormatFromHeader to load recipe or not
(edit) @12702   19 years magnier added optional unused code for phu conformity
(edit) @12696   19 years magnier big re-org to put the includes in the .c only, not .h
(edit) @12639   19 years Paul Price Removing extraneous 'break' which caused a bug in generating the …
(edit) @12597   19 years magnier fixed a typo
(edit) @12591   19 years magnier clarified the cases for generating mosaicked cameras, added errors on …
(edit) @12564   19 years Paul Price When we went to process TC3 images, we found that our camera formats …
(edit) @12544   19 years magnier changed config recipes rules: master recipe file must exist
(edit) @12504   19 years jhoblitt fix variable uninitialized warnings
(edit) @12501   19 years jhoblitt cast psTrace*() funtion return values to void that were causing warnings
(edit) @11754   19 years Paul Price Fixing warning that CHIP.YPARITY wasn't matching the expected value …
(edit) @11687   19 years jhoblitt update psAbort() API
(edit) @11676   19 years jhoblitt cast all 'const' variables to (void *) when calling psFree()
(edit) @11624   19 years magnier string.h added
(edit) @11622   19 years magnier strlen
(edit) @11550   19 years jhoblitt distcheck fixes
(edit) @11503   19 years jhoblitt add missing include of config.h
(edit) @11450   19 years Paul Price Adding pmConfigCommand.[ch] in order to supplement a command line with …
(edit) @11396   19 years jhoblitt change pmConfigConvertFilename() to create empty files for path:// & …
(edit) @11375   19 years Paul Price Used to have every concept being written to the header. Now just …
(edit) @11370   19 years Paul Price Add items with REPLACE option, in case they're already defined there.
(edit) @11359   19 years magnier cleaned code in update concepts, skipping update concepts
(edit) @11300   19 years magnier fixed BASE
(edit) @11296   19 years jhoblitt cleanup nebulous 'create' file support in pmConfigConvertFilename()
(edit) @11292   19 years jhoblitt add first pass nebclient support/linking change …
(edit) @11272   19 years Paul Price Removing persistent setting --- it's done in psLib.
(edit) @11262   19 years magnier resetting BASE to 100
(edit) @11253   19 years magnier cleaned up Doxygen groups
(edit) @11251   19 years magnier fixing doxygen tags
(edit) @11250   19 years magnier adding psmodules errors (PM_ERR_...)
(edit) @11245   19 years magnier fixed pmConfigValidateCameraFormat to distinguish error and invalid
(edit) @11149   20 years Paul Price Fixing order of cameras so that mosaicked versions are in the same …
(edit) @11097   20 years magnier only warn on problem with a recipe file
(edit) @11041   20 years Paul Price Cleaning up pmConfigConvertFilename.
(edit) @11040   20 years Paul Price Adding function pmConfigReadParamsSet. Adding const for …
(edit) @10993   20 years Paul Price Fixing memory leaks caused by clobbering config->format and …
(edit) @10965   20 years Paul Price Adding facilities to automatically generate mosaicked versions of …
(edit) @10882   20 years jhoblitt change pmConfigRead() to look for -db* values to overwrite database …
(edit) @10623   20 years Paul Price Getting rid of WORKDIR completely.
(edit) @10583   20 years Paul Price Removing unnecessary printf.
(edit) @10582   20 years magnier fixed pmConfigConvertFilename
(edit) @10578   20 years magnier updated file rules for pmConfigConvertFilename
(edit) @10503   20 years Paul Price Replacing psMetadataLookupMetadata with psMetadataLookup to avoid …
(edit) @10501   20 years Paul Price Adding dist targets to .cvsignore
(edit) @10487   20 years jhoblitt convert from OMIT_PSDB -> HAVE_PSDB
(edit) @10483   20 years Paul Price Decreasing trace level.
(edit) @10482   20 years Paul Price Adding additional tracing.
(edit) @10481   20 years Paul Price Fixing tracing to use conventional system for facility names. Removing …
(edit) @10470   20 years Paul Price Fixing memory corruption aborts caused by double frees.
(edit) @10469   20 years Paul Price Plugging memory leaks.
(edit) @10468   20 years magnier fixed exit states and error messages
(edit) @10460   20 years magnier changes trace/log components to psModules.config from func
(edit) @10447   20 years Paul Price Propagating API change to psStringSubstitute
(edit) @10436   20 years magnier added pmConfigRecipeOptions
(edit) @10428   20 years magnier pulled recipe functions from pmConfig to pmConfigRecipes, fixed up …
(edit) @10422   20 years magnier updated pmConfigReadRecipes to implement config inheritence
(edit) @10421   20 years magnier defined pmConfigConvertFilename, added to all I/O functions
(edit) @10291   20 years Paul Price Shortening string so it can fit in a FITS header.
(edit) @10289   20 years Paul Price pmVersion is a better name than pmConfigure
(edit) @10287   20 years Paul Price Adding functions to return the version name and compilation information.
(edit) @9992   20 years Paul Price Changes to allow system to work with PS_NO_TRACE.
(edit) @9904   20 years Paul Price Adding workdir to the configuration.
(edit) @9894   20 years Paul Price Reorganising so that the trace and logging stuff is loaded the …
(edit) @9762   20 years jhoblitt simple comment fix
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9679   20 years Paul Price Cleaning up, adding a few more details.
(edit) @9591   20 years Paul Price Fixing assert on config.
(edit) @9581   20 years Paul Price Adding file information for concepts, config.
(edit) @9579   20 years Paul Price Adding documentation for pmConfig.h. Cleaning up pmConfig.c. Renamed …
(edit) @9539   20 years Paul Price Fixing psLib APIs following clean-up.
(edit) @9435   20 years magnier adding independent tests for missing dbname, default value (0) for dbport
(edit) @9416   20 years jhoblitt add port argument to psDBInit()
(edit) @9411   20 years Paul Price Adding camera name to pmConfig.h
(edit) @9410   20 years Paul Price Adding camera name to pmConfig.
(edit) @8990   20 years jhoblitt install header files under pkgincludedir instead of the includedir …
(edit) @8815   20 years jhoblitt consistently include config.h remove fseeko #defs from …
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8669   20 years jhoblitt fix a wide range of format string errors
(edit) @8624   20 years Paul Price Casting to char* to avoid warning: char format, void arg (arg 4).
(edit) @8581   20 years jhoblitt add TRACEDEST to config
(edit) @8569   20 years jhoblitt rename library & utilities from psModule -> psModules
(edit) @8272   20 years jhoblitt add TRACEFORMAT option to the config system
(edit) @8246   20 years jhoblitt normalize psTrace() facility names
(edit) @8065   20 years Paul Price Removing old debugging printf.
(edit) @8064   20 years Paul Price Fixing symbolic references for recipes in the case when what the …
(edit) @7920   20 years Paul Price Only attempt to read recipes from site and camera if we know the site …
(edit) @7906   20 years rhl Replace another set of ifs with if else if etc.; check that save is …
(edit) @7827   20 years Paul Price Initialise the arguments.
(edit) @7817   20 years Paul Price Storing argc as a pointer in pmConfig. As it's a pointer to the …
(edit) @7792   20 years Paul Price Added P_PM_RECIPE_SOURCE_SYMBOLIC
(edit) @7791   20 years Paul Price Fixed bug in symbolic links for recipes: the site recipes and the …
(edit) @7754   20 years magnier added comma-separated filenames
(edit) @7709   20 years Paul Price Fixing up the process of reading recipes from the site and camera …
(edit) @7676   20 years Paul Price Fixing up pmConfigReadRecipes to get recipes from the command-line. …
(edit) @7601   20 years Paul Price Removing old include file.
(edit) @7597   20 years Paul Price Applying patch from Josh: look for a symbolic camera name in the …
(edit) @7589   20 years magnier updates from day when MHPCC CVS was down
(edit) @7576   20 years Paul Price Adding command-line log destination.
(edit) @7528   20 years magnier dropped error for now (not really an error)
Note: See TracRevisionLog for help on using the revision log.