ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/readoct.c
Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 19:31:36 2004 UTC (19 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.27: +2 -2 lines
Diff to previous 2.27
Fixed problem with last bug-fix (serious)

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 22:02:04 2004 UTC (19 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.26: +25 -21 lines
Diff to previous 2.26
Fixed bug that caused inappropriate fatal error mixing meshes and instances

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 02:53:50 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.25: +2 -1 lines
Diff to previous 2.25
Added #undef for getc/putc where they were being replaced

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 14:36:49 2004 UTC (19 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.24: +5 -1 lines
Diff to previous 2.24
Added macros to avoid flockfile(3) overhead

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:19:31 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.23: +2 -1 lines
Diff to previous 2.23
Added gethomedir.c and various compatibility fixes.

Revision 2.23 - (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 2.22: +2 -2 lines
Diff to previous 2.22
Fewer complaints if "platform.h" precedes "standard.h"

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 16:46:51 2003 UTC (20 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.21: +2 -2 lines
Diff to previous 2.21
Fixed inappropriate return

Revision 2.21 - (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.20: +3 -2 lines
Diff to previous 2.20
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 09:21:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.19: +6 -6 lines
Diff to previous 2.19
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 01:32:53 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.18: +2 -1 lines
Diff to previous 2.18
Minor compile fixes

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 12:03:09 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.17: +2 -5 lines
Diff to previous 2.17
Reduced compile warnings/errors on Windows.

Revision 2.17 - (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.16: +14 -8 lines
Diff to previous 2.16
Various small changes to reduce compile warnings/errors on Windows.

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.15: +2 -4 lines
Diff to previous 2.15
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 21:27:46 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.14: +5 -73 lines
Diff to previous 2.14
Added -a option to obj2mesh to incorporate materials in mesh

Revision 2.14 - (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.13: +1 -56 lines
Diff to previous 2.13
Replaced inline copyright notice with #include "copyright.h"

Revision 2.13 - (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.12: +79 -17 lines
Diff to previous 2.12
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.12 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 15:45:26 1997 UTC (27 years ago) by greg
Branch: MAIN
Changes since 2.11: +18 -2 lines
Diff to previous 2.11
added new set routines

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Aug 29 14:20:37 1994 UTC (29 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.10: +1 -1 lines
Diff to previous 2.10
fixed AIX compiler problem with conditional

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 09:27:01 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -1 lines
Diff to previous 2.9
minor compiler warning fixes

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 09:42:16 1993 UTC (30 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.8: +0 -1 lines
Diff to previous 2.8
removed incorrect declaration of fputs()

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

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 12:04:17 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.6: +9 -6 lines
Diff to previous 2.6
Changes for PC port

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 09:29:38 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.5: +3 -2 lines
Diff to previous 2.5
made skiptree() slightly more efficient

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 09:02:38 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.4: +46 -22 lines
Diff to previous 2.4
added skiptree() function for reading scenes w/o octrees

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jul 13 15:36:29 1992 UTC (31 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.3: +39 -49 lines
Diff to previous 2.3
moved portable i/o routines to portio.c

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 12:18:18 1992 UTC (32 years ago) by greg
Branch: MAIN
Changes since 2.2: +7 -7 lines
Diff to previous 2.2
improved logic slightly

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:45:45 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -1 lines
Diff to previous 2.1
added conditional compilation of atof() declarations

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Oct 28 09:47:22 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
compatibility fixes for SGI libraries

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Oct 24 10:13:20 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.14: +8 -8 lines
Diff to previous 1.14
minor fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 11:53:38 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.13: +21 -8 lines
Diff to previous 1.13
added conditional sizing of structures from BIGMEM
made reading of foreign octrees more flexible

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 5 08:58:52 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.12: +8 -10 lines
Diff to previous 1.12
fixed small logic problem

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 13:01:28 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.11: +4 -5 lines
Diff to previous 1.11
added format information to header

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Feb 7 11:00:42 1991 UTC (33 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
increased sbuf size from 128 to 512 bytes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 22:43:57 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
put in cast to ldexp() call

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 10:01:21 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
minor change in stale octree error reporting

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 10:39:17 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
fixed predeclarations for fussy compilers

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 13:40:48 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.5: +7 -5 lines
Diff to previous 1.5
eliminated unnecessary call to ungetc()

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 19:38:51 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
changed error message

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 09:53:46 1989 UTC (35 years ago) by greg
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
deleted inappropriate comment

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 21 15:54:45 1989 UTC (35 years ago) by greg
Branch: MAIN
Changes since 1.2: +9 -6 lines
Diff to previous 1.2
fixed getint portability problems

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 14:59:06 1989 UTC (35 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
portability fixes

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

Convenience Links

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