ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/caldefn.c
Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 03:47:57 2024 UTC (2 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.37: +25 -6 lines
Diff to previous 2.37
perf: Added array index optimization to calcomp routines

Revision 2.37 - (view) (download) (annotate) - [select for diffs]
Sun Oct 1 18:02:23 2023 UTC (6 months, 3 weeks ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.36: +9 -9 lines
Diff to previous 2.36
perf: Slight reduction in time for variable clearing

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 18:33:14 2023 UTC (7 months ago) by greg
Branch: MAIN
Changes since 2.35: +5 -9 lines
Diff to previous 2.35
style: minor code clean-ups

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 00:14:02 2023 UTC (7 months ago) by greg
Branch: MAIN
Changes since 2.34: +8 -6 lines
Diff to previous 2.34
style: corrected efree() typing and channel free loop

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:28:16 2023 UTC (14 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.33: +9 -2 lines
Diff to previous 2.33
perf: added calls to flockfile()/funlockfile() for more efficient reading

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Fri Apr 8 23:32:25 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.32: +4 -4 lines
Diff to previous 2.32
perf: Removing some conditionals with binary operations

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Wed Mar 30 16:00:56 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.31: +3 -3 lines
Diff to previous 2.31
fix: Renamed setcontext() to calcontext() to avoid obscure macOS naming conflict

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Sat Mar 12 17:21:10 2022 UTC (2 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.30: +4 -3 lines
Diff to previous 2.30
style: Minor code cleanup

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Sat Mar 12 15:50:13 2022 UTC (2 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.29: +5 -3 lines
Diff to previous 2.29
feat(rcalc): Added check for "cond" variable defined as constant

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Mon Aug 31 15:06:20 2020 UTC (3 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.28: +3 -1 lines
Diff to previous 2.28
fix: added check for context mark in parameter names

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Thu Apr 2 18:00:34 2020 UTC (4 years ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.27: +6 -2 lines
Diff to previous 2.27
Added warning about assigning non-constant to constant variable

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 18:05:13 2019 UTC (4 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.26: +1 -3 lines
Diff to previous 2.26
Removed redundant include files

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 15:41:13 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0, rad5R1, rad5R2
Changes since 2.25: +8 -1 lines
Diff to previous 2.25
Added warning to varset() for resetting non-numeric definitions

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Sun Jul 29 22:10:45 2012 UTC (11 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.24: +43 -39 lines
Diff to previous 2.24
Made varset() behavior identical to loading definition

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Fri Mar 5 17:28:46 2010 UTC (14 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad4R0, rad4R1
Changes since 2.23: +2 -2 lines
Diff to previous 2.23
Improved syntax error reporting for bad function parameter name

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Thu May 1 16:42:05 2008 UTC (16 years ago) by greg
Branch: MAIN
Changes since 2.22: +2 -2 lines
Diff to previous 2.22
Math library and warning fixes for Solaris

Revision 2.22 - (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, rad3R9
Changes since 2.21: +2 -1 lines
Diff to previous 2.21
Continued ANSIfication, and other fixes and clarifications.

Revision 2.21 - (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 2.20: +2 -1 lines
Diff to previous 2.20
Added gethomedir.c and various compatibility fixes.

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:01 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.19: +3 -3 lines
Diff to previous 2.19
Added grouping parens to reduce ambiguity warnings.

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

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

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: +4 -4 lines
Diff to previous 2.16
Reduced compile problems on Windows.

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

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Sun Apr 27 06:08:03 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
Added -idN or -ifN and -od or -of options to rcalc

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Mar 10 17:13:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.13: +1 -2 lines
Diff to previous 2.13
Compile error fixes for Linux and other improvements

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

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:21 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +92 -57 lines
Diff to previous 2.11
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.11 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 17:38:03 1997 UTC (27 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.10: +9 -7 lines
Diff to previous 2.10
fixed it so remembered contexts can be 1023 bytes long

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Jan 8 17:10:24 1997 UTC (27 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.9: +6 -3 lines
Diff to previous 2.9
fixed bug when channel is defined following function

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 11:18:52 1995 UTC (29 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.8: +3 -1 lines
Diff to previous 2.8
fixed problem where global context doesn't print everything

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 18:34:42 1995 UTC (29 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.7: +4 -4 lines
Diff to previous 2.7
fixed potential bug in eclock tracking

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 09:49:27 1995 UTC (29 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.6: +1 -1 lines
Diff to previous 2.6
made redefinition warnings more intelligent --
won't report new definitions that are equivalent to old

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 16:41:21 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.5: +45 -5 lines
Diff to previous 2.5
added pushcontext() and popcontext() functions

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 21:42:42 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.4: +2 -15 lines
Diff to previous 2.4
changed to better hash function shash()

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

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 10 16:20:43 1992 UTC (31 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.2: +4 -6 lines
Diff to previous 2.2
minor changes to varinsert()

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri May 15 16:38:49 1992 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.1: +16 -1 lines
Diff to previous 2.1
changed library links to be reliable to avoid strcmp() call

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

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 15:50:38 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
added context testing to dnext()

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 08:27:56 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.17: +8 -16 lines
Diff to previous 1.17
fixed code relating to long identifiers

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 9 08:27:56 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.16: +22 -21 lines
Diff to previous 1.16
changed location of context mark for locals/globals

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 14:38:00 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.15: +22 -14 lines
Diff to previous 1.15
fixed bug related to contexts and library functions

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 12:28:30 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.14: +3 -0 lines
Diff to previous 1.14
added explicit global id's starting with context mark

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 12:12:16 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.13: +18 -8 lines
Diff to previous 1.13
fixed up dcleanup() routine for working with contexts

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 11:22:06 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.12: +118 -27 lines
Diff to previous 1.12
added contexts to definition naming

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 11:12:02 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
changed dcleanup levels

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 10:37:45 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
changed wording on library function redefinition warning

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 29 08:33:13 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.9: +14 -21 lines
Diff to previous 1.9
minor changes to ':' assignment code

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 24 08:17:22 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.8: +12 -6 lines
Diff to previous 1.8
changed definition of dclearall() to dclean()

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 12:59:33 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.7: +52 -12 lines
Diff to previous 1.7
added ':' definitions for constant expressions

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 08:30:23 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
forgot addition for elimination of TICK for numeric def'ns

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 13:09:22 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5
passed function to chanout()

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 11:15:31 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +4 -10 lines
Diff to previous 1.4
eliminated cache for numeric definitions

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 11:06:37 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3
added line numbers to error reports

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:15:08 1990 UTC (33 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
nit-picking for Stardent compiler

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu May 31 10:24:28 1990 UTC (33 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.1: +10 -0 lines
Diff to previous 1.1
added conditional compiles for redefinition warning (REDEFW)

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

Convenience Links

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