ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/objset.c
Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 22:02:04 2004 UTC (19 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.14: +1 -21 lines
Diff to previous 2.14
Fixed bug that caused inappropriate fatal error mixing meshes and instances

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 15:10:18 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.13: +2 -2 lines
Diff to previous 2.13
Fixed inappropriate removal of auxiliary files during build

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

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 12:50:20 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.11: +2 -1 lines
Diff to previous 2.11
Various small changes to reduce compile warnings/errors on Windows.

Revision 2.11 - (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.10: +3 -3 lines
Diff to previous 2.10
Eliminated -DBIGMEM define, since we always used it in makeall

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:33 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -1 lines
Diff to previous 2.9
Added (void *) cast to realloc calls

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
CVS Tags: rad3R5
Changes since 2.8: +1 -56 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: +69 -6 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]
Fri Sep 11 15:26:43 1998 UTC (25 years, 6 months ago) by gwlarson
Branch: MAIN
Changes since 2.6: +8 -1 lines
Diff to previous 2.6
added linear search for small sets in inset()

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 18 17:18:51 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 2.5: +3 -3 lines
Diff to previous 2.5
fixed potential integer size problem in objset()

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 11:14:00 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.4: +2 -2 lines
Diff to previous 2.4
increased table sizes

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

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jul 13 14:23:21 1992 UTC (31 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.2: +3 -5 lines
Diff to previous 2.2
slight improvement in nonsurfinset()

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 11:41:18 1992 UTC (32 years ago) by greg
Branch: MAIN
Changes since 2.1: +1 -1 lines
Diff to previous 2.1
volumes are no longer surfaces

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

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri May 10 10:37:14 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6
added register variable to nonsurfinset()

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 10:06:33 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
removed code associated with A/UX compiler bug

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 11:39:07 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.4: +5 -7 lines
Diff to previous 1.4
minor optimization in nonsurfinset()

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 08:26:02 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
increased OSTSIZ for efficient conversion of large models

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 08:32:36 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.2: +9 -27 lines
Diff to previous 1.2
went back to simpler surfinset(), which is probably faster!

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Sep 6 23:32:41 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.1: +44 -0 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:37 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
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