- 25 Feb, 2011 3 commits
-
-
Kenneth Leiter authored
-
Matthew Bowman authored
-
Matthew Bowman authored
-
- 23 Feb, 2011 1 commit
-
-
Brian Panneton authored
-
- 18 Feb, 2011 1 commit
-
-
Brian Panneton authored
-
- 16 Feb, 2011 1 commit
-
-
Kenneth Leiter authored
-
- 11 Feb, 2011 3 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
COMP: Fix XdmfConfig.cmake generation to install into install directory rather than copying at configure time.
-
spear authored
Added XdmfFunctions.cmake macro, modified XdmfConfig, Added function call and file copy for the XdmfConfig file to the CMakeLists.txt
-
- 10 Feb, 2011 5 commits
-
-
Brian Panneton authored
-
Brian Panneton authored
-
Brian Panneton authored
-
Brian Panneton authored
-
Brian Panneton authored
This caused Java Wrappings to fail, since the core would return the swigified name and the non-core would return an ItemVector. Swig did not know how to override the swigified name with ItemVector.
-
- 08 Feb, 2011 1 commit
-
-
Kenneth Leiter authored
HDF5 doesn't provide #ifndef blocks to prevent users of the library from undefining unneeded sections of code (in this case H5_HAVE_PARALLEL). This leads to mpi.h being needed when including hdf5.h even though we currently don't use the MPI writing capabilities. Thus, we will need to find and include mpi headers when HDF5_IS_PARALLEL is detected by cmake.
-
- 04 Feb, 2011 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 26 Jan, 2011 2 commits
-
-
-
Kenneth Leiter authored
BUG: Add typemap for std::vector<boost::shared_ptr<XdmfItem > > which is a return value from XdmfReader.
-
- 21 Jan, 2011 1 commit
-
-
Brian Panneton authored
-
- 05 Jan, 2011 1 commit
-
-
Brian Panneton authored
-
- 03 Jan, 2011 1 commit
-
-
Brian Panneton authored
-
- 15 Dec, 2010 2 commits
-
-
Brian Panneton authored
-
Brian Panneton authored
-
- 13 Dec, 2010 3 commits
-
-
Brian Panneton authored
-
Brian Panneton authored
-
Brian Panneton authored
Example: XdmfVersion.getFull() returns a version string 'Xdmf 2.0' XdmfVersion.getShort() returns a version string '2.0' XdmfVersion.getMajor() returns an int for major '2' XdmfVersion.getMinor() returns an int for minor '0'
-
- 10 Dec, 2010 8 commits
-
-
spear authored
-
spear authored
-
Kenneth Leiter authored
-
spear authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
spear authored
-
Kenneth Leiter authored
-
- 08 Dec, 2010 2 commits
-
-
Brian Panneton authored
-
Brian Panneton authored
-
- 02 Dec, 2010 2 commits
-
-
Brian Panneton authored
Before, if you had an element and text within an element, you were unable to get the text unless it was before the element. Example: <node>text<param/></node> (this will work) <node><param/>text</node> (this would not work)
-
Brian Panneton authored
Also added extra install commands.
-
- 01 Dec, 2010 1 commit
-
-
Brian Panneton authored
-