summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Update examples and fix old version references.Allen Byrne2020-02-261-89/+89
|
* Reconciled docs with 1.10 branchAllen Byrne2018-10-041-6/+6
|
* [svn-r29406] Add Java and update options to CMake/Windows docsAllen Byrne2016-03-141-4/+4
|
* [svn-r26840] configureLarry Knox2015-04-171-2/+6
| | | | | | | | | | | | | | | | | | configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN. release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN.
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-2/+1
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25260] Update versionsAllen Byrne2014-06-111-28/+53
|
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-041-1/+1
| | | | Minor doc edits
* [svn-r24109] Correct cygwin infoAllen Byrne2013-09-061-11/+12
|
* [svn-r21198] Change default fortran compiler to gfortranAllen Byrne2011-08-091-1/+1
| | | | Tested: cygwin
* [svn-r18933] Update Cygwin install instructionsAllen Byrne2010-06-011-23/+14
|
* [svn-r18362] Test commit from windowsAllen Byrne2010-03-031-0/+2
|
* [svn-r15022] Purpose: Minor updates to Windows documentation via Kent's ↵Scott Wegner2008-05-161-17/+25
| | | | recommendations.
* [svn-r15000] Purpose: Minor Windows documentation updatesScott Wegner2008-05-141-8/+8
| | | | | Description: Small changes to the documentation-- update version strings to 1.8.1 and document the HDF5TestExpress variable
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-40/+15
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-15/+40
| | | | New fortran wrappers added.
* [svn-r14607] Purpose: Apply Cygwin patch to trunkScott Wegner2008-02-191-40/+15
| | | | | | | | Description: This is the same patch that Mike McGreevy helped me with on the 1.8 branch. The latest cygwin DLL has trouble with the global timezone variable. Now in configure, we target CYGWIN with a case statement, and avoid the problem. Tested: Cygwin on WinXP
* [svn-r14490] Purpose: Add workaround for latest Cygwin DLLScott Wegner2008-02-041-15/+40
| | | | | | | Description: We've run into a bug that was introduced in the latest version of Cygwin, that breaks C99 code using the 'timezone' global variable. As a workaround, we use the -ansi flag, which makes everything compile/link/test correctly Tested: Cygwin on WinXP
* [svn-r13397] Various updates to bring Windows documentation up to date.Scott Wegner2007-02-261-5/+5
|
* [svn-r11272] Purpose:Fang Guo2005-08-191-0/+239
Improvement Description: Documentation for installing HDF5 on Cywin Solution: Platforms tested: Misc. update: