Directory Dataflow/TCLThread/

Total Files:
4
Deleted Files:
0
Lines of Code:
412

[root]/Dataflow/TCLThread

Lines of Code

Dataflow/TCLThread/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 411 (100.0%) 18.6
mdavis 9 (40.9%) 323 (78.6%) 35.8
worthen 10 (45.5%) 62 (15.1%) 6.2
mjc 2 (9.1%) 25 (6.1%) 12.5
jfsheph 1 (4.5%) 1 (0.2%) 1.0

Most Recent Commits

worthen 2006-04-11 13:18 Rev.: 33824

Last month's worth of windows fixes

20 lines of code changed in 2 files:

  • Dataflow/TCLThread: TCLThread.cc (+20 -16)
mjc 2006-03-16 13:51 Rev.: 33520

add conversion option from .net to .srn, which will save the .net to the same path replacing .net with .srn and exit scirun, fix bug with loading subnets from .srn files

13 lines of code changed in 1 file:

  • Dataflow/TCLThread: TCLThread.cc (+13 -1)
mdavis 2006-03-08 12:20 Rev.: 33451

Parse scirunrc in main, not in TCLThread where it may be too late for some sci_getenv calls

2 lines of code changed in 1 file:

  • Dataflow/TCLThread: TCLThread.cc (+2 -4)
jfsheph 2006-03-07 13:14 Rev.: 33435

commenting out an unneeded define that prevented correct compile for McKay

1 lines of code changed in 1 file:

  • Dataflow/TCLThread: TCLThread.cc (+1 -1)
mdavis 2006-03-07 12:59 Rev.: 33433

Fix undefined symbols

2 lines of code changed in 1 file:

  • Dataflow/TCLThread: TCLThread.cc (+2 -1)
mdavis 2006-03-07 12:01 Rev.: 33432

Add ITk, ITCL, BLT, and Core/Comm to fix OSX build

0 lines of code changed in 2 files:

  • Dataflow/TCLThread: sub.mk (changed)
mdavis 2006-03-06 20:02 Rev.: 33429

#include tcl.h before TCLCONST. External tk procs TCLCONST fixes

4 lines of code changed in 1 file:

  • Dataflow/TCLThread: TCLThread.cc (+4 -5)
mdavis 2006-03-06 15:55 Rev.: 33420

General cleanup of the TCL/Tk threading code.

Move tkAppInit code into TCLThread::startNetworkEditor. This allowed for removal of TCLThread::mainloop_waitstart(), TCLThread::mainloop_wait(), & TCLThread::release_mainloop() and their semaphores.

Added TCLInterface::pause(), and TCLInterface::unpause() methods to pause tcl thread when doing X11 calls in anohter thread.

Cleanup main, mostly by moving all TCL code into TCLThread class. Also minor cleanup by passing stacksize to constructor of Thread class.

Split constructor of TkOpenGLContext into make_x11_gl_context, and make_win32_gl_context.

Removed Core/TkExtensions/TkAppInit.c, all init code now in Dataflow/TCLThread/TCLThread.cc

315 lines of code changed in 4 files:

  • Dataflow/TCLThread: TCLThread.cc (+308 -100), TCLThread.h (+5 -9), sub.mk (+2 -1)
mjc 2006-02-09 21:31 Rev.: 33222

introduce xml filetype with validating dtd for scirun network file saving, SCIRun now saves only in this format, while loading old '.net' files as well as new '.srn' files (which are xml)

12 lines of code changed in 1 file:

  • Dataflow/TCLThread: TCLThread.cc (+12)
worthen 2006-01-31 16:17 Rev.: 33123

SHARE -> SCISHARE

8 lines of code changed in 4 files:

  • Dataflow/TCLThread: TCLThread.cc (+3 -3), TCLThread.h (+1 -1), share.h (new)
worthen 2006-01-30 13:35 Rev.: 33106

Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions

34 lines of code changed in 4 files:

  • Dataflow/TCLThread: TCLThread.cc (+19 -2), TCLThread.h (+3 -1), share.h (+11), sub.mk (+1 -1)
Generated by StatSVN 0.4.0