summaryrefslogtreecommitdiffstats
path: root/windows/batch_intelc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13960] Purpose: Remove obsolete Windows filesScott Wegner2007-07-103-203/+0
| | | | | | | | | | Description: Previously, there was a very intricate process for converting VS6 project files to VS.NET format for testing on the command-line. Now that we maintain VS.NET project files, this system is no longer neccessary. The same builds are now carried out in hdf5build.BAT, so the previous files are obsolete. Removing them, and updating the MANIFEST Tested: WinXP
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-073-6/+9
|
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-143-199/+199
| | | | | | be "CRLF" instead of "native".
* [svn-r12169] Purpose:Fang Guo2006-03-281-4/+0
| | | | | | | | | | | Maintenance on Windows Description: Del duplicated comments Solution: Platforms tested: Misc. update:
* [svn-r11999] Purpose:Fang Guo2006-03-021-1/+1
| | | | | | | | | | | | Maintenance on Windows Description: Correct echo errors. Echo Start building C++ libraries when start building both C/C++. Solution: Platforms tested: Misc. update:
* [svn-r11990] Purpose:Fang Guo2006-02-281-1/+6
| | | | | | | | | | | Add in more comments Description: Solution: Platforms tested: Misc. update:
* [svn-r11986] Purpose:Fang Guo2006-02-282-268/+46
| | | | | | | | | | | Batch file improvement Description: Solution: Platforms tested: Misc. update:
* [svn-r11913] Purpose:Fang Guo2006-01-311-0/+2
| | | | | | | | | | | Windows Maintenance Description: Add in cache_api.dsp and cache_apidll.dsp Solution: Platforms tested: Misc. update:
* [svn-r11863] Purpose:Fang Guo2006-01-041-5/+0
| | | | | | | | | | | Windows Maintenance Description: C++ .dsp files failed to be converted into .vcproj. Fix problem Solution: Platforms tested: Misc. update:
* [svn-r11725] Purpose:Fang Guo2005-11-151-0/+2
| | | | | | | | | | | | Maintenace on Windows Description: Add in conversion .vcproj to intel format for objcopy.vcproj and objcopydll.vcproj Solution: Platforms tested: Misc. update:
* [svn-r11657] Purpose:Fang Guo2005-11-013-0/+39
| | | | | | | | | | | Add copyright information Description: Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11454] Purpose:Fang Guo2005-09-211-0/+2
| | | | | | | | | | | Maintenance on Windows Description: Add in two new project files (h5stat.dsp and h5statdll.dsp) Solution: Platforms tested: Misc. update:
* [svn-r11155] Purpose:Fang Guo2005-07-261-5/+3
| | | | | | | | | | | Maintenance Description: Modify help information Solution: Platforms tested: Misc. update:
* [svn-r11141] Purpose:Fang Guo2005-07-221-4/+4
| | | | | | | | | | | Improvement Description: Add high level dlls Solution: Platforms tested: Misc. update:
* [svn-r11135] Purpose:Fang Guo2005-07-221-10/+17
| | | | | | | | | | | Improvement Description: Add high level dll and HL c++ dll project files Solution: Platforms tested: Misc. update:
* [svn-r11103] Purpose:Fang Guo2005-07-211-0/+22
| | | | | | | | | | | Maintenance for windows Description: Separate C and C++ Solution: Platforms tested: Misc. update:
* [svn-r11049] Purpose:Fang Guo2005-07-071-0/+2
| | | | | | | | | | | Update Description: two new project files added Solution: Platforms tested: Misc. update:
* [svn-r10992] Purpose:Fang Guo2005-06-271-0/+2
| | | | | | | | | | | Add path to project h5repart_gentest.dsp Description: Solution: Platforms tested: Misc. update:
* [svn-r10969] Purpose:Fang Guo2005-06-211-2/+2
| | | | | | | | | | | Modify wrong path to hl_test_packet Description: Solution: Platforms tested: Misc. update:
* [svn-r10943] Purpose:Fang Guo2005-06-171-2/+2
| | | | | | | | | | | Rename dt_atomic to dt_arith Description: Solution: Platforms tested: Misc. update:
* [svn-r10911] Purpose:Fang Guo2005-06-131-3/+3
| | | | | | | | | | | Change output file name. Description: Some output file name should be changed from hdf5_results.txt to hdf5_intelc.txt Solution: Platforms tested: Misc. update:
* [svn-r10902] Purpose:Fang Guo2005-06-101-0/+111
| | | | | | | | | | | Support building HDF5 with Intel compiler from command line. Description: Corresponding batch file with hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10901] Purpose:Fang Guo2005-06-101-0/+27
| | | | | | | | | | | Support building and testing HDF5 with Intel compiler from command line. Description: Corresponding batch file with hdf5bt.bat Solution: Platforms tested: Misc. update:
* [svn-r10900] Purpose:Fang Guo2005-06-101-0/+212
Support building HDF5 with intel C compiler from command line. Description: convert_to_icproj will be used to convert project files format from MSVS .NET to Intel C from command line.: Solution: Platforms tested: Misc. update: