ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/paths.h
Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Oct 30 04:59:41 2004 UTC (19 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
Changed /usr/tmp default temp file location to /tmp under Unix

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 19:19:28 2003 UTC (20 years, 6 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.19: +3 -1 lines
Diff to previous 2.19
Various platform compatibility fixes.

Revision 2.19 - (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 2.18: +12 -5 lines
Diff to previous 2.18
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.

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

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 22:41:44 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.16: +9 -4 lines
Diff to previous 2.16
Reduced compile problems on Windows.

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

Revision 2.15 - (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.14: +1 -3 lines
Diff to previous 2.14
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

Revision 2.14 - (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.13: +70 -62 lines
Diff to previous 2.13
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.13 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 12:01:52 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.12: +49 -1 lines
Diff to previous 2.12
Cross-platform functions to find a writeable directory for tempfiles,
create unique filenames therein, and create a file.

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

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

Revision 2.10 - (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.9: +2 -57 lines
Diff to previous 2.9
Replaced inline copyright notice with #include "copyright.h"

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:22 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.8: +58 -4 lines
Diff to previous 2.8
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.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 10:01:11 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.7: +7 -0 lines
Diff to previous 2.7
added conditional use of getwd() or getcwd()

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Wed Jul 21 10:00:57 1993 UTC (30 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.6: +2 -2 lines
Diff to previous 2.6
changed temporary directory for DOS to CWD

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 13:57:58 1993 UTC (31 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.5: +1 -1 lines
Diff to previous 2.5
fixed incorrect template length for UNIX

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 12:59:45 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
changed default temp directory to /usr/tmp under UNIX

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 10:26:17 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.3: +3 -0 lines
Diff to previous 2.3
Changes for 32-bit PC port

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 12:02:07 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.2: +9 -12 lines
Diff to previous 2.2
Changes for PC port

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 10:04:36 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.1: +15 -3 lines
Diff to previous 2.1
modified testing of DIRSEP to allow multiple possible values

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 09:08:02 1992 UTC (31 years, 7 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