Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 154 (100.0%) | 4.0 |
worthen | 14 (36.8%) | 65 (42.2%) | 4.6 |
mdavis | 5 (13.2%) | 42 (27.3%) | 8.4 |
knolla | 4 (10.5%) | 20 (13.0%) | 5.0 |
darbyb | 1 (2.6%) | 15 (9.7%) | 15.0 |
mjc | 1 (2.6%) | 5 (3.2%) | 5.0 |
dav | 3 (7.9%) | 5 (3.2%) | 1.6 |
guilkey | 1 (2.6%) | 1 (0.6%) | 1.0 |
dgroulx | 1 (2.6%) | 1 (0.6%) | 1.0 |
jeroen | 2 (5.3%) | 0 (0.0%) | 0.0 |
cgribble | 2 (5.3%) | 0 (0.0%) | 0.0 |
callahan | 2 (5.3%) | 0 (0.0%) | 0.0 |
bigler | 2 (5.3%) | 0 (0.0%) | 0.0 |
fixed bug in allocating >4G data on 64-bit machines.
0 lines of code changed in 2 files:
I discovered that __ECC is on ia64 versions of the Intel compiler, and
__ICC is on everthing else. For both you should use __INTEL_COMPILER.
0 lines of code changed in 2 files:
Updates for Windows StandAlone utilities. All compile except for compare_mms (I don't, async_mpi_test, dumpfields, and TestRangeTree.
Also made it so sus.cc and SimulationController don't both try to load the UPS file.
1 lines of code changed in 2 files:
Initial commit of proof of concept of building SCIRun libraries with CMake. Currently, only a few Core libraries are being built. I have only tested this on Windows so far. More to come.
15 lines of code changed in 1 file:
Nix the SCIRun in the include of SCIRun/Core/Util/Array3.h
1 lines of code changed in 1 file:
reverted Array3 back to correct state
0 lines of code changed in 1 file:
added a safe lookup to Array3.h
20 lines of code changed in 1 file:
Added missing #include Assert.h>
0 lines of code changed in 2 files:
BUG FIX: FData2D and FData3D did not give back the proper typename, which caused that files containing these classes could not be opened.
0 lines of code changed in 2 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
5 lines of code changed in 1 file:
Be specific about include.
0 lines of code changed in 2 files:
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
5 lines of code changed in 1 file:
Included ctype.h, since toupper and tolower were not found, preventing scirun from building.
1 lines of code changed in 1 file:
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
34 lines of code changed in 3 files:
Add string_to_unsigned_long
8 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
25 lines of code changed in 4 files:
Allow default constructor for StackVector.
0 lines of code changed in 2 files:
SHARE -> SCISHARE
20 lines of code changed in 6 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
19 lines of code changed in 2 files: