Directory Core/Containers/

Total Files:
20
Deleted Files:
2
Lines of Code:
9059

[root]/Core/Containers

Lines of Code

Core/Containers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 415 (100.0%) 6.4
mjc 2 (3.1%) 293 (70.6%) 146.5
worthen 20 (31.3%) 48 (11.6%) 2.4
bigler 14 (21.9%) 28 (6.7%) 2.0
dgroulx 7 (10.9%) 19 (4.6%) 2.7
sparker 7 (10.9%) 18 (4.3%) 2.5
livne 1 (1.6%) 4 (1.0%) 4.0
callahan 6 (9.4%) 3 (0.7%) 0.5
jas 1 (1.6%) 2 (0.5%) 2.0
mdavis 4 (6.3%) 0 (0.0%) 0.0
dav 2 (3.1%) 0 (0.0%) 0.0

Most Recent Commits

bigler 2005-12-22 16:49 Rev.: 32918


Removed unused test_rigourous functions and test program. These
functions weren't even implemented as far as I can tell.

0 lines of code changed in 11 files:

  • Core/Containers: Array1.h (new), Array2.h (new), Array3.h (new), FastHashTable.h (new), HashTable.h (new), tests.cc (del)
sparker 2005-12-08 15:26 Rev.: 32770

Added include of Assert.h for those that are using SCI_NOPERSISTENT

1 lines of code changed in 1 file:

  • Core/Containers: Array2.h (+1)
callahan 2005-11-15 11:44 Rev.: 32547

Compute new Datatype generation number on detach. (You detach because you want to change the object.)

0 lines of code changed in 2 files:

  • Core/Containers: LockingHandle.h (new)
bigler 2005-11-08 12:53 Rev.: 32464


SCIRun/Core/Containers/Array1.h
SCIRun/Core/Containers/Array2.h
SCIRun/Core/Containers/Array3.h

Added #ifdef SCI_NOPERSISTENT to allow these classes to be compiled
without Pio stuff.

SCIRun/Core/Math/MiscMath.h

Added float versions of Floor and Ceil.

28 lines of code changed in 3 files:

  • Core/Containers: Array1.h (+8 -3), Array2.h (+9), Array3.h (+11 -1)
worthen 2005-11-01 15:55 Rev.: 32397

Sort Superboxes by their ids before their pointer value

0 lines of code changed in 2 files:

  • Core/Containers: SuperBox.h (changed)
callahan 2005-10-21 13:26 Rev.: 32239

Rearrange dynamic compilation includes again. Now they go data, basis, mesh, container, field, other. Point.h, Vector, etc are now included before the basis classes that depend upon them.

0 lines of code changed in 2 files:

  • Core/Containers: FData.h (changed)
mjc 2005-10-11 14:29 Rev.: 32109

keep separate include lists in CompileInfo, Basis, Mesh, Fields tagged to identify which list they belong in

8 lines of code changed in 1 file:

  • Core/Containers: FData.h (+8 -4)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

285 lines of code changed in 1 file:

  • Core/Containers: FData.h (+285)
dav 2005-08-24 13:27 Rev.: 31683

Fixed exception to print out line and file.

0 lines of code changed in 2 files:

  • Core/Containers: ConsecutiveRangeSet.h (new)
livne 2005-08-22 13:22 Rev.: 31637

Moved the operator<< to be friend functions as this allows the (g++) compiler to find the functions and not get confused and give a unknown function error message when compiling. Strangely, all (most?) << functions must be friends as most any arbitrary new << function that is not a friend function causes others to be 'lost'. Also had to put the << functions into the Uintah namespace in the .cc files.

4 lines of code changed in 1 file:

  • Core/Containers: SuperBox.h (+4 -2)
dgroulx 2005-07-15 14:42 Rev.: 31163

Added scope headings to the list templates to avoid wierd template errors
on thunder.

0 lines of code changed in 2 files:

  • Core/Containers: RunLengthEncoder.h (new)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

19 lines of code changed in 5 files:

  • Core/Containers: ConsecutiveRangeSet.cc (+4 -4), ConsecutiveRangeSet.h (+8 -2), RunLengthEncoder.h (+6 -5), SuperBox.h (+1 -1)
sparker 2005-05-20 14:59 Rev.: 30308

Pass string arguments by reference not by value.

3 lines of code changed in 2 files:

  • Core/Containers: ConsecutiveRangeSet.cc (+1 -1), ConsecutiveRangeSet.h (+2 -2)
jas 2005-05-17 17:51 Rev.: 30254

Initialize variables -- eliminates gcc-4 warnings.

2 lines of code changed in 1 file:

  • Core/Containers: RunLengthEncoder.h (+2 -2)
sparker 2005-04-20 12:56 Rev.: 29881

Added ability to compile outside of SCIRun (disabling Persistent stuff)

14 lines of code changed in 3 files:

  • Core/Containers: Handle.h (new), LockingHandle.h (+8)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Core/Containers: .cvsignore (del)
mdavis 2005-03-23 11:16 Rev.: 29463

bool ends_with(string, string); added

0 lines of code changed in 4 files:

  • Core/Containers: StringUtil.cc (changed), StringUtil.h (new)
worthen 2005-02-21 20:56 Rev.: 28801

Get rid of unnecesesary SCICORESHARE (and add a necessary one) and pragmas

18 lines of code changed in 12 files:

  • Core/Containers: AVLTree.h (new), Array1.h (-5), Array2.h (-4), Array3.h (-1), ConsecutiveRangeSet.h (+2 -1), HashTable.h (+3 -4), Sort.h (new), TrivialAllocator.h (+1 -3), share.h (new 11)
worthen 2005-02-08 14:27 Rev.: 28527

Fixes for gcc 3.4 (these are only included by Uintah)

30 lines of code changed in 6 files:

  • Core/Containers: OffsetArray1.h (+2 -2), RangeTree.h (+15 -17), RunLengthEncoder.h (+6 -5), SuperBox.h (+7 -7)
callahan 2005-02-04 18:25 Rev.: 28471

Merge v1_24_0_release

3 lines of code changed in 2 files:

  • Core/Containers: Array3.h (+2), HashTable.h (+1)
Generated by StatSVN 0.4.0