summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-exc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-1/+1
| | | | | | | | | | | * Fix typos found in the rest of the hdf5 code-base * Typo in tool.cmake * Revert "Typo in tool.cmake" This reverts commit 06b8403d99757c7d20f1eed530cf317c3d84de4b. * Fix clang-format styling
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-2/+2
| | | | | * Update format source to clang 13 * More format changes
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * 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.
* Clang-format of source filesAllen Byrne2020-09-301-158/+138
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-20/+20
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | 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.
* [svn-r27769] Maintenance: Fixed example that failed daily tests.Elena Pourmal2015-09-141-6/+17
| | | | Tested on Mac Air, jam and ostrich.
* [svn-r27249] Used versioned APIs to fix the daily tests errors with the ↵Elena Pourmal2015-06-191-2/+2
| | | | | | --with-default-api-version=v16 builds. Tested on jam.
* [svn-r26879] Removed printf size_t warnings from VDS examples.Dana Robinson2015-04-221-1/+1
| | | | | | | size_t parameters are now printed using lu after being cast to unsigned long (safe for C89). Tested on: 64-bit linux VM
* [svn-r26420] Added new example for simple I/O. Modified other examples ↵Elena Pourmal2015-03-101-4/+6
| | | | according to the suggestion in H5VDS-7 (see VDS-178)
* [svn-r26376] Added new examples for fixed-size Excalibur and for Eiger use ↵Elena Pourmal2015-03-051-21/+22
| | | | | | cases. Fixed several typos. Tested on jam.
* [svn-r26357] Added mapping example for the Excalibur detector use case.Elena Pourmal2015-03-041-0/+212