[root]/StandAlone/utils
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 83 (100.0%) | 2492 (100.0%) | 30.0 |
sachse | 25 (30.1%) | 1127 (45.2%) | 45.0 |
mjc | 40 (48.2%) | 1017 (40.8%) | 25.4 |
callahan | 11 (13.3%) | 321 (12.9%) | 29.1 |
dav | 6 (7.2%) | 23 (0.9%) | 3.8 |
bigler | 1 (1.2%) | 4 (0.2%) | 4.0 |
upgrade
0 lines of code changed in 2 files:
upgrade
3 lines of code changed in 1 file:
upgrade
25 lines of code changed in 1 file:
fix compile, warnings
4 lines of code changed in 1 file:
upgrade
66 lines of code changed in 1 file:
Fixes (hack) to the new Basis stuff to allow compilation on the SGI.
Core/Datatypes/CurveMesh.h
Had to give type_name a parameter because for some reason the SGI
compiler couldn't find the correct function without it...
Core/Datatypes/PrismVolMesh.h
Fixes to allow hash_multisets to compile on the SGI... this effects
the linux/mac build as they use the same code, and I am not sure how
it compiled on linux before...? However, this 'hack'/fix appears to
be the correct way to construct the hash_multisets, so it should just
work everywhere now. More information on this change is in the file
(search for hack_eit).
Core/Datatypes/TetVolMesh.h
Can't use #include <cmath> on the SGI (and a few other
platforms)... changed to good ol' #include <math>.
Did some indenting on the #if statements to help follow them. Added
// end class name comments to help figure out what are nested classes
and where they end. Added hash_multisets hack as described about and
in this file.
Dataflow/Network/PackageDB.cc
Added a check for an error with looking up the *.xml files so that a
useful error message gets printed. It appears to me that 'files' will
always be non-nil and thus the first check doesn't really do anything.
Also, added a warning that it looks like 'files' is a (small) memory
leak... hopefully someone with more time will track that down and fix
it.
StandAlone/utils/TestBasis.cc
Added a dummy var (test_vector) that instantiates a vector of vector
of Point so the SGI compiler doesn't complain about not being able to
find it. (More info in the file itself.)
StandAlone/utils/UnitElementMesh.cc
Same hack/fix as in TestBasis.cc above.
15 lines of code changed in 3 files:
upgrade
5 lines of code changed in 1 file:
fix compile, clean up warnings
2 lines of code changed in 1 file:
Create fdata
23 lines of code changed in 1 file:
new tool UnitElementMesh added, SingleXYZ removed
172 lines of code changed in 7 files:
fix PrismVolMesh interface, and approx methods for rendering
90 lines of code changed in 2 files:
name change
37 lines of code changed in 1 file:
replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.
2 lines of code changed in 2 files:
upgrade
47 lines of code changed in 1 file:
make SingleTet match basis reference tet
5 lines of code changed in 1 file:
eliminate duplicate loops in edge/face approximation, fix HexVol edge rendering, add SingleHex standalone
93 lines of code changed in 2 files:
fix warnings
3 lines of code changed in 1 file:
Added #include of Point.h... since Point is used in this file... This
allows SGI compile to complete... strange that the SGI compiler can't
figure out what a Point is and the other compilers can... either way,
it is a good idea to #include files that you use directly and not hope
that they are indirectly brought in for you.
1 lines of code changed in 1 file:
upgrade
23 lines of code changed in 1 file:
upgrade
8 lines of code changed in 1 file:
(25 more)