ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rcomb.c
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 22:05:23 2024 UTC (10 hours, 23 minutes ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.21: +68 -65 lines
Diff to previous 2.21 , to selected 2.3
refactor(rcomb): Minor changes should not affect performance

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 21:47:55 2024 UTC (10 hours, 40 minutes ago) by greg
Branch: MAIN
Changes since 2.20: +5 -3 lines
Diff to previous 2.20 , to selected 2.3
perf: minor optimization to avoid unnecessary system calls

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 21:23:11 2024 UTC (11 hours, 5 minutes ago) by greg
Branch: MAIN
Changes since 2.19: +91 -64 lines
Diff to previous 2.19 , to selected 2.3
fix(rcomb): Added child process to sequence output; seems to finally work

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 18:55:51 2024 UTC (37 hours, 32 minutes ago) by greg
Branch: MAIN
Changes since 2.18: +57 -58 lines
Diff to previous 2.18 , to selected 2.3
refactor: Changed buffer types in process(), readbuf(), writebuf()

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu May 23 19:29:41 2024 UTC (12 days, 12 hours ago) by greg
Branch: MAIN
Changes since 2.17: +18 -6 lines
Diff to previous 2.17 , to selected 2.3
fix(rcomb): Avoid inappropriate byte-swapping and improved final fclose() wait

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu May 23 17:13:52 2024 UTC (12 days, 15 hours ago) by greg
Branch: MAIN
Changes since 2.16: +8 -7 lines
Diff to previous 2.16 , to selected 2.3
fix(rcomb): Error in record size calc and cleanup of child processes on failure

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu May 23 15:48:44 2024 UTC (12 days, 16 hours ago) by greg
Branch: MAIN
Changes since 2.15: +17 -27 lines
Diff to previous 2.15 , to selected 2.3
fix(rcomb): Reverted to original synchronization method as signals proved unreliable for multi-processing

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu May 23 01:28:07 2024 UTC (13 days, 7 hours ago) by greg
Branch: MAIN
Changes since 2.14: +2 -1 lines
Diff to previous 2.14 , to selected 2.3
fix(rcomb): Fixed confusion over #components with symbolic -c in final xform

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed May 22 15:38:04 2024 UTC (13 days, 16 hours ago) by greg
Branch: MAIN
Changes since 2.13: +4 -5 lines
Diff to previous 2.13 , to selected 2.3
perf(rcomb): Minor optimization of signal blocking during child input

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed May 22 00:39:30 2024 UTC (2 weeks ago) by greg
Branch: MAIN
Changes since 2.12: +16 -8 lines
Diff to previous 2.12 , to selected 2.3
fix(rcomb): added sigprocmask() calls to avoid child synchronization issue

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue May 21 17:39:17 2024 UTC (2 weeks ago) by greg
Branch: MAIN
Changes since 2.11: +22 -8 lines
Diff to previous 2.11 , to selected 2.3
fix(rcomb): Switched to group-signaling to make multi-processing more reliable

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue May 21 16:27:26 2024 UTC (2 weeks ago) by greg
Branch: MAIN
Changes since 2.10: +10 -8 lines
Diff to previous 2.10 , to selected 2.3
perf(rcomb): Minor performance improvements for multi-processing mode

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Mon May 20 23:21:29 2024 UTC (2 weeks, 1 day ago) by greg
Branch: MAIN
Changes since 2.9: +166 -44 lines
Diff to previous 2.9 , to selected 2.3
feat(rcomb): Added -n option for multi-processing

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sun May 19 15:32:24 2024 UTC (2 weeks, 2 days ago) by greg
Branch: MAIN
Changes since 2.8: +2 -3 lines
Diff to previous 2.8 , to selected 2.3
feat: Added facility for app-managed matrix memory

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Thu May 16 18:59:19 2024 UTC (2 weeks, 5 days ago) by greg
Branch: MAIN
Changes since 2.7: +1 -2 lines
Diff to previous 2.7 , to selected 2.3
fix: Made use of resolu.h more consistent and reliable

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 03:47:57 2024 UTC (3 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.6: +2 -1 lines
Diff to previous 2.6 , to selected 2.3
perf: Added array index optimization to calcomp routines

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Feb 9 19:58:56 2024 UTC (3 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.5: +6 -4 lines
Diff to previous 2.5 , to selected 2.3
fix(rcomb): Fixed issue with final operations (reallocation error)

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 20:38:38 2023 UTC (5 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.4: +2 -2 lines
Diff to previous 2.4 , to selected 2.3
fix(rcomb): Restored error message if no rows read from input

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 16:09:20 2023 UTC (5 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.3: +3 -3 lines
Diff to previous 2.3
fix(rmtxop,rcomb): Added checks for "xyz" and "rgb" format output

Revision 2.3 - (view) (download) (annotate) - [selected]
Tue Dec 19 00:39:03 2023 UTC (5 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.2: +26 -9 lines
Diff to previous 2.2
feat(rmtxop,rcomb): Added lower-case versions of component outputs w/o efficacy conversions

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 23:04:05 2023 UTC (5 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.1: +13 -8 lines
Diff to previous 2.1 , to selected 2.3
fix(rcomb): Fixed handling of matrix inputs where NROWS is unspecified

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 16:31:45 2023 UTC (5 months, 3 weeks ago) by greg
Branch: MAIN
Diff to selected 2.3
chore(rcomb): Renamed rmtxcomb to simpler "rcomb"

Convenience Links

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