Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TRILABS-19 All c code INCLUDE_DIRECTORIES converted | Allen Byrne | 2018-04-18 | 1 | -1/+8 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 3 | -26/+11 |
| | |||||
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -4/+4 |
| | |||||
* | HDFFV-10418 adjust build commands to match main library build | Allen Byrne | 2018-03-12 | 1 | -17/+27 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 4 | -4/+4 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 4 | -4/+4 |
| | |||||
* | HDFFV-10345 spelling errors | Allen Byrne | 2018-02-05 | 2 | -5/+5 |
| | |||||
* | HDFFV-10398 use the target name for custom commands | Allen Byrne | 2018-01-30 | 1 | -4/+2 |
| | |||||
* | HDFFV-10398 use the simpler add_subdirectory signature | Allen Byrne | 2018-01-30 | 1 | -3/+3 |
| | |||||
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 2 | -9/+0 |
| | |||||
* | Fix fortran cmake variable usage | Allen Byrne | 2018-01-11 | 1 | -2/+3 |
| | |||||
* | HDFFV-10385 multi-config builders need folder set | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix packaging | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix fortran references | Allen Byrne | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | HDFFV-10385 fix platform errors | Allen Byrne | 2018-01-09 | 1 | -12/+11 |
| | |||||
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -10/+4 |
| | |||||
* | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 1 | -4/+4 |
| | |||||
* | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 3 | -12/+12 |
| | | | | This is now fixed via the HDFFV-10325 fix. | ||||
* | removed duplicate exports of DS subroutines | M. Scot Breitenfeld | 2017-12-06 | 1 | -62/+3 |
| | |||||
* | Removed extra Fortran flags, (HDFFV-10037) | M. Scot Breitenfeld | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 26 | -160/+126 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -0/+2 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 2 | -9/+126 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 5 | -34/+34 |
| | |||||
* | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Correct name and usage of cmake variable | Allen Byrne | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Removed duplicate FCFLAG. | M. Scot Breitenfeld | 2016-09-29 | 1 | -2/+0 |
| | |||||
* | Added SEQUENCE to derived types for NAG: | M. Scot Breitenfeld | 2016-09-23 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Section 81 of the compiler manual, e.g. at http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf covers details about the compiler's internal representations, including " Fortran derived types are translated into C structs. If BIND(C) or SEQUENCE is used, the order of the items within the struct is the same as the order within the derived type definition. Otherwise, the order of items is permuted to put larger types at the front of the struct so as to improve alignment and reduce storage; the C output code can be inspected to determine the ordering used. " Removed INTENT(IN) to fix segfaults in C APIs for TYPE(C_PTR). Tested: NAG (gnu) | ||||
* | Removed the use of hard-coded integer KINDs. | M. Scot Breitenfeld | 2016-09-22 | 1 | -17/+15 |
| | |||||
* | Add missing target depends command | Allen Byrne | 2016-09-21 | 1 | -0/+2 |
| | |||||
* | Add missing SH to target name | Allen Byrne | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | Add gen file technique to HL and test fortran libraries | Allen Byrne | 2016-09-21 | 1 | -16/+48 |
| | |||||
* | [svn-r30154] Fixed inequality comparsions for reals in HL fortran tests | Scot Breitenfeld | 2016-07-07 | 4 | -51/+112 |
| | | | | (HDFFV-9949, MSB, 7/7/16) | ||||
* | [svn-r30120] Fixed compilation failure on emu due to moving testing ↵ | Scot Breitenfeld | 2016-06-29 | 1 | -1843/+1822 |
| | | | | | | subroutines into a module. Tested: emu and jelly (gnu) | ||||
* | [svn-r30113] Description: | Quincey Koziol | 2016-06-28 | 6 | -112/+187 |
| | | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29864] Add ignore test names for Valgrind process. | Allen Byrne | 2016-05-04 | 2 | -0/+13 |
| | | | | Add files to clear test generated files tests. | ||||
* | [svn-r29862] Convert source list names from *_SRCS to *_SOURCES. | Allen Byrne | 2016-05-04 | 1 | -11/+11 |
| | | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR. | ||||
* | [svn-r29653] fixed A variable that is specified as an argument to the ↵ | Scot Breitenfeld | 2016-04-07 | 1 | -1/+1 |
| | | | | intrinsic procedure C_LOC must either have type and type parameters that are interoperable with a C type, or be a nonpolymorphic, scalar variable with no length type parameters. | ||||
* | [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 | 6 | -122/+621 |
| | | | | | | | | 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-r29646] FIX: HDFFV-9522 | Scot Breitenfeld | 2016-04-06 | 1 | -5/+71 |
| | | | | | | Add support for variable length datatypes in the High Level H5LT Fortran APIs Tested: platypus (gnu) | ||||
* | [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-r29337] Cleaning warnings in Fortran code. | Dana Robinson | 2016-03-08 | 1 | -2/+0 |
| | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran | ||||
* | [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 |