make a fpic version of DRMS lib and DB lib in preparation for Python DRMS package
For test-fl-query.
Change the message-transfer protocol (for the MT SUMS daemon) from Python pickle to JSON.
Fix our make rules - make was building the same binaries twice, the second time AFTER it built a library from the binaries. The result was that every time you run make, it would rebuild the library. And because this was a low-level library, the entire tree would be rebuilt. There were two libraries that had this problem.
Add jsmn to the list of directories that make makes an output directory for.
Remove Perl SWIG interface to SUMS from build.
Source configure and make changes that allow users to checkout NetDRMS plus specified proj directories.
Move the export code from JSOC/base/drms to JSOC/base/export. This is in preparation for a bug fix involving the DATE fits keyword - there is a trailing 'Z' in the ISO time string that needs to be removed.
*** empty log message ***
Allow NetDRMS sites to cherry-pick SU proj directories - by listing the directories desired in the config.local file, the configure/make system will automatically know how to build them.
Moved the interpolate library from base to proj - added the fresize code too.
Move export project from proj/export to base/export
Add Jespers interpolation code - forgot these files last submission
fix build not working because of cookbook sample
Ticket #229 - Add qdecoder library; also jsoc_fetchs use of that library.
Rework cmdparams so that it is known which args were accessed by the code linking to cmdparams. cmdparams now uses a hash of CmdParams_Arg_t structure - one for each argument, regardless of the type of argument (named, unnamed, etc.). Previously, named arguments and unnamed arguments were stored in different places. The accessed field will be set to 1 when user code accesses the argument. This is all in preparation for two tickets - #182 having to do with passing along unused arguments to a subprocess, and another that calls for tracking which arguments have been used in a program/module
Ensure that the path to libdsds.so doesnt use /auto/homeX.
Remove ricecomp library from build - not being used
put ricecomp back in
removed ricecomp
Fully implement the ability to override the output/object directory (eg, use N02 instead of linux_x86_64) and to use machine-specific make variables (for things like third-party library locations).
Remove from the cookbook rules etc for building within the JSOC binaries in proj/cookbook
Ensure that the global build macro, CDIR, doesn't have the /auto/homeX stuff in it; print out prime keys correctly in jsoc_export - was using the prime key templates instead of the real instances of the prime keys
jsoc_export now writes the index.txt file which provides a table of contents or packing list of sorts to the export requestor. It also operates in cmd-line mode now, where it accepts the record-set query on the cmd-line (it will still optionally accept the rsquery from an export series record).
added cookbook
Initial implementation of record-chunking (minus the code that actually uses a cursor to fetch from the return set. This commit is everything but that - right now, drms_open_records() is used instead of the call to fetch with a cursor)
correct mistake from previous commit, make icc default
Add Tim's cfitsio wrapper library (fitsrw).
Move JSOC/src/base to JSOC/base and JSOC/src/proj to JSOC/proj. 86 JSOC/src.
Add the three meta-libraries. Fix libidl.so build.
Add src/proj/myproj to the distribution (DRMS CVS module).
External and Stanford versions of project configuration and make.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.