Directory Core/DataArchive/

Total Files:
2
Deleted Files:
0
Lines of Code:
1919

[root]/Core/DataArchive

Lines of Code

Core/DataArchive/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 79 (100.0%) 8.7
dav 2 (22.2%) 58 (73.4%) 29.0
tsaad 3 (33.3%) 20 (25.3%) 6.6
jsutherland 2 (22.2%) 1 (1.3%) 0.5
harman 2 (22.2%) 0 (0.0%) 0.0

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

1 lines of code changed in 2 files:

  • Core/DataArchive: DataArchive.h (+1 -1)
harman 2013-06-25 13:22 Rev.: 50581

Removed debugging output.

0 lines of code changed in 2 files:

  • Core/DataArchive: DataArchive.cc (changed)
tsaad 2013-06-18 15:25 Rev.: 50524

Fix VarLabel leak in Restarts for Wasatch and other components that do not save varlabels.

18 lines of code changed in 2 files:

  • Core/DataArchive: DataArchive.cc (+17 -15), DataArchive.h (+1)
dav 2013-06-17 16:14 Rev.: 50517


Fix for memory leak (of VarLabels) when restarting a simulation.

M DataArchive/DataArchive.h

- Indent, use white space, line up parameters, general cosmetic cleanups
to make the spec easier to read.

M DataArchive/DataArchive.cc

- In order to restart from a previous UDA, sus (sometimes) must create
new VarLabels for the data in the old UDA. However, these VarLabels
were not being deleted, thus causing a (small) memory leak. This
fixes that problem.

58 lines of code changed in 2 files:

  • Core/DataArchive: DataArchive.cc (+19 -1), DataArchive.h (+39 -25)
tsaad 2013-06-03 14:01 Rev.: 50391

Fix varlabel creation problem on Wasatch restarts. Since Wasatch now adopts extracells exclusively, there's no need for BoundaryLayer cells. This essentially reverts commit r48793.

2 lines of code changed in 1 file:

  • Core/DataArchive: DataArchive.cc (+2 -2)
Generated by StatSVN 0.7.0