ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtio.h
Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 23:20:28 2019 UTC (4 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 3.22: +3 -1 lines
Diff to previous 3.22
Added ability for pinterp, pmblur2, and vwrays to read 16-bit encoded depth

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 18:20:02 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.21: +4 -1 lines
Diff to previous 3.21
Added explicit byte-swap checks in headers using BigEndian= line

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Fri Aug 9 23:34:39 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.20: +3 -1 lines
Diff to previous 3.20
Added retrofit for macOS Sierra+

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 17:37:56 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.19: +29 -1 lines
Diff to previous 3.19
Moved declarations and definitions for header.c from resolu.h to rtio.h

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 16:38:37 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 3.18: +2 -2 lines
Diff to previous 3.18
Fixed compiling under Darwin (OS X)

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Wed May 30 14:14:56 2018 UTC (5 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.17: +4 -2 lines
Diff to previous 3.17
Avoid declaration complaints in OS X

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Fri May 4 21:22:44 2018 UTC (5 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.16: +4 -1 lines
Diff to previous 3.16
Added compatible declarations for strlcpy() and strlcat()

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 23:38:40 2018 UTC (6 years ago) by greg
Branch: MAIN
Changes since 3.15: +5 -1 lines
Diff to previous 3.15
Made reading uncompressed scanlines a bit faster

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 20 18:45:04 2018 UTC (6 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.14: +5 -1 lines
Diff to previous 3.14
Added missing rtio.h include to redefine getc, putc, etc.

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 18:38:35 2016 UTC (7 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 3.13: +2 -1 lines
Diff to previous 3.13
Added missing extern variable declarations

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 00:52:48 2016 UTC (7 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.12: +3 -3 lines
Diff to previous 3.12
Switched over to more efficient fread/fwrite replacements getbinary/putbinary

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 19:06:08 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.11: +3 -3 lines
Diff to previous 3.11
Improved error-checking for too many words in file or string

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 22:09:59 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.10: +8 -1 lines
Diff to previous 3.10
Moved putc and getc overrides to rtio.h

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 22:06:18 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.9: +4 -2 lines
Diff to previous 3.9
Added fread() and fwrite() replacements

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 17:27:45 2006 UTC (17 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9, rad4R0, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 3.8: +5 -1 lines
Diff to previous 3.8
Added byte-swapping i/o options to rcalc

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 20:33:12 2004 UTC (20 years, 1 month ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8
Changes since 3.7: +2 -2 lines
Diff to previous 3.7
Continued ANSIfication, and other fixes and clarifications.

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 18:55:50 2004 UTC (20 years, 2 months ago) by greg
Branch: MAIN
Changes since 3.6: +1 -4 lines
Diff to previous 3.6
Moved paths.h out of rtio.h and included it manually where R_OK was needed

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 17:22:06 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 3.5: +3 -11 lines
Diff to previous 3.5
Reduced compile warnings, and other compatibility fixes.

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

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 16:01:55 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 3.3: +1 -4 lines
Diff to previous 3.3
Included "platform.h" wherever lseek() was called

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 22:23:59 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.2: +5 -4 lines
Diff to previous 3.2
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.

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

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 06:53:21 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

Convenience Links

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