summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples
Commit message (Collapse)AuthorAgeFilesLines
* Initial preparation of hdf5-1_11_3 release branch for HDF5 1.12.3 ↵Larry Knox2023-10-231-0/+1497
| | | | release:\nUpdated configure.ac for release: switched configure default to production mode and disabled maintainer mode.\nSet HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.\n Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2.\nIncremented version to 1.12.3-2. (#3756)
* Merge/update CMake, presets,java and tools (#3393)Allen Byrne2023-08-212-4/+17
|
* Move config/cmake_ext_mod content to config/cmake (#3062)Dana Robinson2023-06-071-1/+1
|
* Update Copyright headers. (#2534)Larry Knox2023-03-132-2/+0
|
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-204-4/+4
| | | | file - files not in src or test.
* 1 12 changes for sanitize=address (#314)Allen Byrne2021-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-1/+1
|
* Source formattedAllen Byrne2020-10-011-27/+24
|
* Add clang-format changes from develop.Allen Byrne2020-09-281-0/+7
|
* Sync with developDana Robinson2020-08-011-2/+2
|
* Whitespace cleanupAllen Byrne2020-05-121-1/+1
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1
|
* Improved CMake options for testsAllen Byrne2020-01-191-1/+1
|
* Apparently, + has no special meaning, and neither does \+, in so-calledDavid Young2019-12-191-1/+1
| | | | | | | | "obsolete" / POSIX "basic" regular expressions. Also, not every version of `sed` out there supports the `-E` option. So delete the -E flag and use the regex `[^/][^/]*` instead of `[^/]+`. Add config/netbsd to the MANIFEST.
* Make these scripts relocatable again: derive a relative path for theDavid Young2019-12-191-1/+25
| | | | | | | original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived.
* Let us override the examples directory using --with-examplesdir=DIR.David Young2019-12-192-3/+3
| | | | | | | | | This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Place hdf5_examples/ under ${datarootdir} which on most systems will be ${prefix}/share/, anyway.
* Under the examples directories, always find the installed HDF5David Young2019-12-191-1/+1
| | | | | | | | | | executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems. Examples on NetBSD are installed at ${prefix}/share/examples/hdf5/ instead of at ${prefix}/share/hdf5_examples/, by convention. It may be the same on other BSDs, I'm not sure.
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-092-28/+4
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-062-4/+28
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-0/+1
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-1/+2
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-7/+16
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-231-1/+1
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-4/+3
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-6/+1
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-1/+0
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-254-18/+23
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-2/+15
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-2/+2
|
* [svn-r29796] Purpose: Fix warnings HDFFV-8615Binh-Minh Ribler2016-04-251-3/+14
| | | | | | | | | | | | Description: The "warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]" was already removed by adding const to char* parameter in the FL_PacketTable. This change is to remove the use of literal strings in code for maintainability. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-141-2/+2
|\ | | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| * [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-4/+23
| | | | | | | | Tested: h5committest --PASSED--
| * [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-23/+4
| |
| * [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-4/+1
| |\
| * | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-052-3/+6
| | | | | | | | | | | | Tested: local linux with CMake
| * | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-0/+5
| | |
| * | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-101-0/+1
| | |
| * | [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-0/+1
| | |
| * | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-081-0/+1
| | |
| * | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-051-0/+1
| | |
| * | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
| | |
| * | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-0/+1
| | |
| * | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-281-1/+0
| | |
| * | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-05-272-0/+2
| |\ \ | | |/
| * | [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-0/+11
| | |
| * | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-211-3/+0
| | | | | | | | | | | | --enable-fortran