summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-14/+4
|\
| * [svn-r29545] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+1
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN supportAllen Byrne2016-02-291-12/+2
| |
| * [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-3/+3
| |
* | [svn-r28715] - merge from trunkMohamad Chaarawi2015-12-211-8/+0
|\ \ | |/ | | | | - fix farray, earray, and btree test to use correct function to retrieve internal file struct.
| * [svn-r28467] Removed commented-out tests from the list of simple tests. They ↵Dana Robinson2015-11-301-8/+0
| | | | | | | | | | | | are handled in the additional tests section, below the list. Tested on 64-bit Windows 10 w/ VS2015 and CMake 3.3.1.
* | [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-061-0/+1
|\ \ | |/
| * [svn-r27835] Description:Quincey Koziol2015-09-211-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * \ [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-271-30/+154
| |\ \ | | | | | | | | | | | | Tested: ummon
| * \ \ [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-111-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested)
| * \ \ \ [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-101-14/+14
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ [svn-r26296] Merge r26050 through 26295 from trunk to vds branch.Neil Fortner2015-02-241-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * | | | | | [svn-r26282] Update source file list and test listAllen Byrne2015-02-231-0/+1
| | | | | | |
* | | | | | | [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | - fix VOL initialization and Native plugin registration with new FAPL changes
| * | | | | | [svn-r27808] Update CMake files to use updated test files.Allen Byrne2015-09-161-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-4/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [svn-r27590] Fix typoAllen Byrne2015-08-271-1/+1
| | | | | |
| * | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* | | | | | [svn-r27491] merge from trunk.Mohamad Chaarawi2015-08-111-34/+126
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-32/+124
| | |_|_|/ | |/| | |
| * | | | [svn-r27172] Change disable to skip big test on cygwinAllen Byrne2015-06-091-4/+1
| | | | |
| * | | | [svn-r27171] Disable big test on cygwinAllen Byrne2015-06-091-4/+7
| | |_|/ | |/| |
* | | | [svn-r27135] Add missing libtype paramAllen Byrne2015-06-011-5/+5
| | | |
* | | | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-15/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
| * | | [svn-r26699] Generators are only built staticAllen Byrne2015-04-011-2/+2
| | | |
| * | | [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-13/+13
| | |/ | |/| | | | | | | Tested: local linux
| * | [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
| |/
* | [svn-r25657] correct typo in foreach argsAllen Byrne2014-10-021-2/+2
| |
* | [svn-r25636] - add CMake support for testing loaded vol plugins.Mohamad Chaarawi2014-09-301-0/+42
|/ | | | - some code enhancements to the plugin loading.
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-3/+3
| | | | Tested: local linux
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-3/+3
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-3/+6
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-82/+82
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24659] Restore dsets test to cmake processAllen Byrne2014-01-281-0/+1
|
* [svn-r24097] Correct indentationAllen Byrne2013-09-041-1/+1
|
* [svn-r24056] Move make_executable commands back from tests fileAllen Byrne2013-08-221-0/+155
|
* [svn-r24055] Move make_executable commands back from tests fileAllen Byrne2013-08-221-0/+35
|
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-710/+1
| | | | | | developers. Tested: local linux
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+14
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23675] Issue 8380 - H5Zunregister caused seg fault. This is the ↵Raymond Lu2013-05-061-0/+4
| | | | | | | | | followup commit. Quincey reviewed my previous commit and suggested me to use H5I_iterate to iterate through all opened objects in H5Z_unregister. I changed it in this commit. Tested with h5committest.
* [svn-r23547] Windows plugins will always be "dll"'s.Allen Byrne2013-04-041-1/+1
| | | | | | CMake also uses ";" as a separator - escape it Tested: windows
* [svn-r23546] Correct typoAllen Byrne2013-04-041-1/+1
|
* [svn-r23524] Use two plugin folders for testing plugin PathAllen Byrne2013-04-021-6/+45
|
* [svn-r23520] Add new plugin library to build list for test.Allen Byrne2013-04-021-33/+37
| | | | Tested: local linux, windows
* [svn-r23467] Remove subdirectory.Allen Byrne2013-03-271-20/+68
| | | | Tested: local linux
* [svn-r23447] Add new env var to prevent filter plugin loadingAllen Byrne2013-03-251-0/+1
| | | | Tested: jam
* [svn-r23357] HDFFV-8338: Add cmake support, this commit only tested for linuxAllen Byrne2013-03-151-0/+15
| | | | Tested: local linux
* [svn-r23347] ported revision 23248:23346 from the trunkRaymond Lu2013-03-131-2/+18
|
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
|