ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/RtraceSimulManager.cpp
Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed Nov 20 17:46:25 2024 UTC (3 months, 3 weeks ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.23: +13 -7 lines
Diff to previous 2.23
fix(rxtrace,rxcontrib): Fix in -I+ option for bug pointed out by S. Wasilewski

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 18:47:01 2024 UTC (4 months ago) by greg
Branch: MAIN
Changes since 2.22: +4 -6 lines
Diff to previous 2.22
fix: corrected return value (minor)

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 02:43:51 2024 UTC (4 months ago) by greg
Branch: MAIN
Changes since 2.21: +10 -30 lines
Diff to previous 2.21
feat: Improved error-handling in base simulation manager classes

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Nov 9 00:10:49 2024 UTC (4 months ago) by greg
Branch: MAIN
Changes since 2.20: +9 -2 lines
Diff to previous 2.20
fix: Changes to source-tracing requires child process restart

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 18:37:11 2024 UTC (4 months ago) by greg
Branch: MAIN
Changes since 2.19: +2 -3 lines
Diff to previous 2.19
fix(rxcontrib): Was inadvertantly clearing private RCcontrib flag

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Wed Nov 6 18:28:52 2024 UTC (4 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.18: +3 -1 lines
Diff to previous 2.18
perf(rxtrace,rxpict,rxpiece,rxcontrib): Improved exit strategy in children

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu Oct 10 21:02:52 2024 UTC (5 months ago) by greg
Branch: MAIN
Changes since 2.17: +14 -4 lines
Diff to previous 2.17
fix: Allow unsetting of source-ray tracing flag

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 19:18:32 2024 UTC (5 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.16: +30 -1 lines
Diff to previous 2.16
feat: Added method to get a specific string from header

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Sun Aug 25 00:17:29 2024 UTC (6 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.15: +2 -1 lines
Diff to previous 2.15
fix(rxtrace,rxpict): Failed to initialize RAY rmax setting!

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 20:05:23 2024 UTC (6 months, 4 weeks ago) by greg
Branch: MAIN
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
feat(rxpict): Added new C++ picture rendering tool with multi-processing and spectral output

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 5 19:51:18 2024 UTC (7 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.13: +2 -2 lines
Diff to previous 2.13
perf(rxtrace): Eliminated unnecessary queue flushing when adding processes

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 15:38:06 2024 UTC (7 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.12: +35 -27 lines
Diff to previous 2.12
feat(rxtrace): Added command-line for octree in lieu of header

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 01:54:46 2024 UTC (7 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.11: +107 -2 lines
Diff to previous 2.11
feat(rxtrace): Added header manipulation to base class

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 23:46:04 2024 UTC (8 months ago) by greg
Branch: MAIN
Changes since 2.10: +3 -3 lines
Diff to previous 2.10
fix(rxtrace): Called wrong close procedure for single- and multi-processing

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 23:54:16 2024 UTC (8 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.9: +2 -2 lines
Diff to previous 2.9
feat(rpict): Made drawsources() compatible with spectral scanlines

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri May 3 18:01:20 2024 UTC (10 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.8: +5 -7 lines
Diff to previous 2.8
perf: Minor improvement

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Thu May 2 22:10:43 2024 UTC (10 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.7: +8 -4 lines
Diff to previous 2.7
fix(rxtrace): Minor fixes

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Wed May 1 20:28:53 2024 UTC (10 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.6: +11 -7 lines
Diff to previous 2.6
fix(rxtrace): Don't call FIFO routines with single process

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Apr 30 23:16:23 2024 UTC (10 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.5: +65 -58 lines
Diff to previous 2.5
feat(rxtrace): Added multi-processing and spectral color

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 12 16:54:51 2024 UTC (12 months ago) by greg
Branch: MAIN
Changes since 2.4: +24 -10 lines
Diff to previous 2.4
perf: added datavector() call for quicker spectral interpolation

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 2 00:04:31 2023 UTC (19 months, 1 week ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.3: +74 -13 lines
Diff to previous 2.3
feat: further fleshing out thread model

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jul 31 23:14:02 2023 UTC (19 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.2: +5 -5 lines
Diff to previous 2.2
refactor: minor code improvements

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 23:27:44 2023 UTC (19 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.1: +8 -1 lines
Diff to previous 2.1
feat: Preparing for multi-threading

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 17:41:48 2023 UTC (2 years, 1 month ago) by greg
Branch: MAIN
feat(ratrace): First working version of new C++ rendering tool

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