summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-111-2/+0
* Merge cleanup mostly whitespaceAllen Byrne2019-07-301-1/+1
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-2/+2
* Update Drop Site options and Coverage settingsAllen Byrne2018-08-091-5/+16
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-1/+1
* Correct public CDash locationAllen Byrne2018-03-291-1/+1
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hd...lrknox2017-04-141-0/+11
* CTestConfig.cmake:lrknox2017-03-171-2/+2
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-2/+2
* Change UPDATE_TYPE to gitAllen Byrne2016-09-151-1/+1
* [svn-r30316] Use dns name for CDash instead of ip addressAllen Byrne2016-08-221-1/+1
* [svn-r27897] Reduce normal test timeouts to 10 mins - leave VFD changes as is.Allen Byrne2015-09-281-3/+3
* [svn-r27313] switch internal cdash URLAllen Byrne2015-06-301-2/+2
* [svn-r25357] Change default timeout to 1200 seconds or 20 minsAllen Byrne2014-06-251-2/+2
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-18/+18
* [svn-r24198] Change Internal CDash site.Allen Byrne2013-09-251-2/+2
* [svn-r23249] Correct typo in normal depends statement.Allen Byrne2013-02-121-0/+2
* [svn-r21886] Correct name of Test TimeoutAllen Byrne2012-01-231-1/+1
* [svn-r21859] Force the setting of test timeout for CTestScript useAllen Byrne2012-01-031-1/+1
* [svn-r21852] Updated cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-301-3/+6
* [svn-r21753] Change Nightly Start Time to match CDash and test kickoff time.Allen Byrne2011-11-141-2/+1
* [svn-r21713] Update HDF changes of CMake/CTest.cmake files to 2.8.6Allen Byrne2011-11-041-1/+3
* [svn-r21201] Prepend test folder name to perform and testpar cmake testsAllen Byrne2011-08-091-1/+1
* [svn-r20665] Remove extraneous memcheck parametersAllen Byrne2011-04-281-4/+0
* [svn-r20635] Windows needs timeout at 3600Allen Byrne2011-04-251-2/+2
* [svn-r20465] Add CDASH_LOCAL option to direct where ctest results are reportedAllen Byrne2011-04-111-5/+11
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-0/+2
* [svn-r19721] Correct CDash project nameAllen Byrne2010-11-031-2/+2
* [svn-r19709] Updated Dashboard Timeout settingAllen Byrne2010-11-021-12/+13
* [svn-r19679] Added h5mkgrp testsAllen Byrne2010-10-271-0/+6
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-0/+2
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+13
ixtype" routines didn't handle alignment of compound fields correctly) and reduces the amount of code to maintain. Add additional tests to dump out a "complex" compound datatype which exercises more code in the library for aligning compound fields correctly. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest * [svn-r7394] Purpose:HDF Admin2003-08-231-0/+7 | | | | | | | | | | | | | | | new feature Description: Added a new test option of op-snapshot <option> snapshot option This allows snapshot.cfg to tell runtest to run snapshot with a special option. Platforms tested: Not h5committest because it is outside of its scope. Tested by hand. * [svn-r7392] Purpose:Quincey Koziol2003-08-226-62/+119 | | | | | | | | | | | | | | | | Bug fix Description: H5Gget_num_objs, H5Gget_objname_by_idx and H5Gget_objtype_by_idx were only accepting a group ID, instead of a location ID, as our documentation for them stated. Solution: Allow them to accept a location ID. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest * [svn-r7390] Purpose:Quincey Koziol2003-08-221-1/+1 | | | | | | | | | | | Code cleanup Description: Return -1 for failed group iteration instead of 1 Platforms tested: FreeBSD 4.8 (sleipnir) h5committest * [svn-r7385] Purpose:Quincey Koziol2003-08-201-2/+4 | | | | | | | | | | | | Bug fix Description: Correct a bug which was incrementing the incorrect driver ID of a file driver and also no saving the correct driver ID for the newly opened file. Platforms tested: FreeBSD 4.8 (sleipnir) too minor for h5committest * [svn-r7382] Purpose:Quincey Koziol2003-08-193-8/+101 | | | | | | | | | | | | | | | | Bug fix Description: I/O on chunked datasets with a scalar dataspace for the memory dataspace was not working correctly. Solution: Translate the scalar dataspace into a n-dimensional (where n is the number of dimensions of the file's dataspace) dataspace of dimensions 1x1x1... Platforms tested: FreeBSD 4.8 (sleipnir) h5committest (modulo modi4 which is not working correctly) * [svn-r7378] Purpose:Quincey Koziol2003-08-163-12/+255 | | | | | | | | | | | | | | | | Bug fix Description: Linking and unlinking objects with multiple internal and/or trailing '/'s was not handled well in the library. Solution: "Normalize" strings by removing trailing '/'s and collapsing multiple internal '/'s down into just one '/' before operating on the name. Platforms tested: FreeBSD 4.8 (sleipnir) h5committested * [svn-r7363] Purpose:Quincey Koziol2003-08-146-3/+402 | | | | | | | | | | | | | Bug fix Description: Allow a user block to be "inserted" in front of a file (probably by writing a validly-sized userblock to a new file and then appending another HDF5 file to the new file). Platforms tested: FreeBSD 4.8 (sleipnir) h5committested * [svn-r7360] Purpose:Albert Cheng2003-08-131-4/+30 | | | | | | | | | | | | | | | | New features Description: Add options of verbose (-v, -v9) and -fname which limits to checking file with the file name pattern. Solution: Platforms tested: Did not h5committest which does not cover this command. Verified it by hand. Misc. update: * [svn-r7357] Purpose:Albert Cheng2003-08-131-1/+15 | | | | | | | | | | | | | added formal copyright notice. Description: Solution: Platforms tested: h5committested Misc. update: * [svn-r7351] Purpose:MuQun Yang2003-08-121-0/+0 | | | | | | | | | | | | | | | update project h5import and activiate h5diff. Description: project h5import linked with an old h5import.c file project h5diff has been activiated. Solution: update the project h5import and activate project h5diff. Platforms tested: windows 2000 Misc. update: * [svn-r7346] Purpose:MuQun Yang2003-08-111-2/+1 | | | | | | | | | | | | | | | | bug fix Description: On windows, rindex is not supported. strrchr is used instead. Solution: Platforms tested: linux 2.4, windows 2000 (since the change is minimal and three other platforms have been used to test for 1.7 branch, so no needs to test more). Misc. update: * [svn-r7345] Purpose:Albert Cheng2003-08-111-1/+39 | | | | | | | | | | | | | | | feature Description: Added the checking for Makefile. Skip checking CVS files. Printed filename of unknown file types. Platforms tested: No h5committest. Tested by hand on various files. * [svn-r7343] Purpose:Albert Cheng2003-08-11