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

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 18:36:38 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.27: +10 -1 lines
Diff to previous 2.27
Improved commenting on matrix operations for rmtxop

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 21:36:45 2018 UTC (6 years ago) by greg
Branch: MAIN
Changes since 2.26: +4 -4 lines
Diff to previous 2.26
Saved a little time and memory when writing out RGBE data

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 21:30:07 2018 UTC (6 years ago) by greg
Branch: MAIN
Changes since 2.25: +7 -23 lines
Diff to previous 2.25
Made double i/o more efficient by avoiding unnecessary element copies

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 15:59:46 2017 UTC (6 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.24: +59 -1 lines
Diff to previous 2.24
Added element-wise multiplication and division to rmtxop command

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 15:11:22 2016 UTC (7 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.23: +2 -3 lines
Diff to previous 2.23
Re-removed long double promotion, which I'd already done and undone previously!

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 14:54:08 2016 UTC (7 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.22: +3 -2 lines
Diff to previous 2.22
Force promotion to long double

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 17:57:57 2016 UTC (7 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.21: +4 -10 lines
Diff to previous 2.21
Changed to using SET_FILE_BINARY() where possible

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

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

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

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 04:07:05 2015 UTC (8 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.17: +2 -1 lines
Diff to previous 2.17
Make sure result from loading XML file is ASCII

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 04:47:51 2015 UTC (8 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.16: +12 -7 lines
Diff to previous 2.16
Moved some file settings around to improve logic

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

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

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon May 4 23:27:04 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.13: +4 -2 lines
Diff to previous 2.13
Minor type-checking fix

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

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 01:14:20 2015 UTC (9 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +5 -7 lines
Diff to previous 2.11
Fixed rmx_identity(), which was incorrect as first written but never used

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 20:21:46 2014 UTC (9 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.10: +2 -1 lines
Diff to previous 2.10
Fixed output format for ASCII from ASCII inputs

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 23:20:12 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2
Changes since 2.9: +3 -3 lines
Diff to previous 2.9
Took out unreliable call to ftell()

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Aug 28 05:59:42 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1
Changes since 2.8: +2 -2 lines
Diff to previous 2.8
Bug fix pointed out by Andy McNeil

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 13:33:47 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.7: +6 -5 lines
Diff to previous 2.7
Bug fixes in matrix concatenation

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 21:45:05 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.6: +4 -1 lines
Diff to previous 2.6
Added missing _O_BINARY setting for Windows

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 17:10:43 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.5: +56 -27 lines
Diff to previous 2.5
Made rmtxop output the same type as lesser of inputs by default

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 23:37:24 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.4: +47 -3 lines
Diff to previous 2.4
Maintain header information in matrix structure

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 16:28:17 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.3: +9 -3 lines
Diff to previous 2.3
Made NROWS/NCOLS more consistent with resolution string

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

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat May 31 19:21:21 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +13 -19 lines
Diff to previous 2.1
Bug fixes

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sat May 31 05:02:37 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Created rmtxop command, need to test and debug

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