Go to file
Nat Goodspeed f0dbb87833 Per Richard, replace LLProcessLauncher with LLProcess.
LLProcessLauncher had the somewhat fuzzy mandate of (1) accumulating
parameters with which to launch a child process and (2) sometimes tracking the
lifespan of the ensuing child process. But a valid LLProcessLauncher object
might or might not have ever been associated with an actual child process.
LLProcess specifically tracks a child process. In effect, it's a fairly thin
wrapper around a process HANDLE (on Windows) or pid_t (elsewhere), with
lifespan management thrown in. A static LLProcess::create() method launches a
new child; create() accepts an LLSD bundle with child parameters. So building
up a parameter bundle is deferred to LLSD rather than conflated with the
process management object.
Reconcile all known LLProcessLauncher consumers in the viewer code base,
notably the class unit tests.
2012-01-20 18:10:40 -05:00
doc merge changes for storm-1734 2011-12-20 10:39:06 -05:00
etc Automated merge up from viewer-development 2011-01-14 14:16:07 -05:00
indra Per Richard, replace LLProcessLauncher with LLProcess. 2012-01-20 18:10:40 -05:00
scripts fix typo in flag for -u option 2011-10-06 16:30:32 -04:00
.hgignore Adding *.diff to ignored files. 2011-10-19 00:35:18 +01:00
.hgtags pull back release tags 2011-12-19 16:41:50 -05:00
BuildParams update build params for oz viewer-trial build 2011-12-19 15:25:39 -05:00
autobuild.xml EXP-1649 FIX +1 (client) Turn off web loading spinner until a more visually pleasing one can be defined 2011-12-02 11:50:04 -08:00
build.sh Re-indent teamcity service messages when scanning build logs to fix incredibuild formatting. 2011-07-20 11:48:57 -07:00