summaryrefslogtreecommitdiffstats
path: root/windows/test/earray
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17373] Added new file to library project.Allen Byrne2009-08-181-21/+3
| | | | | | Also removed unused project settings. These were per file settings that should not be used unless a file needs them. Tested: Windows
* [svn-r15661] Purpose: Add szip/zlib link dependencies to Windows earray[dll] ↵Scott Wegner2008-09-191-21/+21
| | | | | | | projects Description: earray[dll] builds were failing on Windows because of missing link dependencies to szip and zlib libraries (amongst other reasons). This checkin adds those dependencies.
* [svn-r15584] Purpose: Add new extensible array source code and test project ↵Scott Wegner2008-09-031-0/+360
for Windows Description: In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray. Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.