ViewVC Help
View Directory | Root Listing
root/radiance/ray/src/common
File Last Change
 ../
pyradlib/
BSDFfiles.txt 1.1 (8 years ago) by greg: Created testBSDF main module to demonstrate BSDF library
CMakeLists.txt 1.11 (5 years ago) by greg: Changed HUGE reference to FHUGE + removed references to unused module maxheap.c
README 2.9 (19 years ago) by greg: Removed unused programs and files from distribution (sources to CVS attic)
Rmakefile 2.80 (5 years ago) by greg: Added AR variable to provide a way to override standard library builder
SConscript 1.23 (6 years ago) by schorsch: Updating to SCons 3.x, adding support for Python 3
addobjnotify.c 3.3 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
badarg.c 2.11 (10 years ago) by greg: Fixed problem with newlines in string arguments, which should be allowed
biggerlib.c 3.5 (20 years ago) by greg: Added prototype for LIBR function pointer in calcomp.h
bmalloc.c 2.9 (19 years ago) by schorsch: Compatibility fixes as suggested by Siegbert Debatin.
bmpfile.c 2.19 (6 years ago) by greg: Fixed bug in run-length encoded write routine
bmpfile.h 2.8 (6 years ago) by greg: Eliminated stray spaces from file
bsdf.c 2.55 (5 years ago) by greg: Eliminated expensive and unnecessary spectral curve hallucination
bsdf.h 2.26 (6 years ago) by greg: Fix for C++ compilers, which don't like "typedef const struct"
bsdf_m.c 3.38 (5 years ago) by greg: Eliminated expensive and unnecessary spectral curve hallucination
bsdf_m.h 3.9 (6 years ago) by greg: Fix for C++ compilers, which don't like "typedef const struct"
bsdf_t.c 3.47 (5 years ago) by greg: Eliminated expensive and unnecessary spectral curve hallucination
bsdf_t.h 3.13 (6 years ago) by greg: Fix for C++ compilers, which don't like "typedef const struct"
byteswap.c 3.1 (17 years ago) by greg: Added byte-swapping i/o options to rcalc
calcomp.h 2.22 (15 years ago) by greg: Math library and warning fixes for Solaris
caldefn.c 2.26 (9 years ago) by greg: Added warning to varset() for resetting non-numeric definitions
calexpr.c 2.36 (8 years ago) by greg: Fixed various compiler warnings (mostly harmless)
calfunc.c 2.18 (8 years ago) by greg: Fixed various compiler warnings (mostly harmless)
calprnt.c 2.6 (11 years ago) by greg: Finished ANSIfication
ccolor.c 3.11 (6 years ago) by greg: Added checks against divide-by-zero
ccolor.h 3.8 (8 years ago) by greg: Added randomization to chroma encoding
ccyrgb.c 3.4 (11 years ago) by greg: Removed accidental change
chanvalue.c 3.3 (20 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
clip.c 2.5 (20 years ago) by schorsch: Abstracted process and path handling for Windows. Renamed FLOAT to RREAL because of conflict on Windows. Added conditional compiles for some signal handlers.
color.c 2.19 (5 years ago) by greg: Forgot one #undef
color.h 2.34 (9 years ago) by greg: Fixed exact value for white
colrops.c 2.12 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
cone.c 2.11 (7 years ago) by greg: Added checks for illegal cones/rings/cylinders
cone.h 2.8 (18 years ago) by greg: Rearranged some struct's for better efficiency on 64-bit architectures
copyright.h 3.3 (5 years ago) by greg: Preparation for 5.2 release
cvtcmd.c 3.2 (8 years ago) by greg: Forgot RCS header
dircode.c 2.8 (11 years ago) by greg: ANSIfication
disk2square.c 3.4 (9 years ago) by greg: Fixed floating-point error under Windows caused by cos^2 + sin^2 > 1
ealloc.c 2.9 (20 years ago) by schorsch: Continued ANSIfication, and other fixes and clarifications.
eputs.c 2.4 (20 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
erf.c 3.2 (10 years ago) by greg: Fixed lack of erf() and erfc() under Windows
error.c 2.10 (20 years ago) by schorsch: Added grouping parens to reduce ambiguity warnings.
expandarg.c 2.10 (8 years ago) by greg: Improved error-checking for too many words in file or string
ezxml.c 2.9 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
ezxml.h 2.4 (8 years ago) by greg: Support for color BSDF rendering using Klems representation
face.c 2.13 (7 years ago) by greg: Added checks for illegal cones/rings/cylinders
face.h 2.6 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
falsecolor.c 3.10 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
falsecolor.h 3.4 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
fdate.c 2.9 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
fgetline.c 2.9 (8 years ago) by greg: Eliminated redundant #define's for getc and putc
fgetval.c 2.8 (20 years ago) by schorsch: Continued ANSIfication, and other fixes and clarifications.
fgetword.c 2.8 (6 years ago) by greg: Fixed lack of EOF detection introduced in last change (months ago!)
fixargv0.c 2.8 (7 years ago) by greg: Minor fixes for Windows suggested by Nathaniel Jones
font.c 2.20 (8 years ago) by greg: Made error messages more consistent when library file not found
font.h 2.7 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
fputword.c 3.9 (12 years ago) by greg: Fixed comment
free_os.c 3.5 (10 years ago) by greg: Minor changes not affecting operation
fropen.c 2.16 (10 years ago) by greg: Changed rcalc and icalc to search RAYPATH for input *.cal files
fvect.c 2.24 (8 years ago) by greg: Made it so we'll never generate another segfault from this code
fvect.h 2.18 (8 years ago) by greg: Made axis randomization optional in getperpendicular()
g3affine.c 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3affine.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3flist.c 2.3 (7 years ago) by greg: Changes to evalglare by Jan Wienold
g3flist.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3list.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3nlist.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3sphere.c 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3sphere.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3vector.c 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3vector.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
gbasic.c 2.1 (8 years ago) by greg: Added Jan Wienold's evalglare to distribution
gbasic.h 2.1 (8 years ago) by greg: Added Jan Wienold's evalglare to distribution
gethomedir.c 1.2 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
getlibpath.c 2.6 (10 years ago) by greg: Changed rcalc and icalc to search RAYPATH for input *.cal files
getpath.c 2.19 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
header.c 2.32 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
hilbert.c 3.3 (12 years ago) by greg: Eliminated calls to drand48()
hilbert.h 3.2 (13 years ago) by greg: Added missing RCS tags
image.c 2.49 (5 years ago) by greg: Fixed inconsistent treatment of white space in view argument parsing
instance.c 2.12 (8 years ago) by greg: Made error messages more consistent when library file not found
instance.h 2.6 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
interp2d.c 2.14 (9 years ago) by greg: Removed address operator not needed for function pointer
interp2d.h 2.9 (11 years ago) by greg: Changed from blkflg to influence flag array
invmat4.c 2.3 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
lamps.c 2.10 (16 years ago) by greg: Removed unnecessary declaration
linregr.c 2.4 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
linregr.h 2.6 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
loadbsdf.c 3.11 (8 years ago) by greg: Made error messages more consistent when library file not found
loadvars.c 2.15 (8 years ago) by greg: Added prototypes
lookup.c 2.19 (10 years ago) by greg: Fixed comment and removed pointless "register" modifiers
lookup.h 2.15 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mat4.c 2.4 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
mat4.h 2.12 (20 years ago) by schorsch: Instrumented headers against multiple inclusion and for use from C++. Moved includes in headers out of "C" scope.
maxheap.c 2.3 (5 years ago) by greg: Changed HUGE reference to FHUGE + removed references to unused module maxheap.c
maxheap.h 2.2 (8 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
mesh.c 2.28 (7 years ago) by greg: Very minor improvement should not affect behavior
mesh.h 2.15 (11 years ago) by greg: Added routine for cycling through all triangles
mgf_context.c 3.2 (11 years ago) by greg: Added spectrum assignment function c_sset()
mgf_mesg.h 3.1 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_object.c 3.1 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_parser.c 3.1 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_parser.h 3.1 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_xf.c 3.1 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
modobject.c 2.17 (10 years ago) by greg: Minor optimization to reference check in eqobjects()
muc_randvar.c 2.1 (7 years ago) by greg: Changes to evalglare by Jan Wienold
muc_randvar.h 2.1 (7 years ago) by greg: Changes to evalglare by Jan Wienold
multisamp.c 2.5 (20 years ago) by schorsch: Various small changes to reduce compile warnings/errors on Windows.
myhostname.c 2.8 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
object.h 2.22 (9 years ago) by greg: Increased maximum number of objects by a factor of 8 to 255 million
objset.c 2.17 (8 years ago) by greg: Fix for Windows, whose 64-bit long is only 32 bits
octree.c 2.8 (14 years ago) by greg: Deleted unused cucopy() routine
octree.h 2.12 (14 years ago) by greg: Deleted unused cucopy() routine
otypes.c 2.6 (11 years ago) by greg: Minor efficiency improvement and ANSIfication
otypes.h 2.19 (5 years ago) by greg: Decided to go with "aBSDF" for "aperture BSDF" rather than "sBSDF"
paths.c 2.5 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
paths.h 2.30 (6 years ago) by greg: Corrected TEMPLEN macro value for Unix
platform.h 3.16 (6 years ago) by greg: Created replacement usleep() function for Windows
plocate.c 2.3 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
plocate.h 2.7 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
portio.c 2.19 (7 years ago) by greg: Switched over to more efficient fread/fwrite replacements getbinary/putbinary
process.c 2.8 (19 years ago) by greg: Added -n option to mkillum for multiprocessing on shared memory machine
quit.c 2.5 (20 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
radogl.h 3.13 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
random.h 2.23 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
readfargs.c 2.11 (9 years ago) by greg: ANSIfication
readmesh.c 2.15 (8 years ago) by greg: Eliminated redundant #define's for getc and putc
readobj.c 2.22 (6 years ago) by greg: ANSIficatation
readoct.c 2.30 (8 years ago) by greg: Eliminated redundant #define's for getc and putc
resolu.c 2.6 (17 years ago) by schorsch: Eliminated some compiler warnings.
resolu.h 2.13 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
rexpr.c 2.9 (20 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
rgldomat.c 3.4 (20 years ago) by schorsch: Reduced compile warnings, and other compatibility fixes.
rglfile.c 3.11 (20 years ago) by schorsch: Continued ANSIfication, and other fixes and clarifications.
rglinst.c 3.17 (8 years ago) by greg: Made error messages more consistent when library file not found
rglmat.c 3.7 (13 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
rglsrc.c 3.6 (20 years ago) by schorsch: Reduced compile warnings, and other compatibility fixes.
rglsurf.c 3.13 (11 years ago) by greg: Changes to support new Cmake build system
rterror.h 3.3 (6 years ago) by greg: ANSIfication needs pointed out by Nathaniel Jones
rtio.h 3.19 (5 years ago) by greg: Fixed compiling under Darwin (OS X)
rtmath.h 3.12 (8 years ago) by schorsch: everybody seems to have erf() and erfc() nowadays.
rtmisc.h 3.6 (20 years ago) by schorsch: Continued ANSIfication, and other fixes and clarifications.
rtprocess.h 3.17 (6 years ago) by greg: Added Windows _execvp()
savestr.c 2.11 (6 years ago) by greg: Fixed issue with reading and saving empty strings
savqstr.c 2.10 (11 years ago) by greg: Minor optimizations
sceneio.c 2.5 (12 years ago) by greg: Minor optimizations
selcall.h 3.11 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
spec_rgb.c 2.24 (11 years ago) by greg: Even wider acceptance of whacky color primaries
standard.h 2.31 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
strcmp.c 2.3 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
strlcpy.c 2.2 (5 years ago) by greg: Added compatible declarations for strlcpy() and strlcat()
targa.h 2.5 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
tcos.c 3.10 (10 years ago) by greg: Took out definiton of tcos() when __FAST_MATH__ is defined
testBSDF.c 1.13 (5 years ago) by greg: Added report of length of MGF geometry
tiff.h 3.17 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
tiffio.h 3.17 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
tiffvers.h 3.5 (18 years ago) by greg: Updated TIFF library to 3.7.3
timegm.c 2.3 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
tmap16bit.c 1.10 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
tmapcolrs.c 3.32 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
tmapluv.c 3.16 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
tmaptiff.c 3.11 (12 years ago) by greg: Minor compile fixes
tmaptiff.h 3.6 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
tmerrmsg.h 3.6 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
tmesh.c 2.5 (18 years ago) by greg: Replaced % operations with if statements (hopefully faster)
tmesh.cal 2.2 (20 years ago) by greg: Fixed tile texturing in tmesh2rad -- thanks to Marucs Jacobs for the request
tmesh.h 2.5 (20 years ago) by schorsch: Abstracted process and path handling for Windows. Renamed FLOAT to RREAL because of conflict on Windows. Added conditional compiles for some signal handlers.
tmprivat.h 3.24 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
tonemap.c 3.37 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
tonemap.h 3.26 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
triangulate.c 2.5 (7 years ago) by greg: Added comment regarding last change.
triangulate.h 2.3 (10 years ago) by greg: Fixed comment describing triangulate call
unix_process.c 3.13 (7 years ago) by greg: Added case for already closed process in list
urand.c 2.11 (8 years ago) by greg: Fixed includes and prototypes
urind.c 2.4 (20 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
vars.h 2.7 (20 years ago) by schorsch: Added prototypes submitted by Randolph Fritz.
view.h 2.20 (5 years ago) by greg: Improved viewloc() return values to include aft clipping test
win_popen.c 1.5 (12 years ago) by greg: Windows compatibility changes from Bill Hoffman
win_process.c 3.13 (8 years ago) by schorsch: Remove code for obsolete systems.
win_usleep.c 3.1 (6 years ago) by greg: Created replacement usleep() function for Windows
wordfile.c 2.23 (7 years ago) by greg: Slight rework due to declaration ordering
words.c 2.11 (12 years ago) by greg: Minor fixes
wputs.c 3.6 (20 years ago) by schorsch: Added prototypes submitted by Randolph Fritz.
x11findwind.c 2.6 (19 years ago) by schorsch: Updated SCons build environment to work with a fresh download and on OS X, as suggested by Randolph Fritz.
xf.c 2.7 (20 years ago) by greg: Fixed a couple of bugs from last changes where atof() declaration was lost
zeroes.c 2.5 (20 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
1 directory and 185 files shown