ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhcopy.c
Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 11:42:01 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9
Changes since 3.22: +11 -9 lines
Diff to previous 3.22 , to selected 3.2
Fixed typing/prototype of getheader() and its callback.

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
Changes since 3.21: +69 -39 lines
Diff to previous 3.21 , to selected 3.2
Ansification and prototypes.

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 02:06:34 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 3.20: +2 -2 lines
Diff to previous 3.20 , to selected 3.2
Fewer complaints if "platform.h" precedes "standard.h"

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 16:01:55 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 3.19: +3 -2 lines
Diff to previous 3.19 , to selected 3.2
Included "platform.h" wherever lseek() was called

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:02 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.18: +6 -6 lines
Diff to previous 3.18 , to selected 3.2
Added grouping parens to reduce ambiguity warnings.

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:18 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.17: +2 -2 lines
Diff to previous 3.17 , to selected 3.2
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.16: +2 -2 lines
Diff to previous 3.16 , to selected 3.2
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Thu May 29 16:26:22 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.15: +1 -2 lines
Diff to previous 3.15 , to selected 3.2
Changed beam offset from long to off_t, so holodecks can grow to max. length

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.14: +8 -10 lines
Diff to previous 3.14 , to selected 3.2
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 17:32:26 1999 UTC (25 years ago) by gwlarson
Branch: MAIN
Changes since 3.13: +2 -3 lines
Diff to previous 3.13 , to selected 3.2
removed unnecessary call to hdfreebeams() that increased fragmentation

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 1 10:22:46 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.12: +2 -1 lines
Diff to previous 3.12 , to selected 3.2
made caching code slightly more efficient

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Sat Jan 9 09:16:31 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.11: +2 -2 lines
Diff to previous 3.11 , to selected 3.2
improved duplicate ray checking

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 15:06:00 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.10: +42 -19 lines
Diff to previous 3.10 , to selected 3.2
change clumpbeams() callback function to take clump's queue

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 17:11:40 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.9: +39 -44 lines
Diff to previous 3.9 , to selected 3.2
moved routines to clumpbeams.c and made rhcopy clump beams

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 08:49:50 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.8: +10 -6 lines
Diff to previous 3.8 , to selected 3.2
changed getheader() to listen to return value of passed function

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 09:05:14 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.7: +4 -4 lines
Diff to previous 3.7 , to selected 3.2
changed -c option to -u and -f option to -d

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 17:46:18 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.6: +23 -15 lines
Diff to previous 3.6 , to selected 3.2
tried to fix poor performance of sorted load by going to partial sort

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 10:49:12 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.5: +2 -2 lines
Diff to previous 3.5 , to selected 3.2
fixed bug from sorting change (3.4

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 09:23:02 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.4: +51 -20 lines
Diff to previous 3.4 , to selected 3.2
added -f (fudge distance check) and -c (check repeats) options

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 22:02:22 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.3: +16 -6 lines
Diff to previous 3.3 , to selected 3.2
change code to read beams in file order

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 05:57:07 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.2: +2 -2 lines
Diff to previous 3.2
went back to use of long file pointers

Revision 3.2 - (view) (download) (annotate) - [selected]
Thu Dec 18 10:03:29 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.1: +31 -18 lines
Diff to previous 3.1
made checking of OBSTRUCTIONS variable more accurate

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 09:33:42 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Diff to selected 3.2
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R7P2: (view) (download) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a