- 07 May, 2014 1 commit
-
-
Kenneth Leiter authored
AttributeType (Scalar). Also enable parsing of deprecated DataStructure tag, synonym of DataItem.
-
- 02 May, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 14 May, 2012 1 commit
-
-
Kenneth Leiter authored
Eliminate getRealPath calls which are expensive and not necessary in many cases Parse XML node content only when necessary (parsing arrays) Fix cases where copies were made of strings instead of using references Use "map.insert()" rather than "map[] =" when adding properties to map
-
- 18 May, 2011 1 commit
-
-
Kenneth Leiter authored
Using statements have been added to XdmfSharedPtr.hpp. All used of boost::shared_ptr and boost::shared_dynamic_cast have been replaced by shared_ptr and shared_dynamic_cast. Slight modification to XdmfCore.i to get swig wrapping working again.
-
- 11 Mar, 2011 1 commit
-
-
- 11 Feb, 2011 1 commit
-
-
Kenneth Leiter authored
-
- 22 Jan, 2011 1 commit
-
-
Kenneth Leiter authored
Hopefully this will become a standard style for Xdmf development. All spaces - 80 character line wrapping.
-
- 03 Jan, 2011 1 commit
-
-
Brian Panneton authored
-
- 05 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Get equality functions working again, but keep it in the SWIG file rather the polluting the C++.
-
- 23 Sep, 2010 1 commit
-
-
Brian Panneton authored
Added testing for this for both languages as well. In Java since you are not allowed to overwrite operators, we just ignore the warning and overwrite .equals. In Python, we overwrite the operator.
-
- 26 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 19 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Fix Absolute/Relative path issues when reading and writing from separate directories. Modify XML attributes to be less verbose e.g. (AttributeType --> Type). Separate XdmfGridCollection from XdmfGrid at the XdmfDomain level.
-
- 27 May, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Modify ItemProperties to use shared pointers like the rest of Xdmf. Modify swig wrapping to correctly handle both non const and const shared pointers.
-
- 24 May, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 13 May, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Add XdmfItemProperty to genericize properties attached to XdmfItems. Add a pure virtual getItemProperties() method to XdmfItem to force children to implement a way to retrieve properties.
-
- 15 Apr, 2010 1 commit
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
unnecessarily duplicated functionality.
-
- 09 Feb, 2010 2 commits
-
-
Ken Leiter (Civ authored
-
Ken Leiter (Civ authored
-