Update centerWindow to try to account for multiple screens.
0 lines of code changed in 2 files:
Turn of mpi++ under mpich
0 lines of code changed in 2 files:
Added IsSymLink() function. Un-tabified, indented.
0 lines of code changed in 4 files:
untabified
0 lines of code changed in 2 files:
Don't allow restarts to use a symbolic link to the uda.
0 lines of code changed in 2 files:
Added 1.0.0 release files to trunk.
1707 lines of code changed in 40 files:
If scirun is disabled, glew is not required
12 lines of code changed in 2 files:
Fixed typo. Fixed PNG lib specification. Made GLEW required.
9 lines of code changed in 2 files:
Fixed typo... added '>' to end of #include line.
0 lines of code changed in 2 files:
M configure
M configure.ac
- Differentiate between darwin powerpc and intel processors (for thirdparty).
- Sync a could of changes with CIBC configure:
- Export ITCL_LIB_DIR
- Fix indentation
M include/sci_defs/environment_testdefs.h.in
Indent for readability.
M Core/Datatypes/Mesh.h
Fix compiler warning.
38 lines of code changed in 6 files:
M configure
M configure.ac
- Turn off fortran underscore hack on MCR (@LLNL) in addition to ALC.
- Fix --with-png to add /lib and /include to the path given... thus,
you should do something like --with-png=/sw (eg: on a Mac) and then
configure will look in /sw/lib and /sw/include for the libs/incs.
9 lines of code changed in 2 files:
Fix fortran underscore compatibility problem on ALC
29 lines of code changed in 2 files:
Allow for quiet .d file creation
0 lines of code changed in 2 files:
M CCA/Components/Regridder/BNRTask.h
Indented, untabified, use c++ comments, pulled into 80 columns (this
only effected the spacing on comments), other general readability
updates.
Killed the namespace pollution of "using namespace std/Uintah" in the
.h file.
Still needs to have class member variables updated to use naming
convention (ie: _ on names).
M testprograms/sub.mk
M testprograms/BNRRegridder/sub.mk
Add in full list of libraries to all compilation on SGI/Mac.
M testprograms/BNRRegridder/bnrtest.cc
Use "using namespace Uintah" in the .cc file.
Also:
> const int X=700, Y=700;
Please don't use global variables that have a single letter for their
name... this makes it impossible to search quickly for them and in
general is just a bad idea. Please fix this when you get a chance.
158 lines of code changed in 6 files:
M Core/Grid/Patch.h
Cleaned up... Untabified.
M Core/Grid/share.h
Indented.
M Core/Disclosure/TypeDescription.h
Indented. Added some whitespace to make it easier to follow. Untabified.
M StandAlone/compare_mms/sub.mk
There is no MMS.cc... removed it from the build list.
M StandAlone/compare_mms/MMS.h
class MMS is abstract... doesn't need constructor/destructor.
M StandAlone/compare_mms/ExpMMS.h
M StandAlone/compare_mms/SineMMS.h
M StandAlone/compare_mms/LinearMMS.h
Don't use "CLASS::" inside of the class itself.
Added white space.
M Dataflow/Modules/Operators/CompareMMS.h
Indented. Untabified.
Removed the use of "using namespace SCIRun", as there apparently is
now a NodeIterator in SCIRun and this caused confusion between which
NodeIterator to use. It is very important, when possible, not to use
"using namespace SCIRun" in a .h file. It is possible that this
conflict is limited to the Dataflow (ie: SCIRun PSE) side of the code,
so the Uintah sus code may not be effected.
239 lines of code changed in 17 files:
added detailed info on what is going on with this file
0 lines of code changed in 2 files:
Accidentally removed F_LIBRARY... putting it back.
0 lines of code changed in 2 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.
88 lines of code changed in 20 files:
Added nl to eof to quiet compiler
0 lines of code changed in 2 files:
Fix typo?
0 lines of code changed in 2 files:
(93 more)