summaryrefslogtreecommitdiffstats
path: root/windows/proj/hdf5dll
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14298] Purpose: Remove references of H5FD_stream.c from Windows ↵Scott Wegner2007-11-281-48/+0
| | | | | | | | | project files. Description: The stream file driver was recently removed from the HDF5-1.8 source. This checkin removes any left-over references in the Windows projects. Tested: VS2005
* [svn-r14207] Purpose: Bring Windows up-to-dateScott Wegner2007-10-171-0/+16
| | | | | | | | | Description: -- Add new source files to Windows projects: H5Pdeprec.c, H5Pint.c, H5Ddbg.c, H5Dint.c -- Add new h5dump XML tests to Windows test script Tested: VS2005 on WinXP
* [svn-r14149] Purpose: Add new source files to Windows projectsScott Wegner2007-09-171-204/+212
| | | | | | | | Description: Two new files, h5rdeprec.c and h5rpkg.h were added to the Windows HDF5 projects. Tested: VS2005, build only.
* [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-161-1109/+6387
| | | | | | | | | | | 64-bit Fortran Description: This checkin is another Windows project cleanup, and also extends our Windows support for 64-bit Fortran. Project files are now in VS2005 format, rather than VS.NET. A couple projects have been renamed to be more descriptive (*cstub rather than *_lib), and project settings make better use of build macros. This will make them much easier to update in the future. Tested: VS2005 on WinXP 32-bit VS2005 on WinXP x64
* [svn-r14057] Purpose: Fixes for 64-bit Windows Intel Fortran 9.1Scott Wegner2007-08-091-3492/+0
| | | | | | | | | | | | Description: We are porting Fortran to 64-bit Windows, and need to make many syntactical changes to bring the code up to date. We now go back to using "!DEC$" rather than "!MS$" in our "ATTRIBUTE" code. Also, the naming conventions for mixed language is inconsistent from 32- to 64- bit Windows. To make up with this, we use the "decorate" flag. We also needed to change the "calling convention" in project settings from "CVF" to "default". Also other minor cleanups on project files. Tested: 32-bit: VS.NET and VS2005 64-bit: VS2005
* [svn-r14019] Update windows project files for .Net to reflect Quincey's new ↵MuQun Yang2007-07-261-0/+9
| | | | source code check-in. Tested on .Net and VS 6.0.
* [svn-r13981] Purpose: Windows catchupScott Wegner2007-07-161-0/+3
| | | | | | | | | | Description: - Add new source file H5version.h to Windows projects - Add new h5stat tests, and uncomment one that no longer fails - Clean up autotests a little bit. Tested: VS.NET on WinXP
* [svn-r13929] Purpose: Add source to Windows projectsScott Wegner2007-06-291-0/+6
| | | | | | | | Description: Added new H5WB.c and H5WBprivate.h files to our Windows .NET / 6.0 project files. Tested: VS.NET on WinXP
* [svn-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-272-3778/+7578
| | | | | | | | | | | | | | | | | Desciption: This is the first major check-in in the process of depreciating Visual Studio 6.0. We create a new directory, windows_vs6, which now holds all of our previous VS6 project files. We expect to maintain this directory for only a short time (perhaps one release), so users have time to make the change. The ./windows directory now contains project files for Visual Studio .Net, as well as existing source and test scripts. This will allow us to greatly simplify the build process for the majority of our users. We have created a new solution (.Net equivolent of workspace) that houses the Fortran project files. This allowed us to remove these files from the main solution, as well as streamline the conversion in the Fortran solution. It is also much easier now to convert to Visual Studio 2005 files. Notes: I didn't update the MANIFEST with this check-in, I will make those changes shortly. Also, I haven't yet updated the documentation to reflect this check-in. That is going to require more work. We will be giving a seminar in the coming weeks about .Net and how to migrate over. Tested: VS6/VNET/VS2005 on WinXP 32/64-bit
* [svn-r13921] Purpose: Add new file to Windows projectsScott Wegner2007-06-261-6/+21
| | | | | Description: Added new H5Dfill.c source file which was added in revision 13918.
* [svn-r13863] Added H5FDwindows.c to Windows project files, although sec2 is ↵Scott Wegner2007-06-141-6/+21
| | | | | | | | | still the default. Also added a Windows-specific macro, WINDOWS_USE_STDIO, which users can define if they'd like the Windows VFD to use the buffered low-level I/O functions. This is instead of splitting our Windows driver into two separate drivers. By default, this macro is undefined. Tested: VS6 on WinXP
* [svn-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-051-6/+21
| | | | | | | Note: ohdr_gentst currently fails on Windows, and is disabled by default. I'm working with Quincy to get this fixed. Tested: VS6 on WinXP
* [svn-r13649] Updated Windows project files hdf5.dsp and hdf5dll.dsp to ↵Scott Wegner2007-04-121-6/+85
| | | | | | | include new source files. Tested: VS6 on WinXP
* [svn-r13504] Added new source file H5Orefcount.c to Windows project files ↵Scott Wegner2007-03-121-6/+21
| | | | | | | hdf5.dsp and hdf5dll.dsp Tested: MSVS6.0 on Win XP
* [svn-r13478] Added new source file H5Oainfo.c to Windows project files ↵Scott Wegner2007-03-081-6/+21
| | | | | | | hdf5.dsp and hdf5dll.dsp. Tested: Visual Studio 6.0 on Windows XP
* [svn-r13462] Updated Windows project files to include new source files:Scott Wegner2007-03-051-6/+36
| | | | | | | | | H5Obtreek.c and H5Odrvinfo.c in hdf5.dsp and hdf5dll.dsp h5repack_ref.c in h5repack.dsp, h5repackdll.dsp, and h5repacktst.dsp. Tested: Visual Studio 6.0 on Windows XP Visual Studio 8.0 on Windows XP 64-bit
* [svn-r13249] Modified hdf5.dsp and hdf5dll.dsp to include H5Oshmesg.c which ↵Scott Wegner2007-02-061-6/+21
| | | | was added in revision 13246.
* [svn-r13131] UPdated windows project files because of the new files checked in.MuQun Yang2007-01-101-6/+21
|
* [svn-r13081] Updated libary project files.MuQun Yang2006-12-201-0/+30
| | | | | | test_cpp didn't pass compiling. C and Fortran are fine. Compilers: VS 6.0 Compaq Visual fortran 6.6c.
* [svn-r13077] HDF5 library project updates due to the adding of new source code.MuQun Yang2006-12-191-0/+15
|
* [svn-r13055] update library and DLL project files on windows.MuQun Yang2006-12-121-0/+60
| | | | All C tests get passed with VS6.0.
* [svn-r13018] H5Omessage.c has been added. Updated the windows project files.MuQun Yang2006-12-041-0/+15
|
* [svn-r13017] Update windows project files for hdf5 library.MuQun Yang2006-12-041-6/+21
| | | | Tested on windows vs 6.0.
* [svn-r12993] Update windows project files to reflect the recent library change.MuQun Yang2006-11-291-6/+21
|
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-211-6/+36
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12945] update windows DLL.MuQun Yang2006-11-191-6/+66
|
* [svn-r12874] MuQun Yang2006-11-071-0/+15
|
* [svn-r12843] Update windows library projects to reflect Quincey' recent changes.MuQun Yang2006-11-021-10/+25
|
* [svn-r12716] updating library project files to reflect the recent addition ↵MuQun Yang2006-10-031-10/+55
| | | | of source code.
* [svn-r12618] Update project files on windows to catch up with Quincey's new ↵MuQun Yang2006-08-231-6/+66
| | | | | | check-in. VS 6.0 C only
* [svn-r12616] Quincey added H5HFtiny.c in the source code. The hdf5 library ↵MuQun Yang2006-08-221-6/+21
| | | | | | projects need to be updated. Tested with MSVS 6.0.
* [svn-r12577] Update windows project files to reflect the HDF5 library source ↵MuQun Yang2006-08-141-2/+32
| | | | | | | | code recently committed. Test C,C++, fortran, debug,debug dll, release and release dll. MSVS 6.0 + Compaq Visual fortran 6.6c
* [svn-r12532] Update windows projects with James and Quincey's new changes.MuQun Yang2006-08-031-0/+45
| | | | | | Found two minor bugs in h5dumpgentst.c and links.c. Have informed James. Should work with windows. Tests with MSVS 6.0 with visual fortran 6.6c.
* [svn-r12470] MuQun Yang2006-07-151-8/+68
| | | | | | | | | | Updates on windows Some new source files are added to support new implementation of external links, hdf5dll.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-141-3039/+3039
| | | | | | be "CRLF" instead of "native".
* [svn-r12357] Purpose:MuQun Yang2006-05-181-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | Updating project file Description: Due to the new added source codes under hdf5/src. Solution: Project file has to be changed to reflect this Platforms tested: VS 6.0 ( Failed during compiling because of compiler failure) VS 7.0 Everything okay except that several h5repack tests get skipped. Don't know whether this happens on other platforms. h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_none:S+O=31 - SKIPED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -SKIP ED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_scaleoffset:N ONE -SKIPED- h5repack -i test_all.h5 -o out.test_all.h5 -SKIP ED- Misc. update:
* [svn-r12334] Purpose:MuQun Yang2006-05-051-8/+23
| | | | | | | | | | | | | | | | Updating the windows DLL project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Platforms tested: VSMS 6.0 Misc. update:
* [svn-r12272] Purpose:Fang Guo2006-04-181-0/+60
| | | | | | | | | | | | | | Update DLL project file Description: New source files are added, DLL project needs to be updated to reflect the change. Solution: Platforms tested: windows XP VS 6.0 C and C++ Misc. update:
* [svn-r12087] Purpose:Fang Guo2006-03-141-0/+45
| | | | | | | | | | | Maintenance on Windows Description: Add H5B2stat.c H5HFflist.c H5HFstat.c into hdf5dll.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12024] Purpose:Fang Guo2006-03-071-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Add H5dbg.c into project file Solution: Platforms tested: Misc. update:
* [svn-r11971] Purpose:Fang Guo2006-02-281-168/+78
| | | | | | | | | | | Maintenance on Windows Description: Update source files according to Quincey's check in Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11859] Purpose:Fang Guo2006-01-031-0/+15
| | | | | | | | | | | windows maintenance Description: Add in H5Pacpl.c Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11765] Purpose:Fang Guo2005-12-061-0/+45
| | | | | | | | | | | Maintenance on Windows Description: Add H5Goh.c, H5Doh.c and H5Toh.c into hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11718] Purpose:Fang Guo2005-11-151-0/+165
| | | | | | | | | | | Maintenance on Windows Description: Add newly checked in files by Quincey into hdf5dll.dsp Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11417] Purpose:Fang Guo2005-09-141-0/+30
| | | | | | | | | | | Maintenance on Windows Description: Add mpi source code files to hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11409] Purpose:Fang Guo2005-09-131-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Add in H5Pgcpl.c(Newly checked in) into hdf5 project file on Windows Solution: Platforms tested: MSVS 6.0 On windows XP Misc. update:
* [svn-r11224] Purpose:Fang Guo2005-08-091-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Update workspace to include newly added file H5Fsfile.c Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11045] Purpose:Fang Guo2005-07-071-0/+60
| | | | | | | | | | | update project file Description: new source codes added (H5BP.c H5BPcache.c H5BPdbg.c and H5BPtest .c) VS: [details about the changes, algorithm, etc...] Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11028] Purpose:Fang Guo2005-07-051-0/+30
| | | | | | | | | | | Update project files Description: New source codes H5Fmount.c and H5Fsuper.c added. Solution: Platforms tested: MSVS 6.0 on Windows XP. Misc. update:
* [svn-r10966] Purpose:Fang Guo2005-06-211-0/+15
| | | | | | | | | | | Update project file. Description: H5Pocpl.c was added into windows/proj/hdf5dll/hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update: