summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-6/+8
|\
| * [svn-r29668] Added H5Dfarray.c to CMake.Dana Robinson2016-04-081-0/+1
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial
| * [svn-r29635] Description:Quincey Koziol2016-04-051-0/+2
| | | | | | | | | | | | | | | | | | Bring support for earray and v2 B-trees from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
| * [svn-r29500] Made CMake header generation a normal (not advanced) optionDana Robinson2016-03-221-1/+0
| | | | | | | | | | | | | | since users will need to set this if they check out source. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial (CMake 3.2.2)
| * [svn-r29266] Header generation default should be OFF.Allen Byrne2016-03-041-1/+1
| | | | | | | | For Trunk - cacheinit.cmake should enable it ON
| * [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-1/+1
| |
| * [svn-r29094] Removed the v-1 B-tree package from the list of packages thatDana Robinson2016-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | can be configured to generate extra debugging output in both the autotools and CMake. This can still be set by defining H5B_DEBUG manually or by using a custom string in configure. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial CMake serial
| * [svn-r28996] Autotools configure updates to allow separation of build type, ↵Dana Robinson2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | debug symbols, asserts, profiling, and optimization. Also much refactoring, improved help, and --enable-<foo> options will now emit errors on nonsense (e.g.: --enable-foo="asdfasdf"). The libhdf5.settings.in file was also reformatted. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel autotools w/ various options
| * [svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> ↵Dana Robinson2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | configure option (also updated CMake). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools serial CMake (CMake 3.3.2)
* | [svn-r28715] - merge from trunkMohamad Chaarawi2015-12-211-14/+33
|\ \ | |/ | | | | - fix farray, earray, and btree test to use correct function to retrieve internal file struct.
| * [svn-r28616] Normalization of H5HL package with revise_chunks.Dana Robinson2015-12-141-0/+2
| | | | | | | | | | | | | | | | | | NOTE: Flush dependency code was not moved. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 w/ CMake 3.3.2 serial only (Autotools and CMake since new files were added) (these changes have been in revise_chunks for a long time)
| * [svn-r28499] Correct working dirAllen Byrne2015-12-031-1/+1
| |
| * [svn-r28497] Avoid race condition on creating same source file.Allen Byrne2015-12-031-4/+21
| |
| * [svn-r28346] Description:Quincey Koziol2015-11-151-10/+10
| | | | | | | | | | | | | | | | Bring in cleanups from revise_chunks branch. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (too minor to require full h5committest)
* | [svn-r28288] merge from trunk.Mohamad Chaarawi2015-11-051-47/+11
|\ \ | |/
| * [svn-r28228] Remove WIN32 only config of threadsafeAllen Byrne2015-10-261-0/+1
| |
| * [svn-r28132] Cleanup cmake output of HDF5_GENERATE_HEADERS perl scriptJerome Soumagne2015-10-191-3/+6
| |
| * [svn-r28053] Change file generation from build time to cmake time.Allen Byrne2015-10-131-47/+7
| |
* | [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-061-0/+1
|\ \ | |/
| * [svn-r27946] Brought VDS branch in sync with trunk (up to r27945).Dana Robinson2015-10-041-6/+3
| |\ | | | | | | | | | | | | | | | | | | | | | Tested on Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2, MPICH 3.1.4 and CMake 3.3.2. - Autotools serial w/ Fortran, C++ - Autotools parallel w/ Fortran - CMake serial w/ Fortran, C++
| * \ [svn-r27918] Brought in sync with the trunk:Dana Robinson2015-09-301-3/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r27860-27883 r27892-27916 Tested on: - h5committest - jam (parallel) fails with an existing, unrelated MPI config error - platypus fails with due to an existing, unrelated cmakehdf5 error where it does not recognize --enable-fortran2003.
| * | | [svn-r27912] Revert of r27887, which caused failures in the vds test. TheseDana Robinson2015-09-291-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes will be merged more carefully so we can more easily identify any errors that arise. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) w/ gcc 4.9.2 serial and parallel (w/ MPICH 3.1.4)
| * | | [svn-r27887] Description:Quincey Koziol2015-09-271-3/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from trunk to the branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * \ \ \ [svn-r27860] Description:Quincey Koziol2015-09-231-0/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync w/changes on trunk Tested on: Not necessary, text only...
| * \ \ \ \ [svn-r27850] Description:Quincey Koziol2015-09-221-2/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync w/trunk Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * \ \ \ \ \ [svn-r27835] Description:Quincey Koziol2015-09-211-55/+60
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6/+41
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ \ \ \ [svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch.Neil Fortner2015-07-151-1/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ \ \ \ \ [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-211-10/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ \ \ \ \ \ [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-101-4/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ \ \ \ \ \ \ [svn-r26296] Merge r26050 through 26295 from trunk to vds branch.Neil Fortner2015-02-241-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-56/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | - fix VOL initialization and Native plugin registration with new FAPL changes
| * | | | | | | | | | | | [svn-r27926] Fix dependencies of generated headers.Allen Byrne2015-10-011-6/+3
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | [svn-r27895] Rework the generated file dependencies and commands.Allen Byrne2015-09-281-7/+2
| | | | | | | | | | | |
| * | | | | | | | | | | [svn-r27894] All generated headers need to be packaged.Allen Byrne2015-09-281-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | [svn-r27868] Add missing exported headers due to generation changes.Allen Byrne2015-09-241-3/+9
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | [svn-r27858] Add depends for H5E filesAllen Byrne2015-09-221-0/+10
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-2/+12
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Add script for post processing of flex/bison files.
| * | | | | | | [svn-r27817] Fix generated file dependenciesAllen Byrne2015-09-171-40/+46
| | | | | | | |
| * | | | | | | [svn-r27803] Synch header generation to autogen and create files in source ↵Allen Byrne2015-09-161-26/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | folder. Tested : Windows which had issues creating the files in both source and build (by-product of perl script).
| * | | | | | | [svn-r27789] Merge of r27683-r27698 from the trunk.Dana Robinson2015-09-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: h5committest
| * | | | | | | [svn-r27726] Added output folder to commandsAllen Byrne2015-09-091-3/+3
| | | | | | | |
| * | | | | | | [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-091-23/+32
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
* | | | | | | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-2/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
| * | | | | | [svn-r27515] Correct spelling of functionAllen Byrne2015-08-171-1/+1
| | | | | | |
* | | | | | | [svn-r27491] merge from trunk.Mohamad Chaarawi2015-08-111-5/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-5/+34
| | |_|_|_|/ | |/| | | |
* | | | | | [svn-r27369] merge from trunk.Mohamad Chaarawi2015-07-101-1/+4
|\ \ \ \ \ \ | |/ / / / /