summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-0/+1
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+13
|
* Add static lib to pdb exportsAllen Byrne2017-02-021-1/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-0/+1
|
* Cache image feature and testingQuincey Koziol2017-01-291-0/+3
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-18/+18
|
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-0/+6
| | | | and the tool and API wrappers will be coming in over the weekend.
* Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-041-0/+2
|
* Move cache debugging routines into separate module.Quincey Koziol2016-11-031-0/+2
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
|
* [svn-r30068] Description:Quincey Koziol2016-06-131-0/+1
| | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30035] Description:Quincey Koziol2016-06-061-0/+1
| | | | | | | | Extract tagging routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30033] Description:Quincey Koziol2016-06-061-0/+1
| | | | | | | | Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r29985] Description:Quincey Koziol2016-05-301-0/+1
| | | | | | | | Extract query routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-123/+123
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29850] Description:Quincey Koziol2016-05-011-0/+1
| | | | | | | | | | Bring H5DOappend(), H5P[s|g]et_object_flush_cb, and H5P[s|g]et_append_flush from revise_chunks branch to trunk. Brings along updated metadata cache entry tagging, and the internal object flush routine. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29770] Description:Quincey Koziol2016-04-231-0/+1
| | | | | | | | Bring 'none' chunk index from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (w/check-vfd) (h5committest forthcoming)
* [svn-r29742] Description:Quincey Koziol2016-04-191-0/+1
| | | | | | | Add missing source file for single chunk index. Tested on: Windows (via daily testing
* [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-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-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-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-r27926] Fix dependencies of generated headers.Allen Byrne2015-10-011-6/+3
| |
* | [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-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-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-r27868] Add missing exported headers due to generation changes.Allen Byrne2015-09-241-3/+9
| |
* | [svn-r27860] Description:Quincey Koziol2015-09-231-0/+10
|\ \ | |/ | | | | | | | | | | Sync w/changes on trunk Tested on: Not necessary, text only...
| * [svn-r27858] Add depends for H5E filesAllen Byrne2015-09-221-0/+10
| |
* | [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-r27846] Fix generated files process.Allen Byrne2015-09-211-2/+12
| | | | | | | | Add script for post processing of flex/bison files.
* | [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-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
| |