- 12 Oct, 2017 1 commit
-
-
David E. DeMarle authored
This brings us back to commit 605db515
-
- 19 Jul, 2017 1 commit
-
-
Kenneth Leiter authored
Previous implementation of C interface passed raw pointers up to user and it was unclear and inconsistent who owned the pointer leading to bugs. The previous implementation lead to creation of many copy constructors, many of which had bugs. Now we pass opaque pointers to C which the user is *always* responsible for freeing. Remove broken copy constructors. Update C tests so that all pass valgrind memory leak checks.
-
- 13 Jun, 2016 1 commit
-
-
Andrew J. Burns (Cont authored
Changes from ARL's Repo (C Wrappers, DSM rework, Custom Types, Templates, GridControllers, TIFF integration, XdmfAggregate)
-
- 06 Apr, 2016 1 commit
-
-
David DeMarle authored
Some style. Some fixes, especially for windows with the exports and template changes. More so adapt this to work well as a subdirectory in a larger project. Don't force settings that the parent project owns, allow parent project to turn on tests without xdmf's tests and make the name of the library an option so that parent can have two xdmfs.
-
- 27 May, 2014 1 commit
-
-
Andrew J. Burns authored
Rework of HeavyDataController and HDF5Controller to remove extra code and move HeavyDataController away from being too dependent on hdf5 style XdmfFunction now supports negative numbers in addition to the - operator Reworked the interaction between array references and reading Cleaned up some warnings that showed up in pedantic Adjusted mpi tests to test against the MPIEXEC variable as opposed to hard calling mpirun Still needs to be changed to work better with Cray mpi style execution Updates to XdmfArrayType to allow for signed and floating point checking General test and Documentation updates
-
- 05 Sep, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 28 Aug, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
Added subset; modified Array's interaction with Function; added new functionality to XdmfInformation subarrays; adjusted documentation to make more uniform
-
- 12 Aug, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 31 Jul, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
made changes for preparations to push to master; still need to finish documentation changes and line length changes
-
- 04 Jan, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 27 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 07 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 01 Nov, 2012 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 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
-
- 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 2 commits
-
-
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.
-
Kenneth Leiter authored
ENH: Revert back to XdmfGridCollection inheriting from XdmfGrid - we want the flexibility to be able to add global sets (might be necessary for dft work).
-
- 19 Aug, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Remove XdmfGrid inheritance from XdmfGridCollection. If there is a need for Sets/Attributes at the "global" collection level then we can deal with it in the future.
-
Kenneth Leiter authored
ENH: Commit Ken Renard's patches modifying populateItem and XdmfCoreReader to support some xpath functionality for backwards compatibility.
-
- 06 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 04 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 26 Jul, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 22 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Make XdmfGridCollection inherit from XdmfGrid and XdmfDomain, since it is really a unity of the two classes. Modify some details in ItemFactory / Reader.
-
- 02 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Rename get/set ItemProperties for conciseness. e.g. getAttributeCenter ---> getCenter . This follows what is done for XdmfArray (getType).
-
- 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.
-
- 28 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 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
-