summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27927] Fix dependencies of flex/bison files.Allen Byrne2015-10-011-2/+4
|
* [svn-r27913] Need to create the directory for the gen filesAllen Byrne2015-09-291-0/+1
|
* [svn-r27911] Add back in the build dirAllen Byrne2015-09-291-5/+5
|
* [svn-r27910] Rework flex-bison generated files to eliminate dual depends ↵Allen Byrne2015-09-291-27/+21
| | | | when building both shared and static
* [svn-r27906] Remove header file name as it is not a direct target (derived ↵Allen Byrne2015-09-291-1/+1
| | | | during BISON process).
* [svn-r27905] Add depends to be sure file existsAllen Byrne2015-09-281-0/+2
|
* [svn-r27904] Correct missing target name charsAllen Byrne2015-09-281-2/+2
|
* [svn-r27895] Rework the generated file dependencies and commands.Allen Byrne2015-09-281-5/+1
|
* [svn-r27854] fixed typo in name of fileScot Breitenfeld2015-09-221-0/+0
|
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-0/+39
| | | | Add script for post processing of flex/bison files.
* [svn-r27828] Removed Perl-generated header files and H5LT parse code created ↵Dana Robinson2015-09-183-5139/+0
| | | | | | by flex/bison. Tested on: jam
* [svn-r27818] Minor warning fixes.Dana Robinson2015-09-171-2/+2
| | | | Tested on: h5committest
* [svn-r27802] Added an explicit -I m4 to the aclocal line.Dana Robinson2015-09-162-0/+2
| | | | | | The files in the m4 directory were not getting picked up on some platforms. Tested on: jam
* [svn-r27799] Minor warning fixes in the high-level library.Dana Robinson2015-09-166-20/+24
| | | | Tested on: jam (too minor for 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-153-4384/+0
| | | | | | the last checkin. Tested on: bin/chkmanifest
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-1516-15228/+64
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27729] add extra flags to the bison and flex command linesAllen Byrne2015-09-091-3/+3
| |
| * [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-091-5/+50
| | | | | | | | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
| * [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-1433-12372/+5033
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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