Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25668] Snapshot version 1.9 release 198 | HDF Tester | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | [svn-r25654] Bug fix: HDFFV-8933 | Albert Cheng | 2014-10-02 | 1 | -0/+14 |
| | | | | | | | | | | | | | Description: Mac has changed to use the clang/clang++ compilers but compiler settings for production, debug and profile were not setup. Solution: Setup default values for PROD_CFLAGS, PROD_CPPFLAGS, DEBUG_CFLAGS, DEBUG_CPPFLAGS. PROFILE_CFLAGS and PROFILE_CPPFLAGS were set too but clang does not -pg or such for profiling. Need to fix it later. Tested: duck, swallow, and quail using --enable-production. | ||||
* | [svn-r25646] Fix missing endif | Allen Byrne | 2014-10-01 | 1 | -19/+19 |
| | |||||
* | [svn-r25627] Snapshot version 1.9 release 197 | HDF Tester | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | [svn-r25617] Upgrade packaging process with cmake helper functions. | Allen Byrne | 2014-09-25 | 3 | -90/+343 |
| | | | | Tested: local linux | ||||
* | [svn-r25608] Windows needs extra slashes | Allen Byrne | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | [svn-r25604] Snapshot version 1.9 release 196 | HDF Tester | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | [svn-r25591] Snapshot version 1.9 release 195 | HDF Tester | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | [svn-r25569] Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 1 | -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 194 | HDF Tester | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | [svn-r25552] JAVA-1880: hdfview failure to load plugins identified default ↵ | Allen Byrne | 2014-08-25 | 1 | -1/+1 |
| | | | | | | value was incorrectly formed. Tested: windows | ||||
* | [svn-r25546] Snapshot version 1.9 release 193 | HDF Tester | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | [svn-r25536] HDFFV-8897: remove include extra paths. | Allen Byrne | 2014-08-19 | 1 | -4/+4 |
| | |||||
* | [svn-r25534] Snapshot version 1.9 release 192 | HDF Tester | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | [svn-r25506] Snapshot version 1.9 release 191 | HDF Tester | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | [svn-r25484] Snapshot version 1.9 release 190 | HDF Tester | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | [svn-r25434] Snapshot version 1.9 release 189 | HDF Tester | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | [svn-r25412] Add ASPRINTF define - check already in configure | Allen Byrne | 2014-07-14 | 1 | -1/+4 |
| | |||||
* | [svn-r25407] Snapshot version 1.9 release 188 | HDF Tester | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | [svn-r25397] - remove configure checks for MPI_File_get_size and Big | Mohamad Chaarawi | 2014-07-07 | 1 | -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 187 | HDF Tester | 2014-07-06 | 1 | -1/+1 |
| | |||||
* | [svn-r25378] Snapshot version 1.9 release 186 | HDF Tester | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. ↵ | Allen Byrne | 2014-06-23 | 2 | -240/+234 |
| | | | | Enabled MSVC for two tests as suggested in the issue. | ||||
* | [svn-r25339] Snapshot version 1.9 release 185 | HDF Tester | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | [svn-r25299] correct case of CMake commands | Allen Byrne | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | [svn-r25285] Snapshot version 1.9 release 184 | HDF Tester | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | [svn-r25241] Snapshot version 1.9 release 183 | HDF Tester | 2014-06-08 | 1 | -1/+1 |
| | |||||
* | [svn-r25239] Add set_property command for list option. | Allen Byrne | 2014-06-04 | 2 | -2/+3 |
| | | | | Minor doc edits | ||||
* | [svn-r25216] Snapshot version 1.9 release 182 | HDF Tester | 2014-05-25 | 1 | -1/+1 |
| | |||||
* | [svn-r25215] Description: | Quincey Koziol | 2014-05-25 | 1 | -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 Koziol | 2014-05-20 | 1 | -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 181 | HDF Tester | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | [svn-r25188] Implement change to cmake_ext_mod config folder | Allen Byrne | 2014-05-14 | 20 | -4315/+15 |
| | | | | Tested: local linux | ||||
* | [svn-r25183] correct path statement | Allen Byrne | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | [svn-r25181] Snapshot version 1.9 release 180 | HDF Tester | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | [svn-r25158] Snapshot version 1.9 release 179 | HDF Tester | 2014-05-04 | 1 | -1/+1 |
| | |||||
* | [svn-r25126] Snapshot version 1.9 release 178 | HDF Tester | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. | Dana Robinson | 2014-04-25 | 9 | -595/+595 |
| | |||||
* | [svn-r25100] Added -V to example command line. | Allen Byrne | 2014-04-25 | 1 | -1/+2 |
| | | | | Added note about INSTALLDIR. | ||||
* | [svn-r25098] Disable fortran by default | Allen Byrne | 2014-04-25 | 1 | -9/+6 |
| | |||||
* | [svn-r25043] Correct CPPFLAGS value. | Allen Byrne | 2014-04-14 | 1 | -1/+1 |
| | | | | Correct test DEPENDS format. | ||||
* | [svn-r25034] Snapshot version 1.9 release 177 | HDF Tester | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | [svn-r24997] Added compiler versions for mpich to settings file and ↵ | Larry Knox | 2014-04-09 | 4 | -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 176 | HDF Tester | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | [svn-r24948] Group tests by Common name | Allen Byrne | 2014-04-02 | 1 | -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 Byrne | 2014-03-31 | 1 | -1/+1 |
| | | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest | ||||
* | [svn-r24924] Snapshot version 1.9 release 175 | HDF Tester | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | [svn-r24899] Add msmpi fortran libs to FindMPI | Allen Byrne | 2014-03-25 | 1 | -4/+4 |
| | |||||
* | [svn-r24864] Description: | Quincey Koziol | 2014-03-21 | 4 | -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 cmake | Allen Byrne | 2014-03-20 | 1 | -1/+20 |
| |