summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge pull request #515 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2551-724/+1562
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #514 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2525-240/+506
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #513 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-251724-3080/+9064
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #512 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-251157-326609/+335301
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #511 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-241-33/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #510 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2430-1191/+1702
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | Fixed a few typos.Songyu Lu2021-03-232-3/+3
| | | | | | | | | | * | | | Adding group number adjustment for vfd_swmr_group_writer.c based on the level...Songyu Lu2021-03-221-5/+9
| | | | | | | | | | * | | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-191-2/+2
| | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | |_|/ | | | | | | | | | | | |/| |
| | | | | | | | | | * | | | Rearranged the test in the following way:Songyu Lu2021-03-192-134/+411
| | | | | | | | | | | |_|/ | | | | | | | | | | |/| |
* | | | | | | | | | | | | Brings a lot of smaller changes from developDana Robinson2021-04-0953-430/+431
* | | | | | | | | | | | | Brings many CMake changes from developDana Robinson2021-04-08104-566/+2211
* | | | | | | | | | | | | Brings H5CX_pop() changes from developDana Robinson2021-04-0831-442/+369
* | | | | | | | | | | | | Brings many parallel changes from developDana Robinson2021-04-0711-565/+413
* | | | | | | | | | | | | Brings inline changes from developDana Robinson2021-04-073-84/+96
* | | | | | | | | | | | | Brings (trivial) skip list changes from developDana Robinson2021-04-071-50/+64
* | | | | | | | | | | | | Brings H5module.h from develop and fixes Autotools badnessDana Robinson2021-04-0714-120/+814
* | | | | | | | | | | | | Fixes MANIFEST and missing H5TSpublic.h fileDana Robinson2021-04-072-27/+80
* | | | | | | | | | | | | Brings thread-safety changes from developDana Robinson2021-04-078-176/+568
* | | | | | | | | | | | | Moves VFD and VOL make check targets to conclude.amDana Robinson2021-04-079-42/+18
* | | | | | | | | | | | | Better VFD SWMR parallel skip testDana Robinson2021-04-062-19/+10
* | | | | | | | | | | | | Fix for (serial) VFD SWMR test failure in pHDF5Dana Robinson2021-04-061-10/+22
* | | | | | | | | | | | | Brings trace changes from developDana Robinson2021-04-0650-2345/+2673
* | | | | | | | | | | | | Brings H5RS changes from developDana Robinson2021-04-066-345/+746
* | | | | | | | | | | | | Brings the rest of the header changes from developDana Robinson2021-04-06146-493/+796
* | | | | | | | | | | | | Brings include guard changes from developDana Robinson2021-04-068-23/+23
* | | | | | | | | | | | | Normalized Fortran with developDana Robinson2021-04-0519-93/+288
* | | | | | | | | | | | | Normalizes C++ with developDana Robinson2021-04-0580-474/+346
* | | | | | | | | | | | | Normalized high-level library with developDana Robinson2021-04-0556-2505/+2647
* | | | | | | | | | | | | Adds missing utils Makefile.in entries to MANIFESTDana Robinson2021-03-271-0/+2
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-2624-119/+137
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Temporarily disable some tests that fail on WindowsDana Robinson2021-03-253-2/+10
* | | | | | | | | | | test_same_file_opens() works on Windows now (vfd_swmr.c)Dana Robinson2021-03-251-2/+0
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Fixes phdf5Dana Robinson2021-03-258-48/+22
* | | | | | | | | | Normalization of the bin scripts (with develop)Dana Robinson2021-03-257-23/+120
* | | | | | | | | | Brings Windows file locking from developDana Robinson2021-03-253-86/+48
* | | | | | | | | | Brings file locking changes from developDana Robinson2021-03-2534-567/+1372
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Brings the 'warnings-as-errors' changes from developDana Robinson2021-03-2525-240/+506
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Updates license url and history docsDana Robinson2021-03-251724-3080/+9064
| |_|_|/ / / / |/| | | | | |
* | | | | | | Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251148-326491/+334941
* | | | | | | Brings some Autotools improvements over from developDana Robinson2021-03-245-85/+160
* | | | | | | Brings the clang-format files from developDana Robinson2021-03-244-0/+159
* | | | | | | Brings fixes for splitter VFD test from developDana Robinson2021-03-242-33/+41
| |_|/ / / / |/| | | | |
* | | | | | Removes Dave Young from the COPYING documentDana Robinson2021-03-241-33/+0
| |/ / / / |/| | | |
* | | | | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-2312-162/+147
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #504 from derobins/vfd_swmr/hide_timespeccmpDana Robinson2021-03-237-115/+18
| |\ \ \ \
| | * | | | Protects timespeccmpDana Robinson2021-03-237-115/+18
| |/ / / /
| * | | | Merge pull request #500 from derobins/vfd_swmr/minorDana Robinson2021-03-231-0/+4
| |\ \ \ \
| | * | | | Fixed MANIFESTDana Robinson2021-03-231-0/+4
| |/ / / /
| * | | | Merge pull request #499 from derobins/vfd_swmr/missing_dedupsDana Robinson2021-03-234-0/+4
| |\ \ \ \ | | |_|/ / | |/| | |