ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/object.h
Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 09:21:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.16: +2 -2 lines
Diff to previous 2.16
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 06:53:21 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.15: +1 -3 lines
Diff to previous 2.15
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

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

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 00:25:49 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.13: +5 -3 lines
Diff to previous 2.13
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 16:38:47 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.12: +12 -33 lines
Diff to previous 2.12
*** empty log message ***

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu May 15 05:13:35 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.11: +6 -6 lines
Diff to previous 2.11
Eliminated -DBIGMEM define, since we always used it in makeall

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 04:59:04 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.10: +1 -1 lines
Diff to previous 2.10
Numerous bug fixes in new mesh code

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Mon Mar 10 17:13:29 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.9: +11 -11 lines
Diff to previous 2.9
Compile error fixes for Linux and other improvements

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:21 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.8: +2 -57 lines
Diff to previous 2.8
Replaced inline copyright notice with #include "copyright.h"

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:22 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.7: +131 -7 lines
Diff to previous 2.7
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 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jan 19 16:01:54 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 2.6: +3 -3 lines
Diff to previous 2.6
fixed MAXOBJBLK when BIGMEM undefined

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 16:51:26 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 2.5: +3 -2 lines
Diff to previous 2.5
fixed problem with new object block sizing

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 10:16:08 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 2.4: +6 -5 lines
Diff to previous 2.4
changed object block size and increased object limit to 32 million

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 11:13:12 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.3: +1 -1 lines
Diff to previous 2.3
increased object table size for -DBIGMEM to allow 4 million objects

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 15:45:31 1997 UTC (27 years ago) by greg
Branch: MAIN
Changes since 2.2: +4 -0 lines
Diff to previous 2.2
added new set routines

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jan 25 12:41:25 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -1 lines
Diff to previous 2.1
removed lastrno from object structure

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 16:55:32 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
updated revision number for release 2.0

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 12:19:28 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
added FLOAT definition for vectors and matrices

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 11:52:57 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.3: +13 -1 lines
Diff to previous 1.3
added conditional sizing of structures from BIGMEM

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 14:15:51 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
reduced MAXSTR to something more reasonable

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Sep 6 23:32:38 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
added consistency checks to detect stale octrees

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:34:17 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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