summaryrefslogtreecommitdiffstats
path: root/c++/examples
Commit message (Collapse)AuthorAgeFilesLines
* Minor things noticed while merging to 1.10 (#1739)Dana Robinson2022-05-061-4/+4
| | | | | * Minor things noticed while merging to 1.10 * Set HDF5_DRIVER back in string
* Removed checks/workarounds for pre-C++89 compatibility (#449)Sean McBride2021-03-108-58/+6
| | | | | | | | After 30+ years, just assume that the following exist: - extension-less includes - namespaces - std:: - static_cast - bool
* Update license url part2 (#333)Larry Knox2021-02-1720-20/+20
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* CMake: Add an option to opt-out static libgccMichel Zou2020-10-311-2/+2
| | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries.
* Clang-format of source filesAllen Byrne2020-09-3016-1071/+1001
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-2/+2
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+14
|
* Make examples installation respect DESTDIR. FixesDavid Young2020-05-261-2/+2
| | | | HDFFV-11060.
* Trim trailing whitespaceQuincey Koziol2020-04-2010-60/+60
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-4/+4
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-1/+1
|
* Apparently, + has no special meaning, and neither does \+, in so-calledDavid Young2019-11-121-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-11-051-1/+24
| | | | | | | 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-10-032-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-10-031-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.
* Whitespace cleanupAllen Byrne2019-09-1816-1111/+1112
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-70/+65
|
* HDFFV-10845 make flags privateAllen Byrne2019-07-181-0/+10
|
* Correct OUTPUT_NAME usageAllen Byrne2019-07-181-0/+1
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-2/+4
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-6/+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
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-4/+4
|
* 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.
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
| | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-2/+2
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-6/+6
|
* 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-0/+2
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-272-3/+3
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
|
* Fixed incorrect callsBinh-Minh Ribler2017-09-1416-52/+52
| | | | | | | | Description: Replaced the calls to the deprecated function printError with printErrorStack in examples. Platforms tested: Linux/32 2.6 (jam)
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2520-114/+87
| | | | | | | | | | 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/+28
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-16/+15
|
* Description:Binh-Minh Ribler2016-11-1416-144/+53
| | | | | | | | Removed H5_NO_NAMESPACE from the examples. They were missed from the previous cleanup. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
* [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-141-4/+4
|\ | | | | | | | | | | | | | | 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-5/+8
| | | | | | | | | | | | 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
| | |