Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27818] Minor warning fixes. | Dana Robinson | 2015-09-17 | 1 | -2/+2 |
| | | | | Tested on: h5committest | ||||
* | [svn-r27796] Remove duplicated if block | Allen Byrne | 2015-09-15 | 1 | -5/+0 |
| | |||||
* | [svn-r27795] Removed some autotools generated files that were not caught by | Dana Robinson | 2015-09-15 | 1 | -1521/+0 |
| | | | | | | the last checkin. Tested on: bin/chkmanifest | ||||
* | [svn-r27794] Reintegration merge of features/autotools_rework branch with trunk | Dana Robinson | 2015-09-15 | 5 | -4120/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest | ||||
| * | [svn-r27787] Merge of r27632-27674 from the trunk. | Dana Robinson | 2015-09-15 | 1 | -4/+4 |
| | | | | | | | | Tested on: h5committest | ||||
| * | [svn-r27745] Merge trunk revision 27744 | Allen Byrne | 2015-09-10 | 1 | -9/+27 |
| | | |||||
| * | [svn-r27638] Merged r27500-27631 from trunk. | Dana Robinson | 2015-09-01 | 6 | -36/+38 |
| |\ | |||||
| * \ | [svn-r27507] Merge of r27237-27500 from the trunk. | Dana Robinson | 2015-08-14 | 24 | -12327/+4955 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals. | ||||
| * \ \ | [svn-r27038] Merge of r26393-27031 from the trunk. | Dana Robinson | 2015-05-07 | 5 | -33/+34 |
| |\ \ \ | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003 | ||||
| * \ \ \ | [svn-r26429] Merge of r26393-26428 from the trunk. | Dana Robinson | 2015-03-11 | 13 | -1128/+1023 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Tested w/ h5committest | ||||
| * \ \ \ \ | [svn-r26274] Merge of r26096 to r26271 from trunk. | Dana Robinson | 2015-02-22 | 8 | -154/+301 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran | ||||
| * | | | | | | [svn-r26132] reverted change 26177 | Scot Breitenfeld | 2015-02-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in. | ||||
| * | | | | | | [svn-r26117] Autotools work HDFFV-9067, | Scot Breitenfeld | 2015-02-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed. tested: jam | ||||
| * | | | | | | [svn-r26097] Removed configure and Makefile.in files from version control. | Dana Robinson | 2015-02-02 | 4 | -5522/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++ | ||||
| * | | | | | | [svn-r26096] Merged r26024-26095 from trunk. | Dana Robinson | 2015-02-02 | 2 | -3/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam with Fortran and C++ | ||||
| * | | | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ↵ | Dana Robinson | 2015-01-29 | 4 | -20/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++ | ||||
| * | | | | | | | [svn-r26051] Fix for HDFFV-9092 | Scot Breitenfeld | 2015-01-27 | 4 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam | ||||
* | | | | | | | | [svn-r27767] Snapshot version 1.9 release 231 | HDF Tester | 2015-09-14 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | [svn-r27754] HDFFV-548:H5LT patches for F90 Lite API in 1.8.0 Beta | Scot Breitenfeld | 2015-09-10 | 3 | -576/+910 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest | ||||
* | | | | | | | | [svn-r27703] Publish both static and shared mod files in binaries. | Allen Byrne | 2015-09-08 | 1 | -5/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux | ||||
* | | | | | | | | [svn-r27690] Snapshot version 1.9 release 230 | HDF Tester | 2015-09-07 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | [svn-r27661] Always use static mod files. | Allen Byrne | 2015-09-01 | 1 | -8/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler. | Scot Breitenfeld | 2015-08-31 | 4 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest | ||||
* | | | | | | | [svn-r27622] Snapshot version 1.9 release 229 | HDF Tester | 2015-08-31 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION. | Allen Byrne | 2015-08-26 | 3 | -23/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED | ||||
* | | | | | | | [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵ | Scot Breitenfeld | 2015-08-24 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not check for definitions and does not return unused arguments. | ||||
* | | | | | | | [svn-r27551] Snapshot version 1.9 release 228 | HDF Tester | 2015-08-24 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵ | Scot Breitenfeld | 2015-08-20 | 6 | -30/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest | ||||
* | | | | | | | [svn-r27517] Removed all perl scripts from configure. | Scot Breitenfeld | 2015-08-17 | 4 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest | ||||
* | | | | | | | [svn-r27511] Snapshot version 1.9 release 227 | HDF Tester | 2015-08-17 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 26 | -12359/+4987 |
| | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED-- | ||||
* | | | | | | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 26 | -4987/+12359 |
| | | | | | | |||||
* | | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 4 | -17/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | [svn-r27432] Snapshot version 1.9 release 226 | HDF Tester | 2015-07-27 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | [svn-r27469] Merge from trunk with dual-binary CMake code. | Allen Byrne | 2015-08-05 | 8 | -51/+181 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake | ||||
* | | | | | | | [svn-r27446] Correct Windows export name | Allen Byrne | 2015-07-30 | 1 | -11/+11 |
| | | | | | | | |||||
* | | | | | | | [svn-r27442] added missing dependencies | Scot Breitenfeld | 2015-07-30 | 1 | -20/+6 |
| | | | | | | | |||||
* | | | | | | | [svn-r27440] added missing h5lt*_attribute_f functions | Scot Breitenfeld | 2015-07-30 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | [svn-r27412] Snapshot version 1.9 release 225 | HDF Tester | 2015-07-20 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | [svn-r27422] changed add_custom_command to add_custom_target | Scot Breitenfeld | 2015-07-21 | 1 | -10/+24 |
| | | | | | | | |||||
* | | | | | | | [svn-r27400] code clean-up | Scot Breitenfeld | 2015-07-16 | 1 | -18/+20 |
| | | | | | | | |||||
* | | | | | | | [svn-r27393] removed unused C functions | Scot Breitenfeld | 2015-07-15 | 2 | -243/+0 |
| | | | | | | | |||||
* | | | | | | | [svn-r27391] Added build dependencies to generated files | Scot Breitenfeld | 2015-07-15 | 1 | -2/+9 |
| | | | | | | | |||||
* | | | | | | | [svn-r27387] added definitions for H5LTset_attribute_*_c | Scot Breitenfeld | 2015-07-14 | 1 | -6/+36 |
| | | | | | | | |||||
* | | | | | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-14 | 2 | -6/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | [svn-r27372] Snapshot version 1.9 release 224 | HDF Tester | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | [svn-r27364] Add Mac Framework support | Allen Byrne | 2015-07-09 | 1 | -5/+6 |
| | | | | | | | |||||
* | | | | | | | [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵ | Scot Breitenfeld | 2015-07-13 | 2 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory to the fortran 'test' directory. Updated autotools and cmake. | ||||
* | | | | | | | [svn-r27365] added build dependencies for hl fortran builds | Scot Breitenfeld | 2015-07-09 | 2 | -7/+7 |
| | | | | | | |