summaryrefslogtreecommitdiffstats
path: root/tools/test/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-143-9/+23
|
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-092-5/+5
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-262-15/+15
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-202-2/+2
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-172-43/+38
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1830-52/+671
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Rework new tests into one macroAllen Byrne2018-03-131-25/+112
| |
| * Fix CMake test namesAllen Byrne2018-03-131-6/+6
| |
| * Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-1228-44/+582
| |\ | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-1228-44/+582
| | |
| * | Change CMake min to 3.10Allen Byrne2018-03-092-2/+2
| |/
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-272-2/+2
| |
| * HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-1/+1
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-172-5/+0
|/
* HDFFV-10297 Windows issues fixedAllen Byrne2017-10-201-32/+8
|
* Windows cannot share files easilyAllen Byrne2017-10-201-4/+34
|
* Cleanup cmake clean macrosAllen Byrne2017-10-032-50/+56
|
* Use define name instead.Allen Byrne2017-09-201-1/+1
|
* Fix VS2013 compile errorAllen Byrne2017-09-201-0/+9
|
* Closed a wayward fapl ID in tools/test/misc/repart_test.cDana Robinson2017-07-191-53/+42
| | | | and tidied.
* Stripped C standard library headers from tools test code.Dana Robinson2017-07-191-3/+0
|
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-34/+1
|
* HDFFV-10186 Whitespace changeAllen Byrne2017-05-091-2/+2
| | | | Mostly tabs to spaces Remove Modifications comments
* Make test scripts fail if result files are createdAllen Byrne2017-05-021-14/+18
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2525-126/+128
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* file already in listAllen Byrne2017-04-211-10/+0
|
* Correct test options to match autotools scriptAllen Byrne2017-04-201-15/+15
|
* Updates to CMake for the changes in the autotools scriptAllen Byrne2017-04-202-20/+87
|
* Modifications based on review comments from pull request.Vailin Choi2017-04-203-106/+116
| | | | Made changes according to review comments and discussion with Allen.
* Fix for DAILYTEST-259 h5clear test failureVailin Choi2017-04-188-40/+44
| | | | | Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest. Tested on kituo, osx1010test, quail, platypus and ostrich.
* Final merge of page buffering branch to developQuincey Koziol2017-03-1415-376/+858
|
* Update CMake files and formattingAllen Byrne2017-03-012-7/+7
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-132-2/+2
|\ | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
| * tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-103-16/+16
|/
* Corrected return calls from main()Allen Byrne2017-01-051-5/+4
|
* Clean up valgrind memory leakAllen Byrne2017-01-051-14/+16
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-116-5/+462
|
* minor cleanup to utils definesAllen Byrne2016-11-012-5/+2
|
* Add util programs for testsAllen Byrne2016-11-011-0/+8
|
* Correct test command lineAllen Byrne2016-11-011-3/+3
|
* refactor repart test to use test dirAllen Byrne2016-11-011-7/+80
|
* Correct dir referenceAllen Byrne2016-10-271-1/+1
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2724-0/+3724