summaryrefslogtreecommitdiffstats
path: root/windows/hl/examples
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15262] Description:Quincey Koziol2008-06-2340-40/+40
| | | | | | | | | | | | | | | | | | Merge revisions 15037:15130 from trunk into metadata journaling branch Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.2 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
* [svn-r15231] Description:Quincey Koziol2008-06-1842-313/+11566
| | | | | | | | | | | | | | | | | | Merge revisions 14525:14700 from trunk into metadata journaling branch Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.2 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
* [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-1612-698/+3601
| | | | | | | | | | | 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-r14036] Purpose: Fix Windows debug DLL naming schemeScott Wegner2007-08-035-5/+5
| | | | | | | | Description: At a previous seminar, it was brought up that the naming scheme for Windows debug DLL is inconsistent. Specifically, some use *ddll, while others use *dlld. *dlld is more widely-used, so we decided this is "correct". This changes others to use this scheme, and adapts other projects / install scripts / documentation. Tested: Visual Studio .NET on WinXP
* [svn-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-2724-1302/+1930
| | | | | | | | | | | | | | | | | 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-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-071-2/+3
|
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-1413-1377/+1377
| | | | | | be "CRLF" instead of "native".
* [svn-r12101] Purpose:Fang Guo2006-03-161-6/+7
| | | | | | | | | | | Maintenance on Windows Description: Changes on project settings Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12100] Purpose:Fang Guo2006-03-165-5/+5
| | | | | | | | | | | | Maintenance on Windows Description: Replace the old source code with the new check in Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12099] Purpose:Fang Guo2006-03-161-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Replace the old source code with the new check in Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12033] Purpose:Fang Guo2006-03-073-273/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove duplicated source code files Solution: Platforms tested: Misc. update:
* [svn-r12031] Purpose:Fang Guo2006-03-071-3/+17
| | | | | | | | | | | Maintenance on Windows Description: Include more hl examples and batch file improvement Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12030] Purpose:Fang Guo2006-03-071-7/+67
| | | | | | | | | | | Maintenance on Windows Description: More hl examples added Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12029] Purpose:Fang Guo2006-03-072-0/+212
| | | | | | | | | | | Maintenance on Windows Description: Add in hl examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12028] Purpose:Fang Guo2006-03-071-0/+105
| | | | | | | | | | | Maintenance on Windows XP Description: Add in hl examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12027] Purpose:Fang Guo2006-03-071-0/+107
| | | | | | | | | | | Maintenance on Windows Description: Add in hl examples Solution: Platforms tested: Misc. update:
* [svn-r11823] Purpose:Fang Guo2005-12-205-0/+528
| | | | | | | | | | | | move hl c examples to windows/hl/examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11822] Purpose:Fang Guo2005-12-201-0/+107
| | | | | | | | | | | move hl c examples to windows/hl/examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11812] Purpose:Fang Guo2005-12-201-0/+61
| | | | | | | | | | | Maintenance on windows Description: moving hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11807] Purpose:Fang Guo2005-12-202-0/+182
| | | | | | | | | | | Maintenance on Windows Description: Move hl c examples to windows/hl/examples directory Solution: Platforms tested: Misc. update:
* [svn-r11806] Purpose:Fang Guo2005-12-203-0/+273
Maintenance on Windows Description: Move hl c examples to the directory hl/examples Solution: Platforms tested: Misc. update: