| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '4ce9c10c568ff81ebd4eb7585039cbe3c40d1718':
Add documentation for H5CX_get_ohdr_flags
Add object header flags to API context
Use major error code of calling package
Handle H5CX_state_t for lcpl
Add character encoding to lcpl context
Change LC property name from 'create_intermediate_group' to 'intermediate_group'
Use API context to store/retrieve LCPL when creating intermediate groups
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Add missing DCPL to API context state
Replace a couple LCPL H5P_get calls with H5CX_get_*
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to develop
* commit 'c104f4cb87a1558ab6a772967887738dc9800f0d':
Modify H5Ssel_iter_get_seq_list() to accept iterators that have reached the end of iteration (returning zero sequences). Previously it could cause an assertion failure.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
the end of iteration (returning zero sequences). Previously it could
cause an assertion failure.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop
* commit 'efe234c832581d16d3da41fe71b50ef71fd44acc':
Minor correction
Update list of tested platforms
Add VS2019 support
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'c440e05de82b224a0a6b042ec8a27accdc1e48ae':
Fixed the H5_mpi_get_bigio_count function prototype
|
| |/ / / |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
develop
* commit 'c2fd059704e9232a3d3221ddd0c84803256baec2':
Correct file extension
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit 'db6eab893e5f027f0b535316e0e7a9abe9ff8619':
Implement public H5Sselect_project_intersection(). Updated internal algorithm to (optionally) avoid sharing selection data structures. Tested internal code (including with valgrind) by setting VDS code to avoid sharing selection, has since been changed to share selection for performance, so this code is not yet tested in regression tests. API has not been tested.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
algorithm to (optionally) avoid sharing selection data structures.
Tested internal code (including with valgrind) by setting VDS code to
avoid sharing selection, has since been changed to share selection for
performance, so this code is not yet tested in regression tests. API
has not been tested.
|
| | | |
| | | |
| | | |
| | | | |
Visual Studio 2010.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
*sigh*. This is more code that may not compile with VS2010, *sigh
sigh*.
|
| | | |
| | | |
| | | |
| | | | |
available until GCC 5, so enable it only if that's the GCC version we're using.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
GCC 8, there may be false positives at low optimization levels? I need
to check.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
easier to compare old and new config/gnu-flags.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Studio don't like declarations after statements.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
this branch....
|
| | | |
| | | |
| | | |
| | | |
| | | | |
DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and
sort some of the options.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
(H5VL_token_t, too, probably should turn from a typedef for a
constant-length array to an array encapsulated in a struct.)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
structs containing those arrays. Encapsulating the arrays in this way
makes it easier to write and think about pointers to these types, casts
to/from these types, etc.
An interesting side-effect that we probably should *not* rely on is
that the struct-encapsulation changes the alignment so that some GCC
warnings about casts that increase the alignment requirement of the
operand go away. Warnings like that have to be taken seriously: I will
add -Werror=cast-align to the default compiler flags so that they stop
the build quickly.
GCC warnings led me to some surprising casts in test/trefer.c. I found
that it was possible to make many simplifications after introducing the
struct-encapsulation that I described, above.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
enough to figure that out. Quiet some warnings by always initializing
`x` to 0.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
and exclusively used in `datatype == H5T_COMPOUND` branches, so just
initialize it at its declaration so that GCC doesn't warn.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
of `hsize_t`, `start`, to `long long`, but I think the way that I have
rewritten it, it probably produces a more useful result? As a bonus,
GCC has stopped warning about it.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
should be heavily restructured to avoid the use of globals like `pass`,
but that's a project for another day and another person.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
moved some previously-static variables and functions that were causing
unused-variable/function warnings.
|
| | | |
| | | |
| | | |
| | | | |
into a few warnings in H5T_copy() itself.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
that does not generate its own error, so GCC does not warn that
err_occurred (or whatever it is called) is unused or set and unused.
|
| | | |
| | | |
| | | |
| | | | |
it is set before use by passing it as a reference to another function.
|