ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rcollate.c
Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 20:35:56 2015 UTC (8 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
Fixed bug in allocation for reading from stream

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 19:06:29 2015 UTC (8 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.19: +39 -36 lines
Diff to previous 2.19
Work-around fix for transposing ASCII input files under Windows

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 00:12:42 2014 UTC (9 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2
Changes since 2.18: +6 -9 lines
Diff to previous 2.18
Simplified code a bit -- no significant change in behavior expected

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 18:21:04 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1
Changes since 2.17: +2 -2 lines
Diff to previous 2.17
Fixed issue with failure to manipulate header

Revision 2.17 - (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.16: +6 -3 lines
Diff to previous 2.16
Made NROWS/NCOLS more consistent with resolution string

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 21:45:48 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.15: +12 -9 lines
Diff to previous 2.15
Fixed redundant header output (bug)

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

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

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri May 30 18:24:06 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +4 -4 lines
Diff to previous 2.12
Fixed bug when header is being removed from input

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri May 30 18:10:20 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.11: +4 -6 lines
Diff to previous 2.11
Fixed issue with binary data when adding or removing header

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri May 30 17:29:28 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.10: +11 -5 lines
Diff to previous 2.10
Added check for unsupported formats

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri May 30 16:50:43 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +23 -8 lines
Diff to previous 2.9
Added -hi and -ho options to control input and output headers separately

Revision 2.9 - (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.8: +88 -25 lines
Diff to previous 2.8
Added NROWS, NCOLS and NCOMP to matrix headers

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 13:49:00 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.7: +8 -4 lines
Diff to previous 2.7
Reduced number of calls to realloc() when loading from stdin

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Nov 18 22:02:12 2013 UTC (10 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.6: +7 -2 lines
Diff to previous 2.6
More Windows fixes (someone should come up with an acrylic version of Windows)

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 18 18:07:16 2013 UTC (10 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.5: +1 -2 lines
Diff to previous 2.5
Fixes for Windows

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Sep 6 21:43:29 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.4: +6 -5 lines
Diff to previous 2.4
Propogate output dimensions to input dimensions before checking input data

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 6 21:34:39 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.3: +12 -6 lines
Diff to previous 2.3
Added -w option to turn off warnings

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 18:47:12 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.2: +8 -3 lines
Diff to previous 2.2
Added error check for too little input data

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 18:30:58 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.1: +2 -3 lines
Diff to previous 2.1
Took off write ability I didn't need when mapping input file

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 17:53:23 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Created rcollate command to support 5-phase method

Convenience Links

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