summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25617] Upgrade packaging process with cmake helper functions.Allen Byrne2014-09-253-90/+343
| | | | Tested: local linux
* [svn-r25608] Windows needs extra slashesAllen Byrne2014-09-231-1/+1
|
* [svn-r25604] Snapshot version 1.9 release 196HDF Tester2014-09-211-1/+1
|
* [svn-r25591] Snapshot version 1.9 release 195HDF Tester2014-09-141-1/+1
|
* [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-13/+33
| | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
* [svn-r25563] Snapshot version 1.9 release 194HDF Tester2014-08-311-1/+1
|
* [svn-r25552] JAVA-1880: hdfview failure to load plugins identified default ↵Allen Byrne2014-08-251-1/+1
| | | | | | value was incorrectly formed. Tested: windows
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-241-1/+1
|
* [svn-r25536] HDFFV-8897: remove include extra paths.Allen Byrne2014-08-191-4/+4
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-171-1/+1
|
* [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-031-1/+1
|
* [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-271-1/+1
|
* [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-201-1/+1
|
* [svn-r25412] Add ASPRINTF define - check already in configureAllen Byrne2014-07-141-1/+4
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-131-1/+1
|
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-7/+0
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-061-1/+1
|
* [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-291-1/+1
|
* [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. ↵Allen Byrne2014-06-232-240/+234
| | | | Enabled MSVC for two tests as suggested in the issue.
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-221-1/+1
|
* [svn-r25299] correct case of CMake commandsAllen Byrne2014-06-161-1/+1
|
* [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-151-1/+1
|
* [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-081-1/+1
|
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-042-2/+3
| | | | Minor doc edits
* [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-251-1/+1
|
* [svn-r25215] Description:Quincey Koziol2014-05-251-0/+3
| | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh 20915: Use HDstrncpy and HDstrncat! --gh Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel (too minor to require h5committest)
* [svn-r25206] Description:Quincey Koziol2014-05-201-3/+79
| | | | | | | Add new warning flags for gcc 4.9.x Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.0
* [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-181-1/+1
|
* [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
|