summaryrefslogtreecommitdiffstats
path: root/Tools/stringbench
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-05 08:27:19 (GMT)
committerNed Deily <nad@python.org>2017-12-05 08:27:19 (GMT)
commit90a6785f6328bd27d307ce20202d6b34aa0cc10b (patch)
tree796b8a1d8a1e34aa12eaf98aabdb1efe0df4e4ae /Tools/stringbench
parent3f9a728d955579373f45dac1dd89f5b3e4f36a1c (diff)
downloadcpython-3.7.0a3.zip
cpython-3.7.0a3.tar.gz
cpython-3.7.0a3.tar.bz2
Bump to 3.7.0a3v3.7.0a3
Diffstat (limited to 'Tools/stringbench')
0 files changed, 0 insertions, 0 deletions
='reduce-h5f-duplication'>reduce-h5f-duplication Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.c
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespaceQuincey Koziol2020-04-201-134/+134
|
* Cleaned up remaining warnings in high-level library.Dana Robinson2020-01-301-4/+14
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-2/+2
|
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-2/+2
| | | | | 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-9/+10
| | | | clean up warnings.
* 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.
* [svn-r30285] Description:Quincey Koziol2016-08-131-2/+2
| | | | | | | | | More warning cleanups, bringing the build down to 25 unique types of warnings, with 550 warnings in 122 files (down from 28, 770, and 134). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27799] Minor warning fixes in the high-level library.Dana Robinson2015-09-161-7/+7
| | | | Tested on: jam (too minor for h5committest)
* [svn-r27468] Merge corrections found elsewhereAllen Byrne2015-08-051-1/+1
|
* [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-101-4/+15
| | | | Tested: h5committest
* [svn-r26294] Fix for HDFFV-9132.Scot Breitenfeld2015-02-241-1/+2
| | | | tested: h5committest
* [svn-r25629] Fix for hdffv-8855.Scot Breitenfeld2014-09-291-2/+21
|
* [svn-r25614] Fixed HDFFV-8670 Scot Breitenfeld2014-09-241-2/+82
| | | | *H5DSis_scale and other HL APIs do not null terminate string (and other issues)
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-311-3/+3
| | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
* [svn-r24869] Description:Quincey Koziol2014-03-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Clean up more compiler warnings, plus merge a few Coverity bug fixes from the hdf5_1_8_coverity branch back to the trunk: r20877: Purpose: Fix coverity issue 1723 Description: Modified test_generate in hl/test_image to close file "f" before exit, even if an error occurs. r20879: Issue 63: change check of return of H5Tget_nmembers to <=0. No need to go futher if call fails as well as empty. r20881: Coverity #659 in Run 46: I changed the Line 442 where it tries to check whether FLAG_PRINTED is TRUE. But it had just been set to FALSE. I took out the condition check in the print statement. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & Parallel (too minor to require h5committest)
* [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree.Dana Robinson2013-10-311-3/+2
| | | | | | | | | | | | | Prep work for adding a memory free function, part of HDFFV-8551. Tested on: 32-bit LE linux (jam) * with C++, Fortran * with thread safety on These are minor changes (almost entirely renaming foo functions to HDfoo) that don't change functionality. This should not require a full commit test.
* [svn-r24020] Description:Quincey Koziol2013-08-17