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) @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)
(edit) @7444   20 years magnier better error message in pmConfigFileSetsMD
(edit) @7311   20 years Paul Price Applying RHL patch. Generally improves the error handling and …
(edit) @7278   20 years Paul Price Addition of a vast quantity of assertions in public functions. …
(edit) @7215   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7187   20 years Paul Price Adding extra error information
(edit) @7172   20 years Paul Price Adding more info to error message.
(edit) @7171   20 years Paul Price Removing annoying "Loading configuration" message from log.
(edit) @7170   20 years Paul Price Fixing typo in error message
(edit) @7026   20 years Paul Price Passing in configuration, rather than site configuration to psConfigDB
(edit) @7016   20 years magnier fixed instances of psStringSplit to use new API
(edit) @6955   20 years Paul Price Making psDB optional, for when we don't compile psLib with mysql
(edit) @6890   20 years Paul Price Cleaning up unnecessary code (#ifdef-ed out). Using …
(edit) @6873   20 years magnier fixed up conflicts
(edit) @6872   20 years magnier updates relative to rel10_ifa_1
(edit) @6418   20 years gusciora .…
(edit) @6412   20 years gusciora From bugzilla. We need to determin what to do if pmConfigRead() args …
(edit) @6325   20 years gusciora These changes mostly reflect the new psStats SDRS changes. However, …
(edit) @6297   20 years desonia Bug 678 patch applied - psModule can't be built against a pslib built …
Note: See TracRevisionLog for help on using the revision log.