[root]/scripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 267 (100.0%) | 10.6 |
worthen | 10 (40.0%) | 204 (76.4%) | 20.4 |
ayla | 10 (40.0%) | 34 (12.7%) | 3.4 |
dav | 3 (12.0%) | 28 (10.5%) | 9.3 |
allen | 2 (8.0%) | 1 (0.4%) | 0.5 |
Fix Babel build bug.
0 lines of code changed in 2 files:
Merge GUI, PIDL changes.
15 lines of code changed in 1 file:
cleaned up the lib dir to be consisted with the other lib flags i.e. SOMELIB_LIB_DIR instead of LIB_DIR_SOMELIB
1 lines of code changed in 2 files:
Merge branch babel_v0_11x to trunk.
19 lines of code changed in 7 files:
Last month's worth of windows fixes
5 lines of code changed in 2 files:
Port Insight to windows, fix recent commits and Containers to work with Windows, and use an $(OBJEXT) in make variables instead of assuming .o for compiling
33 lines of code changed in 3 files:
M configVars.mk.in
M scripts/so_epilogue.mk
More work on 'quiet' build... Fortran is now quiet. Fixed spacing on
one of the print outs.
1 lines of code changed in 1 file:
M scripts/so_epilogue.mk
M scripts/program.mk
M configVars.mk.in
Allowed for 'quiet' build. If you set the environment variable
SCI_MAKE_BE_QUIET to 'true', then instead of the entire compile line
being printed, only the name of the file will be shown. By default,
this behavior is off and you won't see it, but I suggest you give it a
try. If you run into compilation errors where you need to see the
compile line, you can just unset that environment variable.
M Packages/Uintah/CCA/Components/ICE/AMRICE.h
M Packages/Uintah/CCA/Components/ICE/impAMRICE.cc
M Packages/Uintah/CCA/Components/ICE/AMRICE.cc
Moved template files from AMRICE.cc to AMRICE.h... this fixed a
problem (on the SGI) where impAMRICE.cc needed certain template
functions and thus the compiler (CC) pulled in ICE.cc (don't know why
it was ICE.cc, but it was). This caused compilation errors. By
moving the template files to that .h file, this problem goes away, yet
the organization of the functions still remains good.
M Packages/Uintah/StandAlone/sub.mk
Uda2nrrd depends on Core/Basis...
27 lines of code changed in 2 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
166 lines of code changed in 5 files: