[root]/StandAlone/tools/uda2vis
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 102 (100.0%) | 5428 (100.0%) | 53.2 |
jmschrei | 55 (53.9%) | 5382 (99.2%) | 97.8 |
jas | 47 (46.1%) | 46 (0.8%) | 0.9 |
Update copyright date.
1 lines of code changed in 2 files:
removing old uda2nrrd files from uda2vis that aren't used, renaming what's left to be more consistent
639 lines of code changed in 21 files:
removing dependency on teem from uda2vis
1 lines of code changed in 1 file:
adding proc_id variable to show which processor a patch was assigned to
1605 lines of code changed in 2 files:
removing assumption that all particle data is on the same level
10 lines of code changed in 2 files:
Fixed serialized reads so the first process waits for the last after its first read, and added code to serialize reads for particle data. Added more explicit #define option for serialized reads, which is disabled by default since they are slower than parallel reads. Also removed some unused variables, and other minor misc cleanups.
8 lines of code changed in 1 file:
Major cleanup and simplification of the visit plugin code.
1726 lines of code changed in 12 files:
Update copyright dates.
1 lines of code changed in 1 file:
Update copyright dates
10 lines of code changed in 10 files:
Undoing commit 45403
17 lines of code changed in 17 files:
Update copyright date.
17 lines of code changed in 17 files:
removing getNumPatches(), getNumLevels(), and getPatchIndex() since they're not used and their functionality is redundant
0 lines of code changed in 1 file:
proper template instantiation in build.cc, lots more code cleanup/organization
374 lines of code changed in 5 files:
fixed global variable caching, only load requested particle data, lots of code cleanup
425 lines of code changed in 6 files:
removing lots of old commented out debugging code, started some simple performance optimization (keep DataArchive and Grid's for reuse)
555 lines of code changed in 1 file:
fix for gcc 4.4 - made template instantiation explicit (rather than with helper functions), which gcc doesn't optimize out, so we don't need to set the optimization level with pragmas that seem to be buggy
39 lines of code changed in 3 files: