ViewVC Help
View Directory | Root Listing
root/radiance/ray/src/common
File Last Change
 ../
pyradlib/
caldefn.c 2.37 (21 months ago) by greg: perf: Slight reduction in time for variable clearing
calcomp.h 2.24 (22 months ago) by greg: style: minor code clean-ups
objutil.c 2.22 (22 months ago) by greg: style: corrected efree() typing and channel free loop
mgf_context.c 3.3 (22 months ago) by greg: fix: Added handling of "m prev = prev" context renewal
color.c 2.26 (2 years ago) by greg: fix: Better fix to potential vulnerability from malicious/corrupted image
resolu.c 2.8 (2 years ago) by greg: fix: made handling of resolution strings more consistent
loadvars.c 2.21 (2 years ago) by greg: fix: Now squeezes unquoted spaces across escaped newlines
vars.h 2.10 (2 years ago) by greg: feat(rad,ranimate): Improved handling of quoted strings for file names
savestr.c 2.14 (2 years ago) by greg: fix: passing const char * to savestr() and shash()
rtio.h 3.29 (2 years ago) by greg: fix: passing const char * to savestr() and shash()
readoct.c 2.33 (2 years ago) by greg: perf: Avoid calling nonsurfintree() when octree newer than input files
unix_process.c 3.18 (2 years ago) by greg: fix: removed deprecated call to vfork()
color.h 2.37 (2 years ago) by greg: perf: Reduced ridiculous number of digits included in exposure
paths.h 2.31 (2 years ago) by greg: fix: win_popen() stopped working for some reason under Windows 11
objset.c 2.18 (2 years ago) by greg: perf: Bumped object set hash table size to improve performance on large scenes
object.h 2.26 (2 years ago) by greg: perf: Increased scene size limits
octree.h 2.13 (2 years ago) by greg: perf: Increased scene size limits
fdate.c 2.11 (2 years ago) by greg: feat: Added fddate() call to get modification time from open file
fgetword.c 2.9 (2 years ago) by greg: perf: Eliminated call to ungetc() for better performance
error.c 2.12 (2 years ago) by greg: fix: compile error caught by DGM
readmesh.c 2.19 (2 years ago) by greg: perf: added calls to flockfile()/funlockfile() for more efficient reading
readwfobj.c 2.10 (2 years ago) by greg: perf: added calls to flockfile()/funlockfile() for more efficient reading
readobj.c 2.25 (2 years ago) by greg: perf: added calls to flockfile()/funlockfile() for more efficient reading
wputs.c 3.7 (2 years ago) by greg: refactor: Changed some char* args to const char* to avoid warnings
addobjnotify.c 3.4 (2 years ago) by greg: refactor: Changed some char* args to const char* to avoid warnings
badarg.c 2.12 (2 years ago) by greg: refactor: Changed some char* args to const char* to avoid warnings
rterror.h 3.4 (2 years ago) by greg: refactor: Changed some char* args to const char* to avoid warnings
eputs.c 2.5 (2 years ago) by greg: refactor: Changed some char* args to const char* to avoid warnings
normcodec.c 2.9 (2 years ago) by greg: fix: added stdlib.h to eliminate warning about atoi()
depthcodec.c 2.13 (2 years ago) by greg: feat(rcode_depth,rcode_norm): Allow NROWS,NCOLS in header rather than res string
normcodec.h 2.5 (2 years ago) by greg: perf: Eliminated unnecessary curpos optimization to simplify code
idmap.c 2.3 (2 years ago) by greg: perf: Eliminated unnecessary curpos optimization to simplify code
idmap.h 2.3 (2 years ago) by greg: perf: Eliminated unnecessary curpos optimization to simplify code
copyright.h 3.6 (2 years ago) by greg: docs: Updated license and copyright using verbiage from LBNL's IPO
loadbsdf.c 3.14 (2 years ago) by greg: fix(iso2klems): used solid angle, when projected SA needed, and integral factor
image.c 2.55 (3 years ago) by greg: perf: very minor optimization in viewloc()
bsdf_m.c 3.46 (3 years ago) by greg: fix: updated and corrected Klems half and quarter bases to match WINDOW
fvect.c 2.25 (3 years ago) by greg: refactor: Switched to using irandom() where appropriate
urand.c 2.14 (3 years ago) by greg: fix: Better implementation of irandom()
random.h 2.24 (3 years ago) by greg: perf(cnt): improved randomness of cnt -s option with new irandom(modulus) call
calfunc.c 2.28 (3 years ago) by greg: perf: Removing some conditionals with binary operations
calexpr.c 2.42 (3 years ago) by greg: perf: Removing some conditionals with binary operations
header.c 2.48 (3 years ago) by greg: feat: Support for format IDs with internal white space
objutil.h 2.18 (3 years ago) by greg: fix: corrected declarations for emalloc routines
Rmakefile 2.90 (3 years ago) by greg: perf: Turned off alignment for Radiance picture files (not needed)
resolu.h 2.16 (3 years ago) by greg: feat: Added float and double alignment to i/o routines for future mmap() use
font.c 2.26 (3 years ago) by greg: fix: syntax(!)
font.h 2.10 (3 years ago) by greg: feat: added maximum # glyph vertices for font
savqstr.c 2.11 (3 years ago) by greg: perf: Added check for NULL and empty string
bsdf_t.c 3.54 (3 years ago) by greg: fix: added position-based BSDF value perturbation for reliable peak extraction
ealloc.c 2.11 (3 years ago) by greg: fix: bad bug introduced in last change to ecalloc() -- recursive loop!
tonemap.h 3.32 (3 years ago) by greg: refactor: eliminated use of MEM_PTR and (char *) for untyped memory
tonemap.c 3.54 (3 years ago) by greg: refactor: eliminated use of MEM_PTR and (char *) for untyped memory
tmapluv.c 3.17 (3 years ago) by greg: refactor: eliminated use of MEM_PTR and (char *) for untyped memory
tmprivat.h 3.26 (3 years ago) by greg: refactor: eliminated use of MEM_PTR and (char *) for untyped memory
tmaptiff.c 3.12 (3 years ago) by greg: refactor: eliminated use of MEM_PTR and (char *) for untyped memory
tmapcolrs.c 3.37 (3 years ago) by greg: refactor: eliminated use of MEM_PTR and (char *) for untyped memory
jitteraperture.c 2.3 (3 years ago) by greg: fix: added proper handling of fore clipping distance
view.h 2.22 (3 years ago) by greg: refactor: created cropview() function to manage view sections
tmap16bit.c 1.11 (3 years ago) by greg: perf: minor performance improvement in grayscale mode to 24-bit output
disk2square.c 3.6 (3 years ago) by greg: fix: added #include needed from last change
fvect.h 2.23 (3 years ago) by greg: refactor: removed prefix from SDdisk2square() and SDsquare2disk() & made consistent
bsdf.c 2.62 (3 years ago) by greg: refactor: removed prefix from SDdisk2square() and SDsquare2disk() & made consistent
rtmath.h 3.15 (3 years ago) by greg: refactor: moved SDdisk2square() and SDsquare2disk() declarations to fvect.h
bsdf.h 2.30 (3 years ago) by greg: refactor: moved SDdisk2square() and SDsquare2disk() declarations to fvect.h
testBSDF.c 1.17 (3 years ago) by greg: fix: Repaired issue with reciprocity and BSDF sampling, thanks to Jon Sargent
getpath.c 2.23 (3 years ago) by greg: fix: repaired regression introduced to Windows version
CMakeLists.txt 1.18 (3 years ago) by greg: refactor: moved depth-of-field sampling to separate module
bmpfile.c 2.21 (3 years ago) by greg: fix: added checks for stdio open errors
calprnt.c 2.7 (4 years ago) by greg: feat(icalc): Better print-out of expressions
portio.c 2.27 (4 years ago) by greg: perf: minor efficiency improvements
mesh.c 2.35 (4 years ago) by greg: perf: made mesh self-consistency tests much more thorough
triangulate.c 2.7 (4 years ago) by greg: fix: Repaired issue in last change with colinear vertices
objtriangulate.c 2.2 (4 years ago) by greg: fix(genbox): Fixed issue with reversed triangles
convertobj.c 2.6 (4 years ago) by greg: fix: vertex swapping code was missing face list pointer
tmesh.c 2.6 (4 years ago) by greg: feat(genbox,robjutil): Added Radiance normal smoothing support to wfobj library
tmesh.h 2.7 (4 years ago) by greg: feat(genbox,robjutil): Added Radiance normal smoothing support to wfobj library
rtprocess.h 3.23 (4 years ago) by greg: docs: fixed comment
interp2d.c 2.17 (4 years ago) by greg: fix: free memory on failure
sceneio.c 2.6 (4 years ago) by greg: fix: added flush to be extra sure file writes out
face.c 2.16 (4 years ago) by greg: fix: major bug introduced in 2.15 revision with axis selection
interp2d.h 2.10 (4 years ago) by greg: feat: added client data pointer for caller convenience
writewfobj.c 2.5 (4 years ago) by greg: feat: added ability to choose faces when duplicating scene
bmpfile.h 2.9 (4 years ago) by greg: docs: corrected comment
modobject.c 2.20 (4 years ago) by greg: fix: prophylactic against 64-bit architectures with 32-bit int's
process.c 2.11 (4 years ago) by greg: fix: more 64-bit fixes
byteswap.c 3.2 (4 years ago) by greg: More 64-bit addressing fixes
falsecolor.c 3.11 (4 years ago) by greg: refactor: made use of histogram data consistent with new HIST_TYP #define
words.c 2.13 (4 years ago) by greg: perf: insignificant branch reduction
fputword.c 3.10 (4 years ago) by greg: fix: avoid quoting words that are already in quotes
spec_rgb.c 2.26 (4 years ago) by greg: feat: Added functional check for XYZ color space to coloprimsOK()
fgetline.c 2.11 (5 years ago) by greg: perf: quicker check/removal of escaped newlines for Windows
fixargv0.c 2.9 (5 years ago) by greg: Hopeful fix to Windows test issues
dircode.c 2.13 (5 years ago) by greg: Corrected constant that was causing bad encodings for diagonals
xf.c 2.8 (5 years ago) by greg: Added -x option to robjutil to transform .OBJ files
mgf_parser.c 3.2 (5 years ago) by greg: Added precautionary testing against FHUGE
fltdepth.c 3.5 (5 years ago) by greg: Minor change should have no effect on results
win_process.c 3.14 (5 years ago) by greg: Added filtering capabilities to Unix version of open_process()
depthcodec.h 2.7 (5 years ago) by greg: Improvement on previous fix
rexpr.c 2.10 (5 years ago) by greg: Removed redundant include files
wordfile.c 2.24 (5 years ago) by greg: Removed redundant include files
gethomedir.c 1.4 (5 years ago) by greg: Removed redundant include files
expandarg.c 2.11 (5 years ago) by greg: Removed redundant include files
strlcpy.c 2.3 (5 years ago) by greg: Corrected count output in stdlib replacements
bsdf_m.h 3.10 (5 years ago) by greg: Reversed order of matrix look-up macros to be more consistent
cvtcmd.c 3.3 (6 years ago) by greg: Removed unused variable
rglfile.c 3.12 (6 years ago) by greg: Eliminated cases where stdin was being closed
tiffio.h 3.17 (6 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
tiff.h 3.17 (6 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
otypes.h 2.19 (7 years ago) by greg: Decided to go with "aBSDF" for "aperture BSDF" rather than "sBSDF"
maxheap.c 2.3 (7 years ago) by greg: Changed HUGE reference to FHUGE + removed references to unused module maxheap.c
win_usleep.c 3.1 (7 years ago) by greg: Created replacement usleep() function for Windows
platform.h 3.16 (7 years ago) by greg: Created replacement usleep() function for Windows
SConscript 1.23 (7 years ago) by schorsch: Updating to SCons 3.x, adding support for Python 3
bsdf_t.h 3.13 (7 years ago) by greg: Fix for C++ compilers, which don't like "typedef const struct"
ccolor.c 3.11 (8 years ago) by greg: Added checks against divide-by-zero
cone.c 2.11 (8 years ago) by greg: Added checks for illegal cones/rings/cylinders
g3flist.c 2.3 (9 years ago) by greg: Changes to evalglare by Jan Wienold
muc_randvar.h 2.1 (9 years ago) by greg: Changes to evalglare by Jan Wienold
muc_randvar.c 2.1 (9 years ago) by greg: Changes to evalglare by Jan Wienold
rglinst.c 3.17 (9 years ago) by greg: Made error messages more consistent when library file not found
instance.c 2.12 (9 years ago) by greg: Made error messages more consistent when library file not found
radogl.h 3.13 (9 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
selcall.h 3.11 (9 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
ezxml.c 2.9 (9 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
timegm.c 2.3 (9 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
paths.c 2.5 (9 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
myhostname.c 2.8 (9 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
ccolor.h 3.8 (9 years ago) by greg: Added randomization to chroma encoding
g3sphere.c 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3sphere.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3flist.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3nlist.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3affine.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3vector.c 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3affine.c 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3vector.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
maxheap.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
g3list.h 2.2 (9 years ago) by greg: Added RCCS id's to new source files (forgotten during initial check-in)
gbasic.c 2.1 (9 years ago) by greg: Added Jan Wienold's evalglare to distribution
gbasic.h 2.1 (9 years ago) by greg: Added Jan Wienold's evalglare to distribution
BSDFfiles.txt 1.1 (10 years ago) by greg: Created testBSDF main module to demonstrate BSDF library
ezxml.h 2.4 (10 years ago) by greg: Support for color BSDF rendering using Klems representation
readfargs.c 2.11 (11 years ago) by greg: ANSIfication
lookup.c 2.19 (11 years ago) by greg: Fixed comment and removed pointless "register" modifiers
triangulate.h 2.3 (11 years ago) by greg: Fixed comment describing triangulate call
getlibpath.c 2.6 (11 years ago) by greg: Changed rcalc and icalc to search RAYPATH for input *.cal files
fropen.c 2.16 (11 years ago) by greg: Changed rcalc and icalc to search RAYPATH for input *.cal files
free_os.c 3.5 (11 years ago) by greg: Minor changes not affecting operation
erf.c 3.2 (11 years ago) by greg: Fixed lack of erf() and erfc() under Windows
tcos.c 3.10 (12 years ago) by greg: Took out definiton of tcos() when __FAST_MATH__ is defined
otypes.c 2.6 (12 years ago) by greg: Minor efficiency improvement and ANSIfication
mesh.h 2.15 (12 years ago) by greg: Added routine for cycling through all triangles
ccyrgb.c 3.4 (13 years ago) by greg: Removed accidental change
rglsurf.c 3.13 (13 years ago) by greg: Changes to support new Cmake build system
win_popen.c 1.5 (13 years ago) by greg: Windows compatibility changes from Bill Hoffman
tmaptiff.h 3.6 (14 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
falsecolor.h 3.4 (14 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
colrops.c 2.12 (14 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
hilbert.c 3.3 (14 years ago) by greg: Eliminated calls to drand48()
hilbert.h 3.2 (14 years ago) by greg: Added missing RCS tags
mgf_object.c 3.1 (14 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_parser.h 3.1 (14 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
rglmat.c 3.7 (14 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
lookup.h 2.15 (14 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_mesg.h 3.1 (14 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
mgf_xf.c 3.1 (14 years ago) by greg: Major code reorg, moving mgflib to common and introducing BSDF material
octree.c 2.8 (15 years ago) by greg: Deleted unused cucopy() routine
lamps.c 2.10 (17 years ago) by greg: Removed unnecessary declaration
cone.h 2.8 (19 years ago) by greg: Rearranged some struct's for better efficiency on 64-bit architectures
tiffvers.h 3.5 (20 years ago) by greg: Updated TIFF library to 3.7.3
README 2.9 (20 years ago) by greg: Removed unused programs and files from distribution (sources to CVS attic)
bmalloc.c 2.9 (20 years ago) by schorsch: Compatibility fixes as suggested by Siegbert Debatin.
x11findwind.c 2.6 (21 years ago) by schorsch: Updated SCons build environment to work with a fresh download and on OS X, as suggested by Randolph Fritz.
fgetval.c 2.8 (21 years ago) by schorsch: Continued ANSIfication, and other fixes and clarifications.
rtmisc.h 3.6 (21 years ago) by schorsch: Continued ANSIfication, and other fixes and clarifications.
tmesh.cal 2.2 (21 years ago) by greg: Fixed tile texturing in tmesh2rad -- thanks to Marucs Jacobs for the request
rgldomat.c 3.4 (21 years ago) by schorsch: Reduced compile warnings, and other compatibility fixes.
rglsrc.c 3.6 (21 years ago) by schorsch: Reduced compile warnings, and other compatibility fixes.
biggerlib.c 3.5 (22 years ago) by greg: Added prototype for LIBR function pointer in calcomp.h
urind.c 2.4 (22 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
chanvalue.c 3.3 (22 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
quit.c 2.5 (22 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
zeroes.c 2.5 (22 years ago) by schorsch: Added prototypes and includes from patch by Randolph Fritz. Added more required includes and reduced other compile warnings.
mat4.h 2.12 (22 years ago) by schorsch: Instrumented headers against multiple inclusion and for use from C++. Moved includes in headers out of "C" scope.
standard.h 2.31 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
targa.h 2.5 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
tmerrmsg.h 3.6 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
linregr.h 2.6 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
face.h 2.6 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
plocate.h 2.7 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
instance.h 2.6 (22 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
clip.c 2.5 (22 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.
multisamp.c 2.5 (22 years ago) by schorsch: Various small changes to reduce compile warnings/errors on Windows.
strcmp.c 2.3 (22 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
mat4.c 2.4 (22 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
linregr.c 2.4 (22 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
invmat4.c 2.3 (22 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
plocate.c 2.3 (22 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
1 directory and 199 files shown