Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VFD SWMR: Merges from develop (#1670) | Dana Robinson | 2022-04-21 | 1 | -51/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleans up SWMR test scripts (both legacy and VFD) * Brings over format source changes for Java * Normalization of HL, Fortran, C++, Java w/ develop * Removes the STATIC flavor of FUNC_ENTER macros (#1622) * Removes the STATIC flavor of FUNC_ENTER macros * Remove H5_NO_ALIGNMENT_RESTRICTIONS (#1426) * Do not conditionally compile code that uses a pointer dereference and assignment to copy a potentially unaligned variable to aligned automatic storage, or vice versa. Instead, always use naked `memcpy(3)`s. Disassembling the generated code reveals that the `memcpy(3)`s optimize (`-O3`) to a single `mov` instruction for x86_64, which is not strict about alignment. This change reduces the size of code and scripts by 143 lines, eases our way to cross-compilation, and avoids invoking undefined behavior. * Committing clang-format changes * Per discussion, use HD and add comments. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Removes unused definitions from module headers (#1624) * Misc stuff from develop (includes some parallel things) * Brings over SWMR test quiet mode changes from develop Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Brings java wrapper updates from develop | Dana Robinson | 2021-05-06 | 1 | -1/+0 |
| | | | | | The wrappers compile but fail tests due to some missing develop functionality | ||||
* | Updates license url and history docs | Dana Robinson | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | Correct test | Allen Byrne | 2020-05-20 | 1 | -18/+20 |
| | |||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-05-20 | 1 | -3/+20 |
| | |||||
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -19/+21 |
| | | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork! | ||||
* | Fix missed replacement | Allen Byrne | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Fix typo | Allen Byrne | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Add Constants to all ERR STK checks | Allen Byrne | 2018-09-19 | 1 | -6/+10 |
| | |||||
* | Use constants for test comparisons | Allen Byrne | 2018-09-19 | 1 | -3/+3 |
| | |||||
* | HDFFV-9739 Grab err number before API call | Allen Byrne | 2018-05-16 | 1 | -4/+6 |
| | |||||
* | Yanked fragile java tests that check for exact line numbers and | Dana Robinson | 2018-05-02 | 1 | -5/+0 |
| | | | | error text. | ||||
* | Whitespace and test reclassify | Allen Byrne | 2018-04-10 | 1 | -12/+6 |
| | |||||
* | Move two more functions from unit tests | Allen Byrne | 2018-04-10 | 1 | -0/+56 |
| | |||||
* | Fix Java test for DEBUG_APIS | Allen Byrne | 2018-04-09 | 1 | -268/+0 |
| | |||||
* | Update java error stack tests | Allen Byrne | 2018-04-03 | 1 | -11/+11 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -8/+6 |
| | | | | | | | | | | 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-r29226] HDFFV-9552: merge in java code. | Allen Byrne | 2016-02-29 | 1 | -0/+553 |