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 |
Last month's worth of windows fixes
20 lines of code changed in 2 files:
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:
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:
commenting out an unneeded define that prevented correct compile for McKay
1 lines of code changed in 1 file:
Fix undefined symbols
2 lines of code changed in 1 file:
Add ITk, ITCL, BLT, and Core/Comm to fix OSX build
0 lines of code changed in 2 files:
#include tcl.h before TCLCONST. External tk procs TCLCONST fixes
4 lines of code changed in 1 file:
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:
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:
SHARE -> SCISHARE
8 lines of code changed in 4 files:
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: