summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-0920-47/+2236
|\
| * [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-312-1/+5
| | | | | | | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
| * [svn-r29557] Add comments to CMake macros and do append error fileAllen Byrne2016-03-241-19/+29
| | | | | | | | revise_chunks rev 29556
| * [svn-r29534] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-231-4/+4
| | | | | | | | | | | | | | | | | | tools directory Also fixes a minor Java test output error. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
| * [svn-r29450] Separate error compare from output compareAllen Byrne2016-03-161-4/+4
| |
| * [svn-r29427] Correct name of build option in scriptAllen Byrne2016-03-151-2/+2
| |
| * [svn-r29404] correct filename in commentAllen Byrne2016-03-141-1/+1
| |
| * [svn-r29402] Add Java optionAllen Byrne2016-03-141-5/+22
| |
| * [svn-r29399] HDFFV-9717: add overview section to javadocsAllen Byrne2016-03-142-4/+68
| |
| * [svn-r29348] Correct script process for optionsAllen Byrne2016-03-081-4/+10
| |
| * [svn-r29314] Add Java optionAllen Byrne2016-03-071-0/+9
| |
| * [svn-r29301] Update valgrind cacheinit file to match regular.Allen Byrne2016-03-071-0/+2
| |
| * [svn-r29266] Header generation default should be OFF.Allen Byrne2016-03-041-0/+2
| | | | | | | | For Trunk - cacheinit.cmake should enable it ON
| * [svn-r29233] Add ARGN option for soversion argumentsAllen Byrne2016-02-291-2/+9
| |
| * [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-2910-22/+2098
| |
| * [svn-r29190] Add checking for *.err file before trying to readAllen Byrne2016-02-231-2/+2
| |
| * [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ↵Dana Robinson2016-01-262-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | library. Buffers that will be written to disk will now always be cleared since not doing this has huge security implications. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0, x86_64) gcc 5.2.1 serial autotools parallel autotools (MPICH 3.1.4) serial CMake
| * [svn-r28777] Description:Quincey Koziol2016-01-033-0/+5
| | | | | | | | | | | | | | | | | | | | Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* | [svn-r28715] - merge from trunkMohamad Chaarawi2015-12-214-2/+26
|\ \ | |/ | | | | - fix farray, earray, and btree test to use correct function to retrieve internal file struct.
| * [svn-r28581] Brought flock changes over from revise_chunks as well as a fewDana Robinson2015-12-111-0/+6
| | | | | | | | | | | | | | minor tweaks from H5private.h. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only, autotools and CMake (3.3.2)
| * [svn-r28463] Merge of -r28460 from revise_chunks. Removes -std=c99 fromDana Robinson2015-11-241-2/+2
| | | | | | | | | | | | | | C++ flags under CMake. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, CMake 3.3.2
| * [svn-r28403] Update to include cdash submit optionsAllen Byrne2015-11-192-0/+18
| |
* | [svn-r28288] merge from trunk.Mohamad Chaarawi2015-11-057-131/+311
|\ \ | |/
| * [svn-r28188] Fix inline/__inline__/__inline detection with CMake after ↵Jerome Soumagne2015-10-221-6/+9
| | | | | | | | autotools changes
| * [svn-r28160] Update comment about VS versionsAllen Byrne2015-10-211-2/+2
| |
| * [svn-r28158] Merge from CMAMKE_EXT_MOD repo.Allen Byrne2015-10-211-10/+7
| | | | | | | | Add VS2015 support.
| * [svn-r28154] Correct define vs variable usageAllen Byrne2015-10-202-9/+25
| |
| * [svn-r28152] Correct define vs variable usageAllen Byrne2015-10-201-10/+29
| | | | | | | | Add VS2015
| * [svn-r28148] Correct define vs variable usageAllen Byrne2015-10-202-46/+76
| |
| * [svn-r28147] Correct define vs variable usageAllen Byrne2015-10-202-1/+3
| |
| * [svn-r28145] Correct define vs variable usageAllen Byrne2015-10-201-4/+4
| |
| * [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-10-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | available Fix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11
| * [svn-r28131] Cleanup cmake output of HDF5UseFortranJerome Soumagne2015-10-191-5/+5
| |
| * [svn-r28130] Updated scriptsAllen Byrne2015-10-192-35/+59
| |
| * [svn-r28113] A few warning fixes in cmake conversion testsJerome Soumagne2015-10-161-0/+14
| |
| * [svn-r28089] Need to set a variable for matching install config names.Allen Byrne2015-10-151-0/+1
| |
| * [svn-r27973] Update to new style usage Allen Byrne2015-10-062-56/+124
| |
* | [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-062-6/+6
|\ \ | |/
| * [svn-r27933] Cmake 3.3 allowed execute_process to merge output and error ↵Allen Byrne2015-10-022-6/+6
| | | | | | | | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different.
* | [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-056-37/+161
|\ \ | |/ | | | | - fix VOL initialization and Native plugin registration with new FAPL changes
| * [svn-r27910] Rework flex-bison generated files to eliminate dual depends ↵Allen Byrne2015-09-291-17/+11
| | | | | | | | when building both shared and static
| * [svn-r27904] Correct missing target name charsAllen Byrne2015-09-281-4/+6
| |
| * [svn-r27903] Add extra line for replacement from revision 27898Allen Byrne2015-09-281-0/+1
| |
| * [svn-r27895] Rework the generated file dependencies and commands.Allen Byrne2015-09-281-0/+6
| |
| * [svn-r27873] Update with changes to script fileAllen Byrne2015-09-241-4/+4
| |
| * [svn-r27871] Update with changes to script fileAllen Byrne2015-09-241-11/+12
| |
| * [svn-r27869] Update with changes to script fileAllen Byrne2015-09-241-11/+22
| |
| * [svn-r27863] Correct commentAllen Byrne2015-09-231-1/+1
| |
| * [svn-r27862] Make the system vars configurable through the CTEST_SCRIPT_ARGAllen Byrne2015-09-231-8/+35
| |
| * [svn-r27846] Fix generated files process.Allen Byrne2015-09-215-79/+85
| | | | | | | | Add script for post processing of flex/bison files.