summaryrefslogtreecommitdiffstats
path: root/test/links.c
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-371/+4627
|
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-143/+242
|
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-16/+17
| | | | the Autotools and CMake.
* Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-041-2/+7
| | | | | | | | H5Gget_objinfo() call had changed and passing in a non-existing soft link with a statbuf of NULL passed instead of failed (as it should as per the RM). The HDF5 1.8 and 1.10 behavior was restored and H5Gget_objinfo() will now fail and return -1 as before.
* Fixed some exit calls.Dana Robinson2019-09-071-4/+3
|
* Mostly whitespace in testpar, addl changes for tmp dirAllen Byrne2019-08-151-97/+97
|
* Changed the directory name left out from the previous commit.Songyu Lu2019-08-141-1/+1
|
* Changed the name of the temporary directory from 'tmp' to a special name to ↵Songyu Lu2019-08-141-1/+1
| | | | avoid possible conflicts.
* Added the map (H5M) APIDana Robinson2019-08-131-0/+6
|
* Mostly whitespace cleanup and consistent test formatAllen Byrne2019-07-311-2413/+1407
|
* Correct format of drive checkAllen Byrne2019-07-221-5/+9
|
* HDFFV-10845 fix comment syntaxAllen Byrne2019-07-211-2/+2
|
* HDFFV-10845 Windows drive can only goto ZAllen Byrne2019-07-211-946/+950
|
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-99/+99
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+2
| | | | clean up warnings.
* Align H5Lcreate_ud behavior with documentation for NULL udata pointerJordan Henderson2019-01-031-0/+6
| | | | Add test for H5Lcreate_ud fix
* Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-16/+16
| | | | Update printf->HDprintf statements.
* Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ↵Jacob Smith2018-12-201-1/+1
| | | | | | ERROR-raising macros. Formatting tweaks.
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-181-2/+0
|\
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-2/+0
| | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
* | Reformat to be more consistent with existing code.Jacob Smith2018-12-131-8/+8
| | | | | | | | Fix a few typos.
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-7/+10
|\ \ | |/
| * VOL FEATUREDana Robinson2018-10-101-0/+2
| |
| * Develop normalization with vol_integration.Dana Robinson2018-09-191-8/+8
| | | | | | | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* | Incorporate minimized dset ohdr tests into extant suite.Jacob Smith2018-11-191-160/+191
|/
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-44/+44
|
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-57/+57
|
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-6/+10
|
* Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-6/+6
| | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | 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.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+2
|
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-1/+1
|
* Correct issues from pull request reviews.Quincey Koziol2017-02-281-1/+1
|
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-4/+8
| | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
* Revert "Fix some more signed -> unsigned value issues with cache data ↵Quincey Koziol2017-02-281-8/+4
| | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0.
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-4/+8
| | | | misc. style cleanups. All to align w/incoming page_buffering changes.
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-201-2/+1
|
* Merge SWMR-related testing to existing tests.Quincey Koziol2016-12-181-2/+99
|
* Changes to be committed:Frank.Willmore2016-10-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
* [svn-r30189] Description:Quincey Koziol2016-07-181-1/+0
| | | | | | | | | Clean up more warnings: drop the warning count from ~1310 down to ~940, with only 31 types of warnings in 148 files (down from 38 types in 167 files). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.Vailin Choi2016-07-061-3/+3
| | | | Tested on osx1010test, moohan, emu, kituo.
* [svn-r30143] Fix for HDFFV-9940.Vailin Choi2016-07-041-0/+277
| | | | Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
* [svn-r29035] Removed external links test from external storage test.Dana Robinson2016-02-021-1/+1
| | | | | | | | This test is duplicated more comprehensively in the links.c file so there is no need to copy it over. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r28761] Description:Quincey Koziol2016-01-011-18/+39
| | | | | | | | | | | | Clean up many mismatches between malloc/free and H5MM_malloc/H5MM_xfree in the library and tests (and use of H5free_memory and H5Dvlen_reclaim). Also make H5Ocopy use a private version of H5Lexists, which doesn't internally throw (and suppress) errors when an object (or the path to it) isn't found in the destination. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28696] Minor normalization with revise_chunks.Dana Robinson2015-12-171-6/+5
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-10-201-11/+11
| | | | | | | | | | | | | | available Fix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11
* [svn-r27834] Description:Quincey Koziol2015-09-211-1/+5
| | | | | | | | Close FAPL for external link test, to fix infinite loop closing the library. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (too minor to require h5committest)
* [svn-r27811] Description:Quincey Koziol2015-09-161-10/+4
| | | | | | | | | | | Refactor property list code to "deep copy" properties in the correct way, retraining the rest of the library to copy & release things correctly. This cleans up another batch of memory leaks, etc. within the library. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel (h5committest forthcoming)
* [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/64 3.10.x (kituo) w/serial & parallel Linux/64 2.6.x (ostrich) w/serial
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-28/+1
| | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest