summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Brings more develop code over, especially DoxygenDana Robinson2021-05-0310-862/+750
|
* Many small changes from develop. Should allows running VFD SWMRDana Robinson2021-05-032-60/+82
| | | | tests from CMake.
* Update top-level COPYING file and remove COPYING files from subdirectories ↵Dana Robinson2021-05-031-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#561) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING (license) file. * Add release_docs/code-conventions.md file. * Add script to test h5py. * Fix script error. * Add file h5pytest.yml. * Test declaration of counter variables in for loops. * Committing clang-format changes * Committing clang-format changes * Added [] to line 126 of H5LTanalyze.l. Ran bin/genparser with flex v2.6.4 and Bison v3.0.4 on jelly. * Revert "Added [] to line 126 of H5LTanalyze.l." This reverts commit e4a9cee441efa75b16a8ee030c86189e186dd266. * Revert extra commits to match canonical develop. * Update top-level COPYING file and remove COPYING files from subdirectories. * Remove subdirectory COPYING files from MANIFEST. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Brings a lot of smaller changes from developDana Robinson2021-04-096-58/+60
|
* Brings many CMake changes from developDana Robinson2021-04-081-28/+53
|
* Brings H5CX_pop() changes from developDana Robinson2021-04-089-53/+56
|
* 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-079-105/+811
|
* Fixes MANIFEST and missing H5TSpublic.h fileDana Robinson2021-04-071-0/+52
|
* Brings thread-safety changes from developDana Robinson2021-04-074-140/+533
|
* Moves VFD and VOL make check targets to conclude.amDana Robinson2021-04-071-1/+1
|
* Better VFD SWMR parallel skip testDana Robinson2021-04-061-15/+3
|
* Fix for (serial) VFD SWMR test failure in pHDF5Dana Robinson2021-04-061-10/+22
|
* Brings trace changes from developDana Robinson2021-04-0649-2202/+2412
|
* Brings H5RS changes from developDana Robinson2021-04-064-307/+537
|
* 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
|
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-2612-51/+56
|
* Temporarily disable some tests that fail on WindowsDana Robinson2021-03-251-2/+2
|
* Fixes phdf5Dana Robinson2021-03-254-40/+12
|
* Brings Windows file locking from developDana Robinson2021-03-253-86/+48
|
* Brings file locking changes from developDana Robinson2021-03-2524-429/+870
|
* Brings the 'warnings-as-errors' changes from developDana Robinson2021-03-251-2/+2
|
* Updates license url and history docsDana Robinson2021-03-25503-527/+526
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-25501-112824/+104231
|
* Merge remote-tracking branch 'canonical/feature/vfd_swmr' into ↵Dana Robinson2021-03-236-113/+16
|\ | | | | | | vfd_swmr/thg_standards
| * Protects timespeccmpDana Robinson2021-03-233-113/+13
| |
| * Adds missing dedup callback entries to other VFDsDana Robinson2021-03-234-0/+4
| | | | | | | | NOTE: The mirror VFD and parallel are currently broken
* | Adds a dedup callback to the mirror VFDDana Robinson2021-03-221-0/+1
| |
* | Removes pre-2015 Visual Studio cruft (from develop)Dana Robinson2021-03-222-127/+2
| |
* | Brings HSYS_GOTO_ERROR changes from developDana Robinson2021-03-221-8/+48
| |
* | Fixes order of magnitude issue in Windows nanosleep equivalentDana Robinson2021-03-091-1/+1
| |
* | Adds DLLVAR macros to allow exporting symbols on WindowsDana Robinson2021-03-091-2/+2
| |
* | Replaces basename and dirname with code that will work everywhereDana Robinson2021-03-092-13/+142
|/
* Engineers around naked clock_gettime() callsDana Robinson2021-03-031-6/+14
| | | | | | | This is a temporary solution, as not all POSIX platforms will have clock_gettime(). Further code fixes will be required. With this change, the main C library should compile on Windows.
* Adds missing private VFD SWMR headers to CMakeDana Robinson2021-03-031-0/+2
|
* Removed Wnanosleep stub and adds Win32 code to H5_nanosleep()Dana Robinson2021-03-032-26/+16
|
* Switch to using H5_nanosleep() instead of HDnanosleep()Dana Robinson2021-03-031-20/+6
| | | | | * Just in the main library and test/vfd_swmr.c * VFD SWMR acceptance tests still use HDnanosleep() directly
* Fixes a missing declaration for H5_get_win32_times()Dana Robinson2021-03-021-0/+1
|
* Brings MacOS fixes from main feature branchDana Robinson2021-03-027-298/+150
|\
| * Minor change to H5FDvfd_swmr.h include guard nameDana Robinson2021-03-011-3/+3
| |
| * Fixes leading underscores in VFD SWMR include guardsDana Robinson2021-03-014-11/+10
| |
| * Adapts H5queue.h to work on MacOSDana Robinson2021-02-261-100/+123
| |
| * Moves H5queue.h to H5private.h and yanks circular queue macrosDana Robinson2021-02-265-196/+10
| |
| * Moves H5queue.h from H5FDpublic.h to H5FD.cDana Robinson2021-02-262-1/+1
| |
| * Moves the BSD queue to a wrapper to keep it out of the public APIDana Robinson2021-02-262-20/+35
| |
* | Fixes a bug from when the hlog code was removedDana Robinson2021-03-021-1/+2
| |
* | Switch to hbool_t and TRUE/FALSE in library codeDana Robinson2021-03-024-38/+38
| |