ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhoptimize.c
Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 3.17: +41 -22 lines
Diff to previous 3.17 , to selected 3.9
Ansification and prototypes.

Revision 3.17 - (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.16: +2 -2 lines
Diff to previous 3.16 , to selected 3.9
Fewer complaints if "platform.h" precedes "standard.h"

Revision 3.16 - (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.15: +6 -5 lines
Diff to previous 3.15 , to selected 3.9
Included "platform.h" wherever lseek() was called

Revision 3.15 - (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.14: +2 -2 lines
Diff to previous 3.14 , to selected 3.9
Added grouping parens to reduce ambiguity warnings.

Revision 3.14 - (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.13: +4 -4 lines
Diff to previous 3.13 , to selected 3.9
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:02:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.12: +2 -4 lines
Diff to previous 3.12 , to selected 3.9
Moved some more platform dependencies to common header files.
Included a few necessary system headers.

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:12 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.11: +9 -6 lines
Diff to previous 3.11 , to selected 3.9
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 15:27:04 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.10: +3 -3 lines
Diff to previous 3.10 , to selected 3.9
Type fixing to lseek() call

Revision 3.10 - (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.9: +1 -1 lines
Diff to previous 3.9
Changed beam offset from long to off_t, so holodecks can grow to max. length

Revision 3.9 - (view) (download) (annotate) - [selected]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.8: +2 -2 lines
Diff to previous 3.8
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:25 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.7: +11 -9 lines
Diff to previous 3.7 , to selected 3.9
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.7 - (view) (download) (annotate) - [select for diffs]
Mon Feb 1 09:56:18 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.6: +1 -1 lines
Diff to previous 3.6 , to selected 3.9
made caching code slightly more efficient

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Sat Jan 9 09:23:49 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.5: +45 -10 lines
Diff to previous 3.5 , to selected 3.9
added duplicate ray checking option (-u)

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 15:07:49 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.4: +31 -8 lines
Diff to previous 3.4 , to selected 3.9
change clumpbeams() callback function to take clump's queue

Revision 3.4 - (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.3: +15 -164 lines
Diff to previous 3.3 , to selected 3.9
moved routines to clumpbeams.c and made rhcopy clump beams

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 16:54:23 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.2: +35 -18 lines
Diff to previous 3.2 , to selected 3.9
added check to see if single argument is writeable
fixed bug in copysect() due to a wrong index
added automatic temporary file removal on interrupt or error

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 14:43:14 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.1: +63 -28 lines
Diff to previous 3.1 , to selected 3.9
build queue then read
bug fixes in neighbor algorithm

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 4 16:37:19 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Diff to selected 3.9
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R0: (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