summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-0/+2
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Merge changes from other branchesAllen Byrne2020-02-291-1/+1
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-201-1/+3
|
* fix get gethostname for windowsAllen Byrne2019-08-281-0/+2
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-271-10/+24
|
* Merge in CMake changes from developAllen Byrne2019-04-041-2/+2
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-021-20/+17
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-221-2/+0
|
* Fix link_libs and static CRT fortranAllen Byrne2018-01-051-2/+2
|
* Update link target commandsAllen Byrne2017-12-211-2/+8
|
* HDFFV-10321 merge from developAllen Byrne2017-11-021-2/+2
|
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-291-1/+1
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-4/+4
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27179] Merge 27162 & 27163 from trunk:Mohamad Chaarawi2015-06-101-0/+1
| | | | | | | | fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-261-2/+2
|
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-051-1/+1
| | | | Update windows wix cpack process.
* [svn-r26298] merge 26279 from trunk.Mohamad Chaarawi2015-02-251-0/+2
| | | | | | HDFFV-883: attach callback to terminate HDF5 library when MPI_COMM_SELF is destroyed on MPI_Finalize. tested h5committest.
* [svn-r25519] HDFFV-8880: Remove t_posix_compliant test referencesAllen Byrne2014-08-061-5/+0
|
* [svn-r25222] Merge cmake_ext_mod into 1.8Allen Byrne2014-05-271-1/+1
|
* [svn-r24915] Correct merge mistakeAllen Byrne2014-03-271-1/+0
|
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-15/+16
| | | | Tested: local linux
* [svn-r24084] Correct merge mistakeAllen Byrne2013-08-291-1/+0
|
* [svn-r24072] Merge trunk cmake changes to 1.8 branch. Allen Byrne2013-08-261-54/+6
| | | | | | | Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
* [svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.Allen Byrne2013-06-141-0/+2
| | | | Tested: local linux
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-311-1/+1
| | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
* [svn-r22788] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵Allen Byrne2012-09-191-0/+5
| | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: local
* [svn-r22248] Added new files and tests to CMakeLists.txtAllen Byrne2012-04-041-0/+1
| | | | Tested: local linux
* [svn-r21805] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21717] Update cmake configurationAllen Byrne2011-11-041-3/+4
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r21336] Synchronize cmake files with tested commits from trunkAllen Byrne2011-08-301-5/+9
|
* [svn-r21075] Remove incorrect -p option from test macro. Discovered from ↵Allen Byrne2011-07-081-1/+1
| | | | public 1.8 CDash reports
* [svn-r20628] Add dependency of t_pflush2 on t_pflush1Allen Byrne2011-04-251-0/+2
|
* [svn-r20183] Add HDF5_USING_MEMCHECKER guards around script mode ADD_TEST. ↵Allen Byrne2011-03-041-13/+15
| | | | | | | | This will replace the list of ignore tests in CTestCustom.cmake file. Bring back from trunk Tested: local linux
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-251-2/+2
|
* [svn-r20021] Update cmake file for testpar changes from r19939Allen Byrne2011-01-311-2/+2
|
* [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-2/+2
| | | | | | macro use for checking libtype. Tested: Windows
* [svn-r19898] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-301-2/+0
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19705] Added VFD test options.Allen Byrne2010-11-011-0/+43
| | | | Tested: local linux
* [svn-r19362] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-20/+2
|
* [svn-r19326] Added parallel build commands.Allen Byrne2010-08-311-3/+6
| | | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Bring r19325 from trunk Tested: local linux with mpich
* [svn-r19036] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-0/+20
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r18773] Add files to support building library with CMakeAllen Byrne2010-05-121-0/+46
Tested: Local linux