- 05 Sep, 2019 12 commits
-
-
Atkins, Charles Vernon authored
* fix-intall-config-generation: cmake: Make the post-install generation of adios2-config optional cmake: silences CMP0074 warning in adios2-config generation cmake: Pass CMAKE_PREFIX_PATH to adios2-config generation
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
* fix-findmpi-version-check: Fix backwards compatibility logic for FindMPI Bump FindMPI to v3.15.1, modified for v3.6 compatibility. Use a 4 part version string in between releases
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
* 4-part-version-string: Revert bp3 version changes Use a 4 part version string in between releases
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
This moves towards an automatically updating 4-part version string that determines the "tweak" version based on the number of commits since the most recent release. This allows us to reference version numbers in-between releases.
-
Atkins, Charles Vernon authored
* 4-part-version-string: Use a 4 part version string in between releases
-
Atkins, Charles Vernon authored
This moves towards an automatically updating 4-part version string that determines the "tweak" version based on the number of commits since the most recent release. This allows us to reference version numbers in-between releases.
-
- 30 Jun, 2019 18 commits
-
-
Atkins, Charles Vernon authored
Bump version to 2.4.0
-
Atkins, Charles Vernon authored
Fix staging shared tests
-
Atkins, Charles Vernon authored
v2.4.0 docs and ReadMe bumps
-
Godoy, William F authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
William F Godoy authored
fix #1541 Iotest return fix
-
William F Godoy authored
fix HDF5Reader build with MSVC
-
William F Godoy authored
moving all readthedocs requirements to conda
-
Godoy, William F authored
including pip sphinx packages readthedocs can pick the adios2 conda python module
-
Kai Germaschewski authored
I should have gotten them all now via `-Werror=vla` (with clang)
-
Godoy, William F authored
-
Kai Germaschewski authored
including use of `uint` and more stack-allocated arrays
-
Kai Germaschewski authored
Sadly, variable-sized stack arrays are only a feature of C99, but not C++11, so this patch uses std::vector instead.
-
William F Godoy authored
Conda environment in rtd
-
pnorbert authored
fix MSVC/conda build (resubmit #1575)
-
This simply renames `helper::CopyMemory` to `helper::CopyMemoryBlock` to avoid a name clash with the `CopyMemory` defined in the MSVC build in #1485. (cherry picked from commit 5f9bdb4e42a108ec19c2bf4034a3a2ddb0c5d951)
-
- 29 Jun, 2019 10 commits
-
-
Godoy, William F authored
Trying to pull Python module for API docs in readthedocs
-
pnorbert authored
Germasch bpls warnings
-
pnorbert authored
- Handle LocalValueDim (local values turned into 1D global array) in …
-
https://github.com/germasch/ADIOS2Podhorszki, Norbert authored
Merge branch 'pr/bpls_warnings' of https://github.com/germasch/ADIOS2 into germasch-pr/bpls_warnings * 'pr/bpls_warnings' of https://github.com/germasch/ADIOS2: bpls: fix some warnings for size_t printf arguments
-
Podhorszki, Norbert authored
- Do not write values in characteristics in the Data buffer (like it was in adios 1.x BP3) - Do write LocalValueDim (local value at writing) variable value after metadata (like other values) - Print payload of single value variables in data
-
William F Godoy authored
Refactored and added docs contents
-
Godoy, William F authored
-
pnorbert authored
- Add header to all BP4 data files, metadata files and index table
-
Kai Germaschewski authored
%PRIu64 is for uint64_t, %zu is for size_t, which on the Mac (and 32-bit archs) aren't aliases.
-
Eisenhauer, Greg authored
Report the availability of RDMA for Staging in CMake summary
-