summaryrefslogtreecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-0/+2
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-112-9/+126
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-105-34/+34
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
|
* Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-291-2/+0
|
* Added SEQUENCE to derived types for NAG:M. Scot Breitenfeld2016-09-232-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 Breitenfeld2016-09-221-17/+15
|
* Add missing target depends commandAllen Byrne2016-09-211-0/+2
|
* Add missing SH to target nameAllen Byrne2016-09-211-1/+1
|
* Add gen file technique to HL and test fortran librariesAllen Byrne2016-09-211-16/+48
|
* [svn-r30154] Fixed inequality comparsions for reals in HL fortran testsScot Breitenfeld2016-07-074-51/+112
| | | | (HDFFV-9949, MSB, 7/7/16)
* [svn-r30120] Fixed compilation failure on emu due to moving testing ↵Scot Breitenfeld2016-06-291-1843/+1822
| | | | | | subroutines into a module. Tested: emu and jelly (gnu)
* [svn-r30113] Description:Quincey Koziol2016-06-286-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 Byrne2016-05-042-0/+13
| | | | Add files to clear test generated files tests.
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-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 Breitenfeld2016-04-071-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 commentsScot Breitenfeld2016-04-061-17/+12
|
* [svn-r29648] FIX: HDFFV-8486 Scot Breitenfeld2016-04-066-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 Breitenfeld2016-04-061-5/+71
| | | | | | Add support for variable length datatypes in the High Level H5LT Fortran APIs Tested: platypus (gnu)
* [svn-r29599] added comments to sourceScot Breitenfeld2016-03-301-12/+16
|
* [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵Larry Knox2016-03-091-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 Robinson2016-03-081-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 Robinson2016-03-081-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 Byrne2016-02-291-2/+2
|
* [svn-r27818] Minor warning fixes.Dana Robinson2015-09-171-2/+2
| | | | Tested on: h5committest
* [svn-r27796] Remove duplicated if blockAllen Byrne2015-09-151-5/+0
|
* [svn-r27795] Removed some autotools generated files that were not caught byDana Robinson2015-09-151-1521/+0
| | | | | | the last checkin. Tested on: bin/chkmanifest
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-155-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 Robinson2015-09-151-4/+4
| | | | | | | | Tested on: h5committest
| * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-9/+27
| |
| * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-016-36/+38
| |\
| * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-1424-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 Robinson2015-05-075-33/+34
| |\ \ \ | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * \ \ \ [svn-r26429] Merge of r26393-26428 from the trunk.Dana Robinson2015-03-1113-1128/+1023
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested w/ h5committest
| * \ \ \ \ [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-228-154/+301
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * | | | | | [svn-r26132] reverted change 26177Scot Breitenfeld2015-02-052-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 Breitenfeld2015-02-032-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 Robinson2015-02-024-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 Robinson2015-02-022-3/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam with Fortran and C++
| * | | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-294-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-9092Scot Breitenfeld2015-01-274-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 231HDF Tester2015-09-141-1/+1
| | | | | | | |
* | | | | | | | [svn-r27754] HDFFV-548:H5LT patches for F90 Lite API in 1.8.0 BetaScot Breitenfeld2015-09-103-576/+910
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | | | [svn-r27703] Publish both static and shared mod files in binaries.Allen Byrne2015-09-081-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux
* | | | | | | | [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-071-1/+1
| | | | | | | |
* | | | | | | | [svn-r27661] Always use static mod files.Allen Byrne2015-09-011-8/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-314-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | | [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-311-1/+1
| | | | | | |
* | | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-263-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED