summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Skip test in test/fheap.c when:Vailin Choi2017-07-182-1/+17
| | * | | | | Changes made based on RFC review commentsVailin Choi2017-07-185-18/+40
| | | |_|_|/ | | |/| | |
| | | | * | Correct case of varAllen Byrne2017-07-241-5/+5
| | |_|/ / | |/| | |
| * | | | Merge pull request #606 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_misc to d...Dana Robinson2017-07-2010-76/+42
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Closed a wayward fapl ID in tools/test/misc/repart_test.cDana Robinson2017-07-191-53/+42
| | * | | Merge branch 'develop' into tools_miscDana Robinson2017-07-190-0/+0
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #603 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_misc to d...Dana Robinson2017-07-1818-93/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | Stripped C standard library headers from tools test code.Dana Robinson2017-07-199-23/+0
| | |/ /
| | * | Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-1718-93/+2
| |/ /
| * | Merge pull request #601 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-07-132-11/+12
| |\ \
| | * | HDFFV-10254 Fix spellingAllen Byrne2017-07-131-1/+1
| | * | HDFFV-10254 release noteAllen Byrne2017-07-121-2/+10
| | * | HDFF-10254 - Copy test files with macro to avoid POST_BUILD failureAllen Byrne2017-07-121-9/+2
| * | | Merge pull request #596 in HDFFV/hdf5 from GreaterThan-2GB-MPIO to developRichard Warren2017-07-136-48/+2637
| |\ \ \ | | |/ / | |/| |
| | * | Added a brief outline for Large MPI-IO transfers into RELEASE.txtRichard Warren2017-07-131-1/+23
| | * | Fix up the ExpressMode check for skipping slow running tests.Richard Warren2017-07-101-1/+1
| | * | Include code fixes and additional modifications pointed out by code reviewersRichard Warren2017-07-105-15/+73
| | * | Commited changes to the development branch here to allow a pull request to be...Richard Warren2017-07-051-46/+458
| | * | Commit changes needed for pull requestRichard Warren2017-07-051-0/+2097
| * | | Merge pull request #597 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2017-07-115-8/+121
| |\ \ \
| | * | | Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-105-8/+121
| |/ / /
| * | | Merge pull request #594 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:test_misc13 to ...Dana Robinson2017-07-051-142/+140
| |\ \ \ | | |/ / | |/| |
| | * | * Yanked the smoke check that was recently introduced to testDana Robinson2017-07-051-142/+140
| * | | Merge pull request #590 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:java_warnings t...Dana Robinson2017-07-051-0/+1
| |\ \ \
| | * | | Turned off unused parameter warnings in gcc for Java constants.Dana Robinson2017-07-031-0/+1
| | |/ /
| | | * Removed FCFLAGS when building the examples since they should already be inclu...M. Scot Breitenfeld2017-07-271-2/+2
* | | | Add test for write parallel; read serial caseJordan Henderson2017-08-111-2/+142
* | | | Fix uninitialized array issue in testJordan Henderson2017-08-111-35/+5
* | | | Test updatesJordan Henderson2017-08-102-42/+241
* | | | Fix bug where incorrect amount of data was being read from the fileJordan Henderson2017-08-101-1/+1
* | | | Add data verification for first half of testsJordan Henderson2017-08-101-28/+105
* | | | Start adding data verificationJordan Henderson2017-08-082-46/+193
* | | | Switch tests over to use testing macrosJordan Henderson2017-08-081-1044/+727
* | | | Updates to parallel filters testsJordan Henderson2017-08-032-172/+175
* | | | Move test files to testpar directoryJordan Henderson2017-08-035-13/+20
* | | | Add test file to build processJordan Henderson2017-08-035-3/+2438
* | | | Suggested changes from code reviewJordan Henderson2017-07-075-12/+60
* | | | Amend header comment errorJordan Henderson2017-07-061-19/+18
* | | | Clean up remaining warningsJordan Henderson2017-07-061-6/+21
* | | | Add prototype for H5D__cmp_filtered_collective_io_info_entry_ownerJordan Henderson2017-07-051-0/+2
* | | | Add comment for memory copy possibly not being necessary anymore forJordan Henderson2017-07-051-0/+1
* | | | Remove use of H5E_CANTDISTRIBUTE errorJordan Henderson2017-07-052-2/+1
* | | | Add comment for full overwrite special caseJordan Henderson2017-07-051-0/+8
* | | | Add remaining documentation/commentsJordan Henderson2017-07-051-23/+54
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-07-051612-16218/+33537
|\ \ \ \ | |/ / /
| * | | Merge pull request #591 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2017-07-052-1/+20
| |\ \ \ | | |/ / | |/| |
| | * | Skip HDFFV-10160 filenotclosed test for split/multi driverVailin Choi2017-07-052-1/+20
| |/ /
| * | Merge pull request #589 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tmisc19 to developDana Robinson2017-07-0310-285/+303
| |\ \
| | * | More minor whitespace cleanupDana Robinson2017-07-031-3/+3
| | * | Fixed a minor comment typo in H5R.cDana Robinson2017-07-031-1/+1