Directory main/

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

[root]/main

Lines of Code

main/ Lines of Code

Developers

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

Most Recent Commits

ayla 2006-10-23 19:46 Rev.: 35681

Remove debugging print statement.

0 lines of code changed in 2 files:

  • main: main.cc (changed)
ayla 2006-10-23 18:16 Rev.: 35676

Update KeplerServer interface.

2 lines of code changed in 1 file:

  • main: main.cc (+2 -1)
ayla 2006-09-07 14:29 Rev.: 35231

Updates to Kepler and Ptolemy packages.

20 lines of code changed in 3 files:

  • main: main.cc (+18 -19), sub.mk (+2 -2)
dav 2006-06-13 12:32 Rev.: 34479

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:

  • main: sub.mk (+1 -1)
oscar 2006-05-01 15:48 Rev.: 34078

Fixed broken code to start the Ptolemy server

3 lines of code changed in 1 file:

  • main: main.cc (+3 -1)
oscar 2006-05-01 15:47 Rev.: 34077

Updated for ptolemy package when building ptolemy server

1 lines of code changed in 1 file:

  • main: sub.mk (+1 -1)
dav 2006-04-25 12:26 Rev.: 33999

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:

  • main: sub.mk (+5 -1)
mdavis 2006-04-24 16:22 Rev.: 33982

Match SCIRUN_RCFILE_VERSION, to main/sci_version.h

0 lines of code changed in 2 files:

  • main: sci_version.h (changed)
dgroulx 2006-04-20 00:06 Rev.: 33935

Updated the version to match the 3rd party it requires.

1 lines of code changed in 1 file:

  • main: sci_version.h (+1 -1)
ayla 2006-03-31 18:40 Rev.: 33730

Allow the Ptolemy package to be used without ptolemyII and Java.

6 lines of code changed in 1 file:

  • main: main.cc (+6 -6)
mjc 2006-03-25 13:19 Rev.: 33645

revert overly agressive set_stack_size name change

4 lines of code changed in 3 files:

  • main: main.cc (+2 -2), scirunremote.cc (+2 -2)
dav 2006-03-22 21:17 Rev.: 33600

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:

  • main: sub.mk (+19 -5)
mjc 2006-03-22 16:42 Rev.: 33591

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:

  • main: main.cc (+2 -2), scirunremote.cc (+2 -2)
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

31 lines of code changed in 1 file:

  • main: main.cc (+31 -2)
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

21 lines of code changed in 2 files:

  • main: main.cc (+20 -126), sci_version.h (+1 -1)
mdavis 2006-03-03 15:11 Rev.: 33405

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:

  • main: main.cc (+6 -7)
mjc 2006-03-02 13:01 Rev.: 33388

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:

  • main: main.cc (+11)
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)

95 lines of code changed in 1 file:

  • main: main.cc (+95 -90)
mjc 2006-01-30 15:54 Rev.: 33112

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:

  • main: sci_version.h (+2 -2)
dgroulx 2006-01-20 18:59 Rev.: 33039

The libxml2 branch merge

1 lines of code changed in 1 file:

  • main: sci_version.h (+1 -1)
Generated by StatSVN 0.4.0