Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [svn-r29649] changed indentation format, updated comments | Scot Breitenfeld | 2016-04-06 | 1 | -17/+12 | |
| | ||||||
* | [svn-r29648] FIX: HDFFV-8486 | Scot Breitenfeld | 2016-04-06 | 4 | -99/+400 | |
| | | | | | | | | h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart) ADDED NEW API: h5tbread_table_f Tested: platypus, ostrich | |||||
* | [svn-r29599] added comments to source | Scot Breitenfeld | 2016-03-30 | 1 | -12/+16 | |
| | ||||||
* | [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵ | Larry Knox | 2016-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently. Disabled auto-increment of shared object version numbers by h5vers. Files modified: config/lt_vers.am java/src/jni/Makefile.am hl/src/Makefile.am hl/c++/src/Makefile.am hl/fortran/src/Makefile.am c++/src/Makefile.am bin/h5vers fortran/src/Makefile.am | |||||
* | [svn-r29336] Removed unused variables from Fortran code. | Dana Robinson | 2016-03-08 | 1 | -7/+0 | |
| | | | | | | | Updated gnu Fortran flags. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran | |||||
* | [svn-r29226] HDFFV-9552: merge in java code. | Allen Byrne | 2016-02-29 | 1 | -2/+2 | |
| | ||||||
* | [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 | 2 | -4/+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 | 2 | -22/+24 | |
| |\ | ||||||
| * \ | [svn-r27507] Merge of r27237-27500 from the trunk. | Dana Robinson | 2015-08-14 | 16 | -12178/+4568 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -26/+22 | |
| |\ \ \ | | | | | | | | | | | | | | | | 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 | 10 | -1074/+975 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Tested w/ h5committest | |||||
| * \ \ \ \ | [svn-r26274] Merge of r26096 to r26271 from trunk. | Dana Robinson | 2015-02-22 | 5 | -149/+296 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran | |||||
| * | | | | | | [svn-r26132] reverted change 26177 | Scot Breitenfeld | 2015-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1466/+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 | 1 | -5/+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 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -42/+171 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -13/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+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 | 17 | -12190/+4599 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED-- | |||||
* | | | | | | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 17 | -4599/+12190 | |
| | | | | | | ||||||
* | | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 1 | -5/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [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 | 2 | -33/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | |