summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-1420-4315/+15
| | | | Tested: local linux
* [svn-r25183] correct path statementAllen Byrne2014-05-121-1/+1
|
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-111-1/+1
|
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-041-1/+1
|
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-271-1/+1
|
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-259-595/+595
|
* [svn-r25100] Added -V to example command line.Allen Byrne2014-04-251-1/+2
| | | | Added note about INSTALLDIR.
* [svn-r25098] Disable fortran by defaultAllen Byrne2014-04-251-9/+6
|
* [svn-r25043] Correct CPPFLAGS value.Allen Byrne2014-04-141-1/+1
| | | | Correct test DEPENDS format.
* [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-1/+1
|
* [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-094-18/+43
| | | | | | | | | | | | | configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-1/+1
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-18/+18
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-311-1/+1
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-301-1/+1
|
* [svn-r24899] Add msmpi fortran libs to FindMPIAllen Byrne2014-03-251-4/+4
|
* [svn-r24864] Description:Quincey Koziol2014-03-214-47/+0
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
* [svn-r24849] Update to synch with latest cmakeAllen Byrne2014-03-201-1/+20
|
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-188-67/+67
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-1120-1313/+1313
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24770] Snapshot version 1.9 release 174HDF Tester2014-03-091-1/+1
|
* [svn-r24753] Snapshot version 1.9 release 173HDF Tester2014-03-021-1/+1
|
* [svn-r24742] Synchronize Apple bundle packaging with latest changes ↵Allen Byrne2014-02-276-0/+18
| | | | discovered during hdf-java work.
* [svn-r24716] Snapshot version 1.9 release 172HDF Tester2014-02-161-1/+1
|
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-132-2/+2
| | | | | | | | | | | | project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* [svn-r24706] Add to instructions for installAllen Byrne2014-02-131-0/+9
|
* [svn-r24703] Add Binary README.txt file generationAllen Byrne2014-02-132-1/+45
| | | | Tested: local linux cmake
* [svn-r24700] Updated packaging process to align with latest hdf cmake standards.Allen Byrne2014-02-112-3/+3
|
* [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-091-1/+1
|
* [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-021-1/+1
|
* [svn-r24655] Correct packaging variables and use standard cpack module.Allen Byrne2014-01-282-592/+3
|
* [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to ↵Allen Byrne2014-01-271-56/+0
| | | | | | not add extra lines. Tested: cmake and autotools local linux
* [svn-r24639] Add SUN specific block skipping.Allen Byrne2014-01-211-0/+7
|
* [svn-r24621] Update files for changes to installation vars on windows.Allen Byrne2014-01-073-223/+249
|
* [svn-r24465] Snapshot version 1.9 release 169HDF Tester2013-11-251-1/+1
|
* [svn-r24432] Update examples package install location and text filesAllen Byrne2013-11-121-1/+1
|
* [svn-r24412] Updated information on how to build examples with cmake ↵Allen Byrne2013-11-071-4/+11
| | | | installed binary.
* [svn-r24385] Add missing H5_ prefixAllen Byrne2013-10-311-3/+3
| | | | Tested: local linux
* [svn-r24362] Snapshot version 1.9 release 168HDF Tester2013-10-271-1/+1
|
* [svn-r24334] Snapshot version 1.9 release 167HDF Tester2013-10-201-1/+1
|
* [svn-r24287] Snapshot version 1.9 release 166HDF Tester2013-10-131-1/+1
|
* [svn-r24218] Snapshot version 1.9 release 165HDF Tester2013-09-291-1/+1
|
* [svn-r24192] Correct test and usage of defines for cmake configureAllen Byrne2013-09-232-2/+6
|
* [svn-r24190] remove comment that caused linux build warnings and correct use ↵Allen Byrne2013-09-232-40/+42
| | | | | | of cmakedefine vs define in template. Tested: local linux
* [svn-r24186] Snapshot version 1.9 release 164HDF Tester2013-09-221-1/+1
|
* [svn-r24171] Purpose: Fix problem with gcc 4.8Neil Fortner2013-09-191-5/+0
| | | | | | | | | | | | | | Description: With optimization enabled, gcc 4.8 inserts garbage into the padding bytes of floating point types when assigning from a literal constant. This caused problems when H5detect.c scanned the bits in floating point types to determine their properties. Modified H5detect.c to scan for padding before further analyzing the type, and to ignore all information in the padding areas. Also removed code that temporarily disabled optimization. Tested: jam, koala, ostrich, platypus (h5committest)
* [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.Allen Byrne2013-09-193-5/+7
| | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam
* [svn-r24126] Correct mac pinifo.list varsAllen Byrne2013-09-121-31/+26
|
* [svn-r24119] Add new tests to memcheck ignore listAllen Byrne2013-09-101-0/+2
|
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-062-0/+11
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools