summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-174-27/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| * \ \ \ [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-0726-125/+189
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * | | | | [svn-r26524] Remove SETX variable from Makefile.amJerome Soumagne2015-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Part of: HDFFV-9164
| * | | | | [svn-r26429] Merge of r26393-26428 from the trunk.Dana Robinson2015-03-1140-1274/+1157
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest
| * | | | | | [svn-r26422] Fixes autogen.sh errors caused by r26410 that produced:Dana Robinson2015-03-112-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CXX_SHARED_CONDITIONAL does not appear in AM_CONDITIONAL This was due to a removed AM_CONDITIONAL macro in configure.ac. The CXX_SHARED_CONDITIONAL code was removed from the Makefile.am files. Additionally, the C++ shared library build settings field in libhdf5.settings file was updated. Tested on: local linux VM w/ C++ --enable-shared --enable-static --enable-shared --disable-static --disable-shared --enable-static
| * | | | | | [svn-r26396] Merge of r26349-26392 from the trunk.Dana Robinson2015-03-093-13/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tested on: h5committest
| * \ \ \ \ \ \ [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-046-29/+150
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: h5committest
| * \ \ \ \ \ \ \ [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-2224-170/+311
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * | | | | | | | | [svn-r26136] Updated autogen.sh to run flex and bison, replacing the ↵Dana Robinson2015-02-063-5099/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (incomplete) bin/genltanalyze script, which has been deleted. Also removed the generated hl/src/H5LTparse.c/h and H5LTanalyze.c files. Part of: HDFFV-9120 Tested on: Local Ubuntu VM
| * | | | | | | | | [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-0214-19357/+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-026-7/+7
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam with Fortran and C++
| * | | | | | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-2914-70/+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-2714-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-143-3/+3
| | | | | | | | | | |
* | | | | | | | | | | [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-073-3/+3
| | | | | | | | | | |
* | | | | | | | | | | [svn-r27661] Always use static mod files.Allen Byrne2015-09-011-8/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-3114-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | | | | | [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-313-3/+3
| | | | | | | | | |
* | | | | | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-263-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* | | | | | | | | | [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵Scot Breitenfeld2015-08-241-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not check for definitions and does not return unused arguments.
* | | | | | | | | | [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-243-3/+3
| | | | | | | | | |
* | | | | | | | | | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵Scot Breitenfeld2015-08-206-30/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest
* | | | | | | | | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-1714-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest
* | | | | | | | | | [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-173-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-1136-12404/+5222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED--
* | | | | | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-1136-5222/+12404
| | | | | | | | |
* | | | | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-0514-59/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [svn-r27432] Snapshot version 1.9 release 226HDF Tester2015-07-273-3/+3
| | | | | | | | | |
* | | | | | | | | | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-0526-106/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake
* | | | | | | | | | [svn-r27446] Correct Windows export nameAllen Byrne2015-07-301-11/+11
| | | | | | | | | |
* | | | | | | | | | [svn-r27442] added missing dependenciesScot Breitenfeld2015-07-301-20/+6
| | | | | | | | | |
* | | | | | | | | | [svn-r27440] added missing h5lt*_attribute_f functionsScot Breitenfeld2015-07-301-0/+2
| | | | | | | | | |
* | | | | | | | | | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-223-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | [svn-r27412] Snapshot version 1.9 release 225HDF Tester2015-07-203-3/+3
| | | | | | | | | |
* | | | | | | | | | [svn-r27422] changed add_custom_command to add_custom_targetScot Breitenfeld2015-07-211-10/+24
| | | | | | | | | |
* | | | | | | | | | [svn-r27400] code clean-upScot Breitenfeld2015-07-161-18/+20
| | | | | | | | | |
* | | | | | | | | | [svn-r27393] removed unused C functionsScot Breitenfeld2015-07-152-243/+0
| | | | | | | | | |
* | | | | | | | | | [svn-r27391] Added build dependencies to generated filesScot Breitenfeld2015-07-151-2/+9
| | | | | | | | | |
* | | | | | | | | | [svn-r27387] added definitions for H5LTset_attribute_*_cScot Breitenfeld2015-07-141-6/+36
| | | | | | | | | |
* | | | | | | | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-147-17/+17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | [svn-r27372] Snapshot version 1.9 release 224HDF Tester2015-07-133-3/+3
| | | | | | | | | |
| * | | | | | | | | [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-094-14/+14
| | | | | | | | | |
* | | | | | | | | | [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵Scot Breitenfeld2015-07-132-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory to the fortran 'test' directory. Updated autotools and cmake.
* | | | | | | | | | [svn-r27365] added build dependencies for hl fortran buildsScot Breitenfeld2015-07-092-7/+7
| | | | | | | | | |
* | | | | | | | | | [svn-r27359] Fixed Cmake to handle autogenerated Fortran HL APIsScot Breitenfeld2015-07-092-2/+44
| | | | | | | | | |
* | | | | | | | | | [svn-r27358] Fixed test to handle DOUBLE PRECISION that was promoted using ↵Scot Breitenfeld2015-07-091-33/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiler options.