summaryrefslogtreecommitdiffstats
path: root/windows/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14142] Purpose: Add files forgotten in yesterday's checkinScott Wegner2007-09-114-0/+1820
| | | | | | | | Description: In my large checkin yesterday, I forgot to add a few Windows project files that were renamed. This should bring the MANIFEST up to date. Tested: Will use chkmanifest after commit
* [svn-r14138] Scott Wegner2007-09-109-2219/+327
|
* [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-1691-5619/+31922
| | | | | | | | | | | 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-0950-7406/+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-r14034] Purpose: Remove forced symbol "gethostname@8" from Windows projectsScott Wegner2007-08-0262-122/+0
| | | | | | | | | | | | Description: Previously, we needed to force symbol definition "gethostname@8" for compatibility with old versions of Visual Studio. It appears that Visual Studio no longer requires this, so we remove it. This makes the build process on 64-bit much smoother. Also minor updates to main documentation, command-line documentation, and removed codewarrior and INTEL docs. Tested: VS.NET VS2005 chkmanifest
* [svn-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-27182-13542/+23465
| | | | | | | | | | | | | | | | | 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-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-051-0/+104
| | | | | | | 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-r13262] Added missing copyright notices.Albert Cheng2007-02-071-0/+13
| | | | Tests: just visual inspection as these are just remarks.
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-072-4/+6
|
* [svn-r13165] Since not all windows machines have sed, we turn off error API ↵MuQun Yang2007-01-221-1/+5
| | | | | | tests by default. Developers may perform tests periodically.
* [svn-r13154] Forgot checking in new error API test project files.MuQun Yang2007-01-184-0/+410
|
* [svn-r13140] Added a new batch file to test error APIsMuQun Yang2007-01-122-1/+63
| | | | | | Tested 1.6 compatibility feature: work for vs studio 6.0 Corrected several small bugs inside tool batch files Add a few project files to test error APIs
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-211-6/+0
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12946] Update testhdf5 project filesMuQun Yang2006-11-192-0/+30
|
* [svn-r12881] updated the batch file a little to reflect the testing position ↵MuQun Yang2006-11-081-10/+6
| | | | of ref.
* [svn-r12856] On windows file_handle has been changed to vfd. This check-in ↵MuQun Yang2006-11-037-199/+444
| | | | | | | changes the feature. Add project files for ref test. Update hdf5test.bat that includes btree2 test.
* [svn-r12618] Update project files on windows to catch up with Quincey's new ↵MuQun Yang2006-08-232-12/+42
| | | | | | check-in. VS 6.0 C only
* [svn-r12532] Update windows projects with James and Quincey's new changes.MuQun Yang2006-08-032-0/+30
| | | | | | 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-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-1487-13021/+13021
| | | | | | be "CRLF" instead of "native".
* [svn-r12165] Purpose:Fang Guo2006-03-281-0/+7
| | | | | | | | | | | Maintenance on windows Description: Add in new test cross_read on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12164] Purpose:Fang Guo2006-03-281-0/+105
| | | | | | | | | | | Maintenance on Windows Description: Add in new test cross_read on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12163] Purpose:Fang Guo2006-03-281-0/+107
| | | | | | | | | | | Maintenance on Windows Description: Add in new tests cross_read on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r11981] Purpose:Fang Guo2006-02-281-21/+6
| | | | | | | | | | | Maintenance on Windows Description: Update project files to be tested. Solution: Platforms tested: Misc. update:
* [svn-r11980] Purpose:Fang Guo2006-02-281-105/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove sheapdll.dsp according to Quincey's check in Solution: Platforms tested: Windows Misc. update:
* [svn-r11979] Purpose:Fang Guo2006-02-281-106/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove sheap.dsp according to Quincey's check in Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11978] Purpose:Fang Guo2006-02-281-107/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove blocktrackdll.dsp according to Quincey's check in Solution: Platforms tested: Windows Misc. update:
* [svn-r11977] Purpose:Fang Guo2006-02-281-108/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove project file blocktract.dsp according to Quincey's check in Solution: Platforms tested: Windows Misc. update:
* [svn-r11976] Purpose:Fang Guo2006-02-281-107/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove b_plus_treedll.dsp according to Quincey's check in Solution: Platforms tested: Windows Misc. update:
* [svn-r11975] Purpose:Fang Guo2006-02-281-107/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove b_plus_tree.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11974] Purpose:Fang Guo2006-02-281-0/+105
| | | | | | | | | | | Maintenance on Windows Description: Add in new project file fheapdll.dsp according to Quincey's check in Solution: Platforms tested: Windows Misc. update:
* [svn-r11973] Purpose:Fang Guo2006-02-281-0/+105
| | | | | | | | | | | Maintenance on Windows Description: Add in new project file fheap.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11910] Purpose:Fang Guo2006-01-311-0/+4
| | | | | | | | | | | Maintenance on Windows Description: Add cache_common.c into cachedll.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11909] Purpose:Fang Guo2006-01-311-0/+4
| | | | | | | | | | | Maintenance on Windows Description: Add cache_common.c into project cache.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11908] Purpose:Fang Guo2006-01-311-0/+7
| | | | | | | | | | | Maintenance on Windows Description: Add tests for cache_api.dsp and cache_apidll.dsp Solution: Platforms tested: Misc. update:
* [svn-r11907] Purpose:Fang Guo2006-01-311-0/+109
| | | | | | | | | | | Maintenance on Windows Description: Add new tests cache_apidll.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11906] Purpose:Fang Guo2006-01-311-0/+111
| | | | | | | | | | | Mintainance on Windows Description: Add new tests cache_api.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11721] Purpose:Fang Guo2005-11-151-0/+7
| | | | | | | | | | | Maintenance on Windows Description: Add tests for objcopy and objcopydll into batch file Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11720] Purpose:Fang Guo2005-11-151-0/+107
| | | | | | | | | | | Maintenance on Windows Description: Add new test objcopydll.dsp Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11719] Purpose:Fang Guo2005-11-151-0/+107
| | | | | | | | | | | Maintenance on Windows Description: Add in new test objcopy.dsp Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11666] Purpose:Fang Guo2005-11-012-0/+24
| | | | | | | | | | | Add in copyright notice Description: Solution: Platforms tested: Misc. update:
* [svn-r11512] Purpose:Fang Guo2005-10-071-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Enable talign test on Windows. Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11270] Purpose:Fang Guo2005-08-191-0/+123
| | | | | | | | | | | Improvement on windows Description: Add Thread safe project file with pthread-win32 on Windows Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11098] Purpose:Fang Guo2005-07-211-7/+0
| | | | | | | | | | | Maintenance for Windows Description: Remove filename test Solution: Platforms tested: Misc. update:
* [svn-r11097] Purpose:Fang Guo2005-07-211-99/+0
| | | | | | | | | | | Maintenance for windows Description: Remove project file filenamedll.dsp because its source file filename.c was removed Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11096] Purpose:Fang Guo2005-07-211-99/+0
| | | | | | | | | | | maintenance Description: remove filename.dsp whose source file filename.c was removed Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11040] Purpose:Fang Guo2005-07-071-0/+7
| | | | | | | | | | | test on b+tree added Description: Solution: Platforms tested: Misc. update:
* [svn-r11038] Purpose:Fang Guo2005-07-071-0/+107
| | | | | | | | | | | | Catch up with linux. Description: dll b+tree project file b_plus_treedll.dsp was added due to b+tree.c added on July 6 Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11037] Purpose:Fang Guo2005-07-071-0/+107
| | | | | | | | | | | Catch up with Linux. Description: b_plus_tree.dsp was added for windows due to new source code b+tree.c added On July 6 Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10988] Purpose:Fang Guo2005-06-241-1/+1
| | | | | | | | | | | Update project file file_handledll.dsp Description: file_handle.c was renamed to vfd.c Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10987] Purpose:Fang Guo2005-06-241-1/+1
| | | | | | | | | | | Update project file file_handle.dsp Description: file_handle.c was renamed to vfd.c Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update: