- 05 Aug, 2011 1 commit
-
-
Kenneth Leiter authored
This looks like a bug in swig since the fix is not proper C++ Surrounded by a ifdef swig block. If anyone has a better fix for this I'd like to use - this is a hack.
-
- 01 Aug, 2011 1 commit
-
-
Kenneth Leiter authored
around to prevent compiler warnings.
-
- 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 Feb, 2011 1 commit
-
-
Kenneth Leiter authored
-
- 30 Jan, 2011 1 commit
-
-
Kenneth Leiter authored
Added documentation to several methods. Modified Doxygen configuration file to correctly process macros (tested using Doxygen 1.7.1). Correctly format documentation to 80 characters per line.
-
- 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
-
- 07 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 09 Sep, 2010 1 commit
-
-
Kenneth Leiter authored
The macros XDMF_CHILDREN and XDMF_CHILDREN_IMPLEMENTATION add capabilities to add and remove children by index or property from a parent item. This simplifies the code as the same insert() getChild() calls were used throughout the code.
-
- 07 Sep, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Change some method names in XdmfArray to be clearer and less verbose. Modify files for documentation clarity. Modify some minor things to prevent -Wall warnings in gcc. Add python install rules and rpathing.
-
- 19 Aug, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Commit Ken Renard's patches modifying populateItem and XdmfCoreReader to support some xpath functionality for backwards compatibility.
-
- 11 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 06 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 04 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Rethink XdmfWriter / XdmfCoreWriter distinction and move XdmfSet to XdmfArray conversion in XdmfSet's traverse method. If conversion is unneeded then do not traverse XdmfSet.
-
- 29 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Make XdmfSet behave like a real std::set. Modify some writing functionality to make this possible.
-
- 26 Jul, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 01 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Add python wrapping for XdmfUtils and modify some swigisms to get reader working properly in python.
-
- 30 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 23 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
destructors to be publicly accessible. Modify tests to work with new wrapping.
-
- 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.
-
- 25 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 24 May, 2010 1 commit
-
-
Kenneth Leiter authored
-