Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 81 (100.0%) | 3.3 |
worthen | 15 (62.5%) | 67 (82.7%) | 4.4 |
mdavis | 3 (12.5%) | 10 (12.3%) | 3.3 |
callahan | 6 (25.0%) | 4 (4.9%) | 0.6 |
Get Glew to work with Windows
Have Environment query values for installed SCIRun rather than compiled-in values.
Fix windows compile
3 lines of code changed in 4 files:
Fix compiler warning.
0 lines of code changed in 2 files:
Fix compilation warnings.
0 lines of code changed in 1 file:
Last month's worth of windows fixes
33 lines of code changed in 8 files:
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
10 lines of code changed in 3 files:
Need to include tcl defines before we include tcl files, rearrange includes.
4 lines of code changed in 3 files:
SHARE -> SCISHARE
5 lines of code changed in 1 file:
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
26 lines of code changed in 2 files: