Timeline
May 10, 2005:
- 4:29 PM Changeset [3880] by
- tweaks
- 4:28 PM Ticket #404 (psConstants.h defines unnecessary constants) closed by
- fixed: M_PI has problematic. It is not C99, Posix or ANSI C (our …
- 4:26 PM Changeset [3879] by
- added psPixels.h to installed header list.
- 3:11 PM Ticket #404 (psConstants.h defines unnecessary constants) created by
- psConstants.h contains the following definitions: > #define PS_ONE …
- 2:33 PM Changeset [3878] by
- I added some missing code (for adding pixels to pixelLists).
- 2:27 PM Ticket #403 (psMatrixMultiply only accepts square images) created by
- Matrix multiplication of non-square matrices is well defined, but …
- 1:48 PM Changeset [3877] by
- This is the first version of the combineImage code. It compiles. …
- 9:47 AM Changeset [3876] by
- This commit was manufactured by cvs2svn to create tag 'RHLmergePAP'.
- 9:47 AM Changeset [3875] by
- Fix sign of test on psListAdd
- 9:07 AM Ticket #398 (Please install parseErrorCodes.pl) reopened by
- 9:07 AM Ticket #398 (Please install parseErrorCodes.pl) closed by
- remind: Well, I guess it doesn't matter too much if I add it to the list of …
- 12:16 AM Ticket #351 (Swig build failure / `make distcheck` fails) closed by
- fixed: I duplicated the error on the CVS HEAD on my home Gentoo machine. …
- 12:09 AM Changeset [3874] by
- added _XOPEN_SOURCE=500 to allow compilation on Gentoo Linux.
May 9, 2005:
- 3:57 PM Changeset [3873] by
- small syntax tweaks.
- 12:05 PM Ticket #398 (Please install parseErrorCodes.pl) reopened by
- The reason for a build script (which I thought went back to my initial …
- 11:42 AM Ticket #398 (Please install parseErrorCodes.pl) closed by
- invalid: I don't think I understand your point, I guess. I see no reason why …
May 6, 2005:
- 4:51 PM Changeset [3872] by
- fix prototype
- 4:50 PM Changeset [3871] by
- add space between prototype and doxygen
- 4:49 PM Changeset [3870] by
- change func[object_name] -> funcObject
- 4:47 PM Changeset [3869] by
- first working version
- 11:13 AM Changeset [3868] by
- Assume that they said 'jhbuild build xpa'
- 11:12 AM Changeset [3867] by
- Use AC_C_BIGENDIAN to detect endianness (setting PS_BIGENDIAN)
- 10:42 AM Ticket #400 (Musings on psLib PS_META_STR mapping to SQL99 varchar) created by
- This is a brief summary of psDB design issues that Aaron Culliney and …
- 9:11 AM Ticket #398 (Please install parseErrorCodes.pl) reopened by
- I looked to see if it appeared in the SDRS, and it doesn't. Maybe we …
- 8:47 AM Ticket #398 (Please install parseErrorCodes.pl) closed by
- invalid: Is that stated as a requirement somewhere? I didn't think …
- 8:20 AM Ticket #399 (reference counting for subimages isn't quite right) created by
- When a subimage is created, the reference count on …
- 8:15 AM Changeset [3866] by
- Bug #395 - consolidated psString functions introduced for psDB to …
- 8:14 AM Ticket #398 (Please install parseErrorCodes.pl) created by
- User code is expected to use parseErrorCodes.pl to generate its own …
- 8:13 AM Ticket #397 (Please add --outfile argument to parseErrorCodes.pl) created by
- When generating input files to be registered with psError, it is …
- 8:06 AM Ticket #396 (psFitsAlloc() needs a second mode argument (r/w/a)) created by
- The current definition of psFItsAlloc doesn't specify if the file …
May 5, 2005:
- 6:30 PM Changeset [3865] by
- change from table_name -> namespace where appropriate change from …
- 6:24 PM Changeset [3864] by
- add #define [foo]_TABLE_NAME change from table_name to namespace where …
- 6:16 PM Changeset [3863] by
- first working version
- 6:15 PM Changeset [3862] by
- rename pop_h.tt -> popobject_h.tt
- 6:07 PM Changeset [3861] by
- rename data_type -> object_name
- 4:13 PM Ticket #395 (psString* function should all live in psString.c) closed by
- fixed: applied patch. surveyed the changes. checked in the changes to CVS. …
- 3:40 PM Changeset [3860] by
- require automake 1.6 change automake to 'foreign'
- 3:39 PM Changeset [3859] by
- don't require automake-1.6
- 3:09 PM Ticket #387 (changes to build scripts / extraneous build files) closed by
- fixed: applied patch, removed the listed files, and added autogen.sh. …
- 3:07 PM Changeset [3858] by
- Bug #387 -- changes to autotools setup.
- 2:49 PM Ticket #395 (psString* function should all live in psString.c) created by
- The psString* functions I introduced in psDB.c should be conslidated …
- 2:19 PM Ticket #354 (poisoning of std. memory functions) closed by
- fixed: yep
- 1:37 PM Ticket #344 (psDBDumpCols() incorrectly handles numeric data) closed by
- fixed
- 12:42 PM Ticket #394 (remove SLALib from section 1.1) created by
- trivial, but I noticed this is getting out-of-date.
- 12:33 PM Changeset [3857] by
- Comments.
- 12:32 PM Changeset [3856] by
- Got read of image/vector print routine.
- 12:23 PM Changeset [3855] by
- Must add in doxygen comments.
- 12:21 PM Changeset [3854] by
- Coding standard modes: changed local function names and declared them …
- 12:15 PM Changeset [3853] by
- Minor coding standard mods.
- 12:10 PM Changeset [3852] by
- Eugene's mods to LM minimization.
- 11:29 AM Ticket #348 (psFitsReadTable() segfaults on valid input) closed by
- fixed: Found the problem; I wasn't properly allocating a buffer for reading a …
- 11:25 AM Changeset [3851] by
- fix for bug#348. When reading a string table element, the buffer …
- 11:24 AM Changeset [3850] by
- added a flush of the stream in psTrace. This is required for debuging …
- 11:11 AM Changeset [3849] by
- bugfix 344, 345, 346
- 10:12 AM Changeset [3848] by
- Fixed to allow latex to work.
May 4, 2005:
- 5:25 PM Changeset [3847] by
- indicate changes made for bug #393
- 5:23 PM Ticket #393 (Configuration file types) closed by
- fixed: UTC, UT1, TAI, and TT are psTimeTypes and as such are only relevant to …
- 5:21 PM Changeset [3846] by
- change psTimeFromISO() to accept a psTimeType to specifiy what time …
- 5:11 PM Changeset [3845] by
- add PS_META_TIME to psMetadataType
- 4:26 PM Ticket #393 (Configuration file types) created by
- In SDR-14 section 5.1.4.2.1 mentions valid time types are UTC, UT1, …
- 12:14 PM Changeset [3844] by
- change VERSION to '0.02' print a warning to STDERR if the parse failed
- 12:09 PM Changeset [3843] by
- change metadata_name & metadata_end to allow comments change statement …
- 12:08 PM Changeset [3842] by
- add Paul/megacam example
- 12:05 PM Changeset [3841] by
- add comment test
- 11:48 AM Changeset [3840] by
- change typedef to match 'word(s)' as element values
- 11:46 AM Changeset [3839] by
- change type to try 'STR' first
- 11:22 AM Changeset [3838] by
- Updated XPA_DIR notes
- 11:17 AM Changeset [3837] by
- misc cleanup
- 11:17 AM Changeset [3836] by
- p_psMemSetDeallocator is renamed to psMemSetDeallocator
- 9:27 AM Ticket #385 (changes to build scripts / extraneous build files) closed by
- fixed: changed AC_CONFIG_HEADER to AM_CONFIG_HEADER.
- 9:27 AM Changeset [3835] by
- changed AC_CONFIG_HEADER to AM_CONFIG_HEADER.
May 3, 2005:
- 5:05 PM Ticket #385 (changes to build scripts / extraneous build files) reopened by
- automake 1.6 is still broken as it needs AM_CONFIG_HEADER, not …
- 4:47 PM Ticket #385 (changes to build scripts / extraneous build files) closed by
- fixed: Change AC_CONFIG_HEADERS to AC_CONFIG_HEADER in configure.ac chmod'ed …
- 4:47 PM Changeset [3834] by
- changed AC_CONFIG_HEADERS to AC_CONFIG_HEADER to be compatible with …
- 3:57 PM Changeset [3833] by
- changed the executable flag.
- 3:39 PM Changeset [3832] by
- allow name to match tokens that contain METADATA|END|TYPE
- 3:17 PM Changeset [3831] by
- add scripts/mddump.pl
- 2:12 PM Ticket #392 (psMetadataParseConfig doesn't like tabs) created by
- psMetadataParseConfig won't parse a config file if it is tab-delimited …
- 11:43 AM Ticket #391 (config file NULL value syntax) created by
- How are NULL, NAN, or INF values declared?
- 11:28 AM Ticket #378 (build fails due to missing headers) closed by
- later: The IFA does not have any Solaris 10 machines. The issue of if …
May 2, 2005:
- 3:09 PM Changeset [3830] by
- compile pois
- 2:39 PM Changeset [3829] by
- add parseErrorCodes.pl add probe for perl binary
- 11:38 AM Ticket #385 (changes to build scripts / extraneous build files) reopened by
- Line 8 of the configure.ac was changed from …
- 11:19 AM Changeset [3828] by
- Adding a warning.…
- 11:04 AM Changeset [3827] by
- Added psLibFinalize (bug 388)
- 11:00 AM Ticket #388 (psLibFinalize function) closed by
- fixed: Sounds good. Added very simple description to the SDRS: …
- 10:58 AM Ticket #381 (psLookupTableImport) closed by
- invalid: psLookupTableImport creates a lookup table directly from data already …
- 10:47 AM Changeset [3826] by
- More thoughts
- 10:47 AM Changeset [3825] by
- The type in a psMetadataItem is a psMetadataType not a psElemTyps
- 10:45 AM Changeset [3824] by
- PS_TYPE_PTR is no more
- 10:45 AM Changeset [3823] by
- Make clean remove autogenerated Makefile{,.in}
- 10:44 AM Changeset [3822] by
- add AC swig macro add AC python macro
- 10:42 AM Changeset [3821] by
- update autogen.sh & configure.ac to the current convention
- 9:50 AM Changeset [3820] by
- missing really is auto-generated
- 9:50 AM Changeset [3819] by
- No; missing really is auto-generated
- 9:49 AM Changeset [3818] by
- Don't hardcode XPA_DIR
- 9:43 AM Changeset [3817] by
- Removed missing as it is needed
- 9:42 AM Changeset [3816] by
- Initial version
Apr 29, 2005:
- 11:47 AM Changeset [3815] by
- Added missing ; --- grrr
- 11:28 AM Ticket #388 (psLibFinalize function) created by
- There is a psLibInit function specified to set up time and error codes …
- 10:55 AM Changeset [3814] by
- Don't need to debias estimate of mean deviation
- 10:53 AM Changeset [3813] by
- Make poisRejectStamps return a list of rejected stamps
- 10:52 AM Ticket #387 (changes to build scripts / extraneous build files) created by
- This is just the psmodule equivalent of bug #385. Please remove these …
- 9:33 AM Changeset [3812] by
- Updated
- 9:29 AM Changeset [3811] by
- outFile can be None; improved docs
- 9:03 AM Ticket #385 (changes to build scripts / extraneous build files) closed by
- fixed: done.
- 8:52 AM Changeset [3810] by
- Added new ignorable files, mostly from autoconf/automake
- 8:51 AM Changeset [3809] by
- Initial version
- 8:44 AM Changeset [3808] by
- modified to not force version and to check for glibtoolize (for MacOSX).
- 8:40 AM Changeset [3807] by
- misc
- 8:39 AM Changeset [3806] by
- Initial version
- 8:38 AM Changeset [3805] by
- 1/ Factor poisConfigAlloc() out of poisParseConfig() 2/ help() can and …
- 8:36 AM Changeset [3804] by
- 1/ Don't call psFree(stamp) in a free-pointer-callback (it results in …
- 8:35 AM Changeset [3803] by
- Don't reset coordinates of deleted stamps (POIS_STAMP_RESET suffices); …
- 8:34 AM Changeset [3802] by
- Don't reset coordinates of deleted stamps (POIS_STAMP_RESET suffices)
- 8:34 AM Changeset [3801] by
- Remove unused variables
- 8:33 AM Changeset [3800] by
- adjust trace levels
- 8:33 AM Changeset [3799] by
- Remove unused variables; adjust trace levels
- 8:31 AM Changeset [3798] by
- You do need to free these
- 8:31 AM Changeset [3797] by
- Register pois error codes
- 8:31 AM Changeset [3796] by
- Build error codes, and also poisMaskOps.o
- 8:30 AM Changeset [3795] by
- Be smarter about installing swigged libraries for python
- 5:43 AM Changeset [3794] by
- Initial version
- 5:39 AM Changeset [3793] by
- This commit was manufactured by cvs2svn to create branch 'v1_0'.
- 5:39 AM Changeset [3792] by
- This commit was generated by cvs2svn to compensate for changes in …
- 5:39 AM Changeset [3791] by
- As provided by Paul Price, but adapted to use autoconf/automake
Apr 28, 2005:
- 11:20 PM Changeset [3790] by
- checking in pmObjects changes already submitted to bugzilla
- 11:17 PM Changeset [3789] by
- This commit was manufactured by cvs2svn to create tag 'eam-psphot-1'.
- 11:17 PM Changeset [3788] by
- checking in the versions of the files below, incorporating the changes …
- 4:33 PM Changeset [3787] by
- initial version.
- 4:25 PM Changeset [3786] by
- Bug #382 -- added some simple functions for tracing.
- 4:24 PM Ticket #382 (psImage and psVector utility functions) closed by
- fixed: folded the functions into CVS. For p_psVectorPrint: did you want to …
- 4:21 PM Ticket #385 (changes to build scripts / extraneous build files) reopened by
- I don't think that autogen.sh got checked in.
- 4:03 PM Ticket #385 (changes to build scripts / extraneous build files) closed by
- fixed: applied patch, verified things work (just had to modify Makefile.cvs …
- 4:03 PM Changeset [3785] by
- applied changes from Bug#385
- 2:42 PM Ticket #384 (psFree callback should be called even if reference counter is > 1) closed by
- fixed: change checked into CVS. The callback is now always called on a …
- 2:39 PM Changeset [3784] by
- made the free callback to be involved on all psFree calls, not just …
- 2:38 PM Changeset [3783] by
- fixed some latent bugs.
- 1:52 PM Ticket #380 (psTrace.h do nothing entries might cause errors) closed by
- fixed: fixed when Bug 379 was fixed.
- 1:50 PM Changeset [3782] by
- made default destination stdout, not stderr as eugene had coded it.
- 1:46 PM Ticket #379 (psTrace fails to handle new file pointers correctly) closed by
- fixed: files taken pretty much as is and folded into CVS.
- 1:46 PM Changeset [3781] by
- bug #379 - folded in posted changes.
- 9:52 AM Changeset [3780] by
- modified code to not allow non-empty PS_META_MULTI nodes to be added.
Apr 27, 2005:
- 4:45 PM Changeset [3779] by
- tweaked the logic in adding/allocating metadata items.
- 12:53 PM Ticket #378 (build fails due to missing headers) reopened by
- I saw mention of a gstdint.h, a GNU version of stdint.h, on Solaris …
- 11:37 AM Changeset [3778] by
- This commit was manufactured by cvs2svn to create tag 'MSDR-06'.
- 11:37 AM Changeset [3777] by
- final for cycle 6
- 11:32 AM Changeset [3776] by
- This commit was manufactured by cvs2svn to create tag 'SDRS-14'.
- 11:32 AM Changeset [3775] by
- final for cycle 6
- 10:30 AM Changeset [3774] by
- final for cycle 6, includes changes for psRegion
- 9:59 AM Changeset [3773] by
- This commit was manufactured by cvs2svn to create tag 'ADD-11'.
- 9:59 AM Changeset [3772] by
- nearly final for cycle 6, NO changes for psRegion
- 8:50 AM Ticket #386 (pmObjects changes) created by
- I am attaching a list of the changes I made to pmObjects, along with …
Apr 26, 2005:
- 8:51 PM Ticket #362 (Function psAberration) closed by
- fixed
- 3:34 PM Ticket #385 (changes to build scripts / extraneous build files) created by
- configure.ac does not require a specific version or check to see if …
- 2:49 PM Changeset [3771] by
- change automake args
- 2:32 PM Changeset [3770] by
- change autotool version reqs
- 12:39 PM Ticket #378 (build fails due to missing headers) closed by
- fixed: According to sun.com, complex.h and stdint.h are available with …
- 9:55 AM Ticket #375 (`make check` fails under gcc-4) closed by
- fixed: added FLIBS to the list of libraries required (i.e., pslib-config …
- 9:53 AM Ticket #374 (new warnings under gcc-4.0.0) closed by
- fixed: fixed the 'signedness' warnings using GCC 4.0.1-Pre on Suse 9.2.
- 9:53 AM Changeset [3769] by
- fixed small problems that made build using GCC 4.0 fail.
- 9:27 AM Ticket #330 (psSphereGetOffset in linear mode) closed by
- fixed: this is correct
- 9:23 AM Ticket #290 (Object detection rough classification) closed by
- fixed: this is now specified in the Modules SDRS, 6.3
- 9:20 AM Ticket #315 (psMetadataIteratorSet) closed by
- fixed: the rel5 implementation is what we agreed to. I've fixed the working …
- 9:04 AM Ticket #363 (Algorithms definition for SDR section 6.4 and 6.5 functions) closed by
- fixed
- 4:13 AM Ticket #384 (psFree callback should be called even if reference counter is > 1) created by
- When I register a callback to see a given memory block freed, the …
Apr 25, 2005:
- 4:59 PM Ticket #383 (psMinimizeLMChi2 rework) created by
- I did not understand the way psMinimizeLMChi2 was coded. I provide a …
- 4:46 PM Ticket #382 (psImage and psVector utility functions) created by
- I added some utility functions to psImage and psVector: psF64 …
- 4:35 PM Ticket #381 (psLookupTableImport) created by
- In SDR-13 section 3.9 states that if psLookupTableImport shall create …
- 4:29 PM Ticket #380 (psTrace.h do nothing entries might cause errors) created by
- the psTrace.h functions are supposed to be replaced with harmless code …
- 4:24 PM Ticket #379 (psTrace fails to handle new file pointers correctly) created by
- There are two related problems here. 1) traceFP is defined static …
- 4:11 PM Ticket #378 (build fails due to missing headers) created by
- It seems that Solaris 8 does not provide either stdint.h or complex.h. …
- 3:40 PM Ticket #377 (#endif statement comments would help code readability) created by
- the # endif statements in the code should probably have a comment to …
- 3:33 PM Ticket #368 (Definition of new psTimeType) closed by
- invalid: SDR-13 is paired with ADD-10. Please re-open this bug if ADD-10 …
- 12:03 PM Changeset [3768] by
- move AC_PREREQ to top of file
- 11:20 AM Changeset [3767] by
- Added psPixelsCopy
Apr 22, 2005:
- 4:14 PM Changeset [3766] by
- Added psPixelsAlloc and psPixelsRealloc (bug 371)
- 4:09 PM Ticket #361 (psMetadataItemAllocV over-allocates memory for comment) closed by
- fixed: implemented fix as suggested.
- 4:07 PM Changeset [3765] by
- fixed problem that broke Linux.
- 3:38 PM Ticket #373 (long double warning caused by gsl on OSX) closed by
- fixed: Added logic to configure.ac to check if on OSX, and if so add '-lg2c' …
- 3:36 PM Changeset [3764] by
- added checks in configure to add -lg2c to FLIBS, if present, and to …
- 3:02 PM Changeset [3763] by
- Adding targets to .cvsignore
- 3:02 PM Changeset [3762] by
- Adding ippSCDps1.pdf to .cvsignore
- 2:10 PM Changeset [3761] by
- moved psPixels to collections.
- 1:56 PM Changeset [3760] by
- reformated psPixels according to bug#371. -rdd
- 12:35 PM Changeset [3759] by
- Fix for those of us that don't have . in the path
- 10:10 AM Ticket #373 (long double warning caused by gsl on OSX) reopened by
- Went and got latest GSL, and now I can duplicate it. I'll look into …
- 9:57 AM Ticket #373 (long double warning caused by gsl on OSX) closed by
- worksforme: Which version of GSL/gcc do you have? We see no such problem on our …
Apr 21, 2005:
- 3:34 PM Ticket #375 (`make check` fails under gcc-4) created by
- fortran appears to be broken under gcc-4 (no surprise). This …
- 3:33 PM Changeset [3758] by
- Fixed up pmCombineImages: pixels should be psPixels, not psArray.
- 3:32 PM Changeset [3757] by
- Changes after conversation with George
- 3:23 PM Changeset [3756] by
- * empty log message *
- 3:11 PM Ticket #374 (new warnings under gcc-4.0.0) created by
- gcc-4 has been officially released.
- 2:32 PM Changeset [3755] by
- add AC_PREREQ
- 2:20 PM Ticket #373 (long double warning caused by gsl on OSX) created by
- I'm not sure why gcc isn't complaining about this on any other …
- 2:06 PM Changeset [3754] by
- This commit was manufactured by cvs2svn to create branch 'rdd3-fixes'.
- 2:06 PM Changeset [3753] by
- This commit was manufactured by cvs2svn to create branch 'rdd2-fixes'.
- 2:06 PM Changeset [3752] by
- This commit was manufactured by cvs2svn to create branch 'rdd'.
- 2:06 PM Changeset [3751] by
- This commit was manufactured by cvs2svn to create branch 'bug123-fixes'.
- 2:06 PM Changeset [3750] by
- This commit was manufactured by cvs2svn to create branch 'bug100'.
- 2:06 PM Changeset [3749] by
- This commit was manufactured by cvs2svn to create tag 'rdd3'.
- 2:06 PM Changeset [3748] by
- This commit was manufactured by cvs2svn to create tag 'rdd2'.
- 2:06 PM Changeset [3747] by
- This commit was manufactured by cvs2svn to create tag 'bug123'.
- 2:06 PM Changeset [3746] by
- * empty log message *
- 2:00 PM Changeset [3745] by
- Restoring back to version 1.35 --- psPixels revised back.
- 1:48 PM Changeset [3744] by
- Updated psPixels, following bug 371
- 1:28 PM Changeset [3743] by
- This commit was manufactured by cvs2svn to create branch 'test2'.
- 1:28 PM Changeset [3742] by
- This commit was manufactured by cvs2svn to create branch 'desoniatest'.
- 1:28 PM Changeset [3741] by
- in-process of changes.
- 1:06 PM Ticket #371 (psPixels) closed by
- fixed: Yes, that is basically what I had tried to propose. It is …
- 11:32 AM Ticket #325 (psVectorSortIndex algorithm) closed by
- fixed: rewrote the function by sticking the data in an array of structs that …
- 11:21 AM Changeset [3740] by
- tweaked the psVectorSortIndex struct to have datatype of index match …
- 11:18 AM Changeset [3739] by
- This commit was manufactured by cvs2svn to create branch 'test'.
- 11:18 AM Changeset [3738] by
- This commit was manufactured by cvs2svn to create branch 'desonia'.
- 11:18 AM Changeset [3737] by
- added psPixels functions and rewrote psVectorSortIndex.
- 11:02 AM Ticket #371 (psPixels) reopened by
- Well, dynamically allocating the individual psPixelCoords struct is …
Apr 20, 2005:
- 5:37 PM Changeset [3736] by
- add dist-bzip2 to INIT_AUTOMAKE
- 5:33 PM Changeset [3735] by
- remove unnecessary autoconf substitution
- 5:30 PM Changeset [3734] by
- Changed psPixels to psArrays of psPixelCoord
- 5:29 PM Changeset [3733] by
- add default output dir
- 5:28 PM Changeset [3732] by
- add foo_CFLAGS
- 5:23 PM Ticket #371 (psPixels) closed by
- fixed: This sounds good. typedef struct { int x; x coordinate …
- 5:14 PM Changeset [3731] by
- set AM_CFLAGS
- 5:13 PM Changeset [3730] by
- remove AM_CFLAGS
- 5:03 PM Changeset [3729] by
- make sure AM_CFLAGS & AM_LIBS are used
- 4:59 PM Changeset [3728] by
- remove LIBS & CFLAGS
- 4:53 PM Changeset [3727] by
- set foo_CFLAGS & foo_LIBS directly
- 4:47 PM Ticket #371 (psPixels) created by
- Possible enhancement: Currently, psPixels is defined merely as two …
- 4:22 PM Changeset [3726] by
- modernized
- 4:11 PM Changeset [3725] by
- set project name from lib_name instead of namespace
- 4:07 PM Changeset [3724] by
- change from bootstrap.sh to autogen.sh
Apr 19, 2005:
- 1:44 PM Changeset [3723] by
- pmFindImagePeaks() should now work with images of 1-row, or 1-col.
- 1:44 PM Changeset [3722] by
- This commit was manufactured by cvs2svn to create tag 'ADD-10'.
- 1:44 PM Changeset [3721] by
- fixed version number
- 1:41 PM Changeset [3720] by
- * empty log message *
- 1:41 PM Changeset [3719] by
- added earthrot
- 1:40 PM Changeset [3718] by
- cleaned up ADD text
- 12:58 PM Changeset [3717] by
- Cleaning the code in pmObjects.c, fixing bugs with the allocators and …
Apr 18, 2005:
- 9:00 PM Changeset [3716] by
- Slightly nicer way of allocating memory for the coords.
- 7:46 PM Changeset [3715] by
- Improved the psTransformFit() tests.
- 6:16 PM Changeset [3714] by
- Created tests for inverting linear psPlaneTransforms. Fixed a bug …
- 4:44 PM Changeset [3713] by
- Add new type psTimeBulletin. (SDR-13)
- 4:13 PM Changeset [3712] by
- Modify the psTime data structure. (SDR-13)
- 3:22 PM Changeset [3711] by
- The psTransformCombine() tests were significantly modified. They now …
- 3:22 PM Changeset [3710] by
- The psTransformCombine() tests were significantly modified. They now …
- 2:34 PM Changeset [3709] by
- I changed the parameter test on the polynomial alloc functions. The …
- 2:17 PM Changeset [3708] by
- Change function name psTimeToLST to psTimeToLMST. (SDR-13)
- 1:55 PM Changeset [3707] by
- Change function name psTimeGetTime to psTimeGetNow. (SDR-13)
- 1:40 PM Changeset [3706] by
- Change function name psTimeGetTime to psTimeGetNow. (SDR-13)
- 1:30 PM Changeset [3705] by
- Change function names from psTimeToISOTime and psTimeFromISOTime to …
- 1:13 PM Changeset [3704] by
- Change name psTimeLeapseconds to psTimeLeapSecondDelta. (SDR-13)
Apr 15, 2005:
- 12:10 PM Ticket #368 (Definition of new psTimeType) created by
- In SDR-13 section 6.1.2, the data type psTimeType specifies a …
- 6:02 AM Changeset [3703] by
- reorganize, added make structure
Apr 14, 2005:
- 6:37 PM Ticket #366 (psStats robust stats not well designed) created by
- I've been looking at how we have spec-ed psStats robust statistics …
- 2:12 PM Changeset [3702] by
- fixed image FFT and image convolution. The FFTW call had the wrong …
- 11:59 AM Ticket #365 (pmSourceLocalSky annulus forced on image) created by
- the subimage defiend in pmSourceLocalSky needs to be constrained to …
- 11:51 AM Ticket #364 (psMetadata logic errors) created by
- There are some problems in psMetadata with the logic for adding MULTI …
- 10:39 AM Ticket #363 (Algorithms definition for SDR section 6.4 and 6.5 functions) created by
- ADD needs to be updated to contain algorithms to implement the …
- 10:34 AM Ticket #362 (Function psAberration) created by
- In SDR-13 section 6.4.1.1, the function psAberration is defined but …
Apr 13, 2005:
- 7:07 PM Ticket #361 (psMetadataItemAllocV over-allocates memory for comment) created by
- the specific problem is in lines 187-194: Allocate and set …
- 5:29 PM Ticket #360 (pmPeakAlloc inconsistent on col,row vs x,y) closed by
- fixed: Fixed in current CVS tree.
- 5:27 PM Changeset [3701] by
- Fixed row,col order in peakAlloc.
- 5:23 PM Changeset [3700] by
- …
- 5:10 PM Ticket #360 (pmPeakAlloc inconsistent on col,row vs x,y) created by
- in MyListAddPeak, the call to pmPeakAlloc has col, row in the wrong order
- 4:43 PM Ticket #359 (pmFindImagePeaks error in row choice) closed by
- fixed: Should be fixed in current CVS.
- 4:42 PM Changeset [3699] by
- Fixed type (bug 359).
- 4:25 PM Ticket #359 (pmFindImagePeaks error in row choice) created by
- pmFindImagePeaks has a typo: the line: tmpRow = …
- 4:07 PM Changeset [3698] by
- Cleaned up some comments, added macros.
- 2:16 PM Changeset [3697] by
- Fixed problem with the pmSource deallocator. The image data was not …
Apr 12, 2005:
- 11:51 AM Changeset [3696] by
- adjusted to match the latest SDRS for psLib (change of function names).
Apr 11, 2005:
- 4:09 PM Changeset [3695] by
- fix of EventLoop, which was not flushing some events
- 1:57 PM Changeset [3694] by
- added a directive to require automake 1.6.
- 1:56 PM Ticket #357 (automake 1.6 is required, but not automatic) closed by
- fixed: Wasn't aware that I used any 1.6 specific automake directives, but …
- 1:37 PM Ticket #358 (F77=g77) closed by
- worksforme: I don't know why you need to do that; I suspect it is particular to …
- 11:08 AM Ticket #358 (F77=g77) created by
- end users need to set the environment variable F77=g77 for configure …
- 10:56 AM Ticket #357 (automake 1.6 is required, but not automatic) created by
- psLib requires automake 1.6 or it fails. automake defaults to 1.4 …
- 10:37 AM Changeset [3693] by
- moved kapa/kii communications to use SendGraphCommand functions
- 7:50 AM Ticket #356 (CVS tree is broken) closed by
- fixed: OK, fixed the permissions too; give it a try. Obviously, my initial …
Note:
See TracTimeline
for information about the timeline view.
