/demos/composition/

value='feature/async2'>feature/async2 Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28563] HDFFV-9612: added ability to run multiple make commands.Albert Cheng2015-12-101-3/+18
| | | | | | | Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.
* [svn-r28553] Merge of r28436 from revise_chunks. Cleans up warnings exposedDana Robinson2015-12-101-1/+3
| | | | | | | by gcc 5.2 in the flex/bison code. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28393] HDFFV-9573: bin/h5vers failure, claiming reconfigure failed.Albert Cheng2015-11-181-3/+3
| | | | | | | | bin/reconfigure is replaced by autogen.sh. Fixed h5vers to call autogen.sh instead. Tested: Jam
* [svn-r28388] HDFFV-9573: bin/chkmanifest did not like the missing generated ↵Albert Cheng2015-11-181-0/+16
| | | | | | | | file. Changed bin/chkmanifest to generate the files if configure is missing. Tested: jam
* [svn-r28371] Update script mode order of commandsAllen Byrne2015-11-171-135/+140
|
* [svn-r28342] DAILYTEST-195: Osx1010test has culmulated a lot of mounted ↵Albert Cheng2015-11-131-2/+33
| | | | | | | | | | | | | | volumes from cmakehdf5 installation. Tried to find out what went wrong but all output files were deleted already. Added a verbose option to display all cmake process output in order to see what might have gone wrong. Default is on. Using --disable-verbose will turn it off. Tested: osx1010dev, osx1010test, playtypus.
* [svn-r28332] Updated autogen.sh to not run flex/bison.Dana Robinson2015-11-131-0/+250
| | | | | | | | | This was giving a lot of users headaches and the parser code rarely changes. There is now a new script (bin/genparser) which can be run as needed. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, flex 2.5.39, bison 3.0.2
* [svn-r27997] Autogen.sh is no longer marked _DO_NOT_DISTRIBUTE_ in the ↵Larry Knox2015-10-071-1/+0
| | | | MANIFEST file. Therefore bbrelease does not need to expressly add it to the source tar file.
* [svn-r27918] Brought in sync with the trunk:Dana Robinson2015-09-301-1/+1
|\ | | | | | | | | | | | | | | | | | | r27860-27883 r27892-27916 Tested on: - h5committest - jam (parallel) fails with an existing, unrelated MPI config error - platypus fails with due to an existing, unrelated cmakehdf5 error where it does not recognize --enable-fortran2003.
| * [svn-r27900] Modify bbrelease to use "Revision:" number from svn info, not ↵Larry Knox2015-09-281-1/+1
| | | | | | | | | | | | "Last Changed Rev:" number. Tested on jam
* | [svn-r27842] Description:Quincey Koziol2015-09-211-2/+20
|\ \ | |/ | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (although not CMake) (h5committest not required on this branch)
| * [svn-r27836] HDFFV-8932: added option --with-szlib to support szip library ↵Albert Cheng2015-09-211-2/+20
| | | | | | | | | | | | support. Tested: platypus 32 or 64bit, with or without zlib.
* | [svn-r27835] Description:Quincey Koziol2015-09-2114-14716/+17
|\ \ | |/ | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27831] HDF5-0: Removed enable-fortran2003 which is no longer needed.Albert Cheng2015-09-181-11/+7
| | | | | | | | | | | | HDFFV-8932: added option to specify which zlib to use. Tested: platypus 32 or 64bit, with or without zlib.
| * [svn-r27826] Modify bbrelease to add autogen.sh to the source tarball.Larry Knox2015-09-181-0/+1
| |
| * [svn-r27819] bbrelease is a modified copy of the release script, which ↵Larry Knox2015-09-171-1/+9
| | | | | | | | | | | | checks for the "configure" file to verify that it is in the top level HDF5 directory. bbrelease creates a tar file for buildbot testing, and since configure is no longer checked in, the script failed. configure.ac should always be present in the top level source directory, even before running autogen.sh, so it should be a workable substitute for the verification. Tested with h5committest.
| * [svn-r27775] Undo of r27655Dana Robinson2015-09-1416-12/+12
| | | | | | | | | | | | | | | | Removes .pl extension from Perl scripts. This may be returned in the future, but it's best to keep the script names unchanged while we merge with the trunk. Tested on: h5committest
| * [svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)Dana Robinson2015-09-0116-12/+12
| | | | | | | | | | | | | | This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
| * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-012-44/+1
| |\
| * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-142-1/+395
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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-074-20/+140
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * | | | | [svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file whichJerome Soumagne2015-03-11