Directory Core/Containers/

Total Files:
12
Deleted Files:
0
Lines of Code:
4729

[root]/Core/Containers

Lines of Code

Core/Containers/ Lines of Code

Developers

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

Most Recent Commits

knolla 2006-07-01 04:54 Rev.: 34633

fixed bug in allocating >4G data on 64-bit machines.

0 lines of code changed in 2 files:

  • Core/Containers: Array3.h (changed)
bigler 2006-06-26 15:24 Rev.: 34580


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:

  • Core/Containers: SuperBox.h (new)
worthen 2006-06-21 11:25 Rev.: 34548

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:

  • Core/Containers: ConsecutiveRangeSet.h (+1 -1)
darbyb 2006-06-13 20:30 Rev.: 34483

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:

  • Core/Containers: CMakeLists.txt (new 15)
guilkey 2006-05-17 09:29 Rev.: 34251

Nix the SCIRun in the include of SCIRun/Core/Util/Array3.h

1 lines of code changed in 1 file:

  • Core/Containers: Array3.h (+1 -1)
knolla 2006-05-16 17:33 Rev.: 34249

reverted Array3 back to correct state

0 lines of code changed in 1 file:

  • Core/Containers: Array3.h (-9)
knolla 2006-05-16 17:05 Rev.: 34247

added a safe lookup to Array3.h

20 lines of code changed in 1 file:

  • Core/Containers: Array3.h (+20 -8)
cgribble 2006-05-16 12:48 Rev.: 34241

Added missing #include Assert.h>

0 lines of code changed in 2 files:

  • Core/Containers: Array1.h (new)
jeroen 2006-04-24 17:37 Rev.: 33987

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:

  • Core/Containers: FData.h (changed)
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



5 lines of code changed in 1 file:

  • Core/Containers: SuperBox.h (+5 -5)
dav 2006-03-22 20:56 Rev.: 33595

Be specific about include.

0 lines of code changed in 2 files:

  • Core/Containers: StringUtil.cc (new)
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

5 lines of code changed in 1 file:

  • Core/Containers: SuperBox.h (+5 -5)
dgroulx 2006-03-06 16:53 Rev.: 33423

Included ctype.h, since toupper and tolower were not found, preventing scirun from building.

1 lines of code changed in 1 file:

  • Core/Containers: StringUtil.cc (+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

34 lines of code changed in 3 files:

  • Core/Containers: StringUtil.cc (+26 -4), StringUtil.h (new)
mdavis 2006-02-24 13:55 Rev.: 33348

Add string_to_unsigned_long

8 lines of code changed in 2 files:

  • Core/Containers: StringUtil.cc (+7), StringUtil.h (+1)
worthen 2006-02-23 15:22 Rev.: 33339

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:

  • Core/Containers: ConsecutiveRangeSet.h (+15 -15), RunLengthEncoder.h (+6), SuperBox.h (+4 -4)
callahan 2006-02-15 16:13 Rev.: 33280

Allow default constructor for StackVector.

0 lines of code changed in 2 files:

  • Core/Containers: StackVector.h (changed)
worthen 2006-01-31 16:17 Rev.: 33123

SHARE -> SCISHARE

20 lines of code changed in 6 files:

  • Core/Containers: ConsecutiveRangeSet.h (+1 -1), StringUtil.h (+13 -13), TrivialAllocator.h (+2 -2), share.h (+4 -4)
worthen 2006-01-30 13:35 Rev.: 33106

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:

  • Core/Containers: StringUtil.h (+15 -13), TrivialAllocator.h (+4 -2)
Generated by StatSVN 0.4.0