[root]/main
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 233 (100.0%) | 8.3 |
mjc | 9 (32.1%) | 147 (63.1%) | 16.3 |
ayla | 7 (25.0%) | 28 (12.0%) | 4.0 |
mdavis | 5 (17.9%) | 27 (11.6%) | 5.4 |
dav | 3 (10.7%) | 25 (10.7%) | 8.3 |
oscar | 2 (7.1%) | 4 (1.7%) | 2.0 |
dgroulx | 2 (7.1%) | 2 (0.9%) | 1.0 |
Remove debugging print statement.
0 lines of code changed in 2 files:
Update KeplerServer interface.
2 lines of code changed in 1 file:
Updates to Kepler and Ptolemy packages.
20 lines of code changed in 3 files:
M main/sub.mk
M Core/Datatypes/sub.mk
M StandAlone/convert/sub.mk
Need to specify F_LIBRARY (fortran library) to link on the Mac.
M Core/GUI/Util.tcl
Fix example use for label_pair function.
M Core/Datatypes/SearchGrid.cc
M Core/Datatypes/TetVolMesh.h
Cleaned up. Removed unused variables.
M Dataflow/GUI/Viewer.tcl
M Dataflow/Modules/Render/ViewWindow.cc
M Dataflow/Modules/Render/ViewWindow.h
M Dataflow/Modules/Render/OpenGL.cc
M Dataflow/Modules/Render/OpenGL.h
Made optional (with button) the ability to append the timestamp to
each frame when saving a movie. Cleaned up a number of other things
(eg: the GUI) related to saving a movie in SCIRun.
M Dataflow/Network/ComponentNode.cc
Cleaned up function name/return value layout.
M on-the-fly-libs/Makefile.in
Updated to use the SCI_MAKE_BE_QUIET env var for less verbosity during
compilation.
1 lines of code changed in 1 file:
Fixed broken code to start the Ptolemy server
3 lines of code changed in 1 file:
Updated for ptolemy package when building ptolemy server
1 lines of code changed in 1 file:
M main/sub.mk
Link 'scirun' against libxml2 (even though the scirun executable
doesn't actually use it). The reason for this is that on the Mac (OSX
8.5 specifically), scirun was somehow using BOTH the 3rd party and the
/usr/lib version of libxml2. This fixes that problem.
5 lines of code changed in 1 file:
Match SCIRUN_RCFILE_VERSION, to main/sci_version.h
0 lines of code changed in 2 files:
Updated the version to match the 3rd party it requires.
1 lines of code changed in 1 file:
Allow the Ptolemy package to be used without ptolemyII and Java.
6 lines of code changed in 1 file:
revert overly agressive set_stack_size name change
4 lines of code changed in 3 files:
Two things coming on it commit:
1) Dataflow/Ports was moved into Dataflow/Network/Ports
- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.
- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.
2) Clean up of Uintah problems from the large commit Marty made earlier
- continue to use getID() for patches.
- another commit is coming shortly to continue the fixes for Uintah
19 lines of code changed in 1 file:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
4 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
31 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
21 lines of code changed in 2 files:
Allow loading of .app extension to fix bug of PowerApps not starting. Added string_toupper and stirng_tolower. Allows loading of network files w/ capital characters in allowd extensions
6 lines of code changed in 1 file:
only allow saving files with extension .srn, only attempt to load files whose extension is .srn or .net, rename old .sr and .uin files to have a .net extension, fix subnet rewriting, make subnets save/load correct extensions
11 lines of code changed in 1 file:
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)
95 lines of code changed in 1 file:
increment sci version, look for system versions of libxml2 and ImageMagick if they don't exist in thirdparty, remove unused check for Advanced Volume Rendering from configure
2 lines of code changed in 1 file:
The libxml2 branch merge
1 lines of code changed in 1 file: