ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/cmatrix.c
Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 18:33:49 2018 UTC (5 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.19: +2 -2 lines
Diff to previous 2.19
Created MAXFMTLEN to guard against buffer overrun attacks in header input

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 22:11:30 2018 UTC (5 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.18: +2 -2 lines
Diff to previous 2.18
Fixed inconsistency introduced in 2014 (rev. 2.8)

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 14:52:46 2016 UTC (7 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.17: +4 -4 lines
Diff to previous 2.17
Force double promotion

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

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 01:13:18 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 2.15: +2 -1 lines
Diff to previous 2.15
Prepare for SCons build on Win32 and Win64

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Feb 17 23:26:06 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.14: +6 -5 lines
Diff to previous 2.14
Made realloc() calls less aggressive to avoid memory errors

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 2 18:02:32 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.13: +2 -2 lines
Diff to previous 2.13
Moved declaration of popen to paths.h and put convert_command() into module

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 23:27:04 2015 UTC (8 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.12: +3 -2 lines
Diff to previous 2.12
Fixed various compiler warnings (mostly harmless)

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 04:29:56 2015 UTC (8 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.11: +4 -4 lines
Diff to previous 2.11
Reduced precision of multiplies in favor of time when little differ found

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 04:23:27 2015 UTC (8 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.10: +4 -4 lines
Diff to previous 2.10
Improved matrix multiplication accuracy by forcing promotions to double

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri May 8 18:25:03 2015 UTC (8 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +2 -1 lines
Diff to previous 2.9
Added rtprocess.h needed for popen() under Windows

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Mon May 4 20:53:21 2015 UTC (8 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.8: +29 -17 lines
Diff to previous 2.8
Added the ability to read matrix inputs from commands as well as files

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 17:10:43 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1, rad4R2P2
Changes since 2.7: +3 -3 lines
Diff to previous 2.7
Made rmtxop output the same type as lesser of inputs by default

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 16:39:41 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.6: +2 -2 lines
Diff to previous 2.6
Removed unnecessary address operators from function ids.

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 18:03:48 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.5: +23 -5 lines
Diff to previous 2.5
Hopeful fix to performance issue for gendaymtx under Windows

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri May 30 00:00:54 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.4: +62 -18 lines
Diff to previous 2.4
Added NROWS, NCOLS and NCOMP to matrix headers

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu May 29 17:28:09 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.3: +10 -7 lines
Diff to previous 2.3
Improved accuracy of matrix multiplication by using double accumulator

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 23:45:33 2014 UTC (9 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +8 -8 lines
Diff to previous 2.2
Removed tab before first column

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 01:28:06 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.1: +74 -24 lines
Diff to previous 2.1
Added -od and -of options for binary output

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 21:29:04 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Split out color coefficient matrix routines from dctimestep

Convenience Links

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