summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* Change default build mode to production.lrknox2016-11-082-74/+74
| | | | Update version to 1.8.18-pre2.
* Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-0116-260/+441
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* Updated release preparation branch version number to 1.8.18-pre1lrknox2016-10-272-74/+74
|
* Description:Binh-Minh Ribler2016-10-261-1/+1
| | | | | | | User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam)
* Description:Binh-Minh Ribler2016-10-261-2/+6
| | | | | | | | | | | - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam)
* Description:Binh-Minh Ribler2016-10-241-194/+192
| | | | | | | | | | | | | | | | | | | | | - Merged my commits to develop that fixed HDFFV-9758: b3b7ae087edbc20891a088db2f4e4f83e186c8b0 14e308b2e6eada778818abf53949ceef0e7b2a34 - Merged a commit from trunk by Quincey: commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 Author: Quincey Koziol <koziol@hdfgroup.org> Date: Thu Jul 7 13:54:11 2016 -0500 [svn-r30158] Description: More warning cleanups. This brings us down to ~1300 warnings in 167 Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
* Purpose: Fixed Packet Table issuesBinh-Minh Ribler2016-10-244-91/+164
| | | | | | | | | | | | | | | | | | | | | | | Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory datatype. Perhaps, a new API can be added to provide that capability. - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a copy of the application's datatype or the dataset's datatype. - Added various missing H5Tclose to the packet table tests, and various error checkings. Note: leave out changes to test_packet_vlen.c for this commit to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. This commit is associated with develop's commits: 14e308b2e6eada778818abf53949ceef0e7b2a34 be613da6b804e56a51f43a053bf35d898dccb420 Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* Add missing EXPORT tag in install commandAllen Byrne2016-10-171-0/+2
|
* Add namespace and export utilsAllen Byrne2016-10-144-1/+7
|
* Correct usuage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Correct name of windows variableAllen Byrne2016-10-101-2/+2
|
* [svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with ↵Allen Byrne2016-07-124-155/+45
| | | | | | | too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5
* [svn-r30170] HDFFV-9946: condense cygwin autotools config files to a single ↵Allen Byrne2016-07-122-0/+105
| | | | file. Avoid getpwuid function for cygwin.
* [svn-r29804] Purpose: Code improvementBinh-Minh Ribler2016-04-263-14/+30
| | | | | | | | | | | | | | | Description: The constructor FL_PacketTable added in 1.10.0 did not have good prototype; it didn't allow the property list to be default. Marked it deprecated and added this one: FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID, hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT); Merged from trunk r29803. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29801] Purpose: Fix memory leak - HDFFV-9700Binh-Minh Ribler2016-04-251-8/+2
| | | | | | | | | Description: Applied user's patch to fix memory leak. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29797] Purpose: Fix warnings HDFFV-8615Binh-Minh Ribler2016-04-251-3/+14
| | | | | | | | | | | | | Description: The "warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]" was already removed by adding const to char* parameter in the FL_PacketTable. This change is to remove the use of literal strings in code for maintainability. Merged from trunk r29786. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29734] Description:Binh-Minh Ribler2016-04-182-84/+84
| | | | | | | | | Merged from trunk: r29710: label "error:" vs. "out:" and static_cast Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29690] Purpose: Merge PT improvements from trunkBinh-Minh Ribler2016-04-1311-813/+2420
| | | | | | | | | | | | | | Description: Merged from trunk: r29269: Improve Packet Table library r29295: Replaced H5Acreate with H5Acreate2 (by Larry) r29360: Adding missing tests r29364: Improve C++ Packet Table library r29554: Removed extra line in Copyright Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29604] HDFFV-9746 Add test for "/" for H5LTpath_validScot Breitenfeld2016-04-011-0/+23
| | | | Tested: jam (gnu)
* [svn-r28438] Snapshot version 1.8 release 17 (snap6)HDF Tester2015-11-223-21/+21
|
* [svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros ↵Larry Knox2015-11-043-7/+7
| | | | | | | | from HDF5 1.8.16. Update supported platform and tested configuration info in RELEASE.txt. Tested with h5committest.new.
* [svn-r28125] Add library version changes based on lt_vers.am file.Allen Byrne2015-10-193-8/+8
|
* [svn-r28121] Snapshot version 1.8 release 17 (snap1)HDF Tester2015-10-182-74/+74
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-168-80/+134
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r28012] Reset version after creating hdf5_1_8_16 branch.Larry Knox2015-10-083-9/+9
| | | | Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-16/+33
| | | | Add mod file changes from trunk
* [svn-r27603] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-283-22/+22
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED. Adjust H5_HAVE_THREADSAFE only on SHARED libs.
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-1912-93/+244
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-081-4/+4
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-294-0/+4
| | | | | | | | | lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.
* [svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and ↵Elena Pourmal2015-04-073-6/+6
| | | | LT_VERS_REVISION to 1 and ran reconfigure.
* [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵Elena Pourmal2015-04-073-3/+3
| | | | Updated RELEASE.txt for the new work to be entered.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-0414-14/+0
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26717] Merge revisions 26387, 26649, 26650, 26678, and 26691 from ↵Mohamad Chaarawi2015-04-033-13/+11
| | | | trunk to squish warnings.
* [svn-r26700] Generators are only built staticAllen Byrne2015-04-012-4/+4
| | | | Plugin test for disable state does not print error stack and does not print FAILED
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-0116-48/+2
|
* [svn-r26686] Add new test from test scriptAllen Byrne2015-03-311-1/+19
|
* [svn-r26681] Merge r26677 from trunk.Albert Cheng2015-03-314-25/+69
| | | | | | | | | | | | | | | HDFFV-8957: h52gif crashes when run against one of our own examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated. Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Need to update user document tool. Tested: h5committested.
* [svn-r26658] Correct windows define for exports/importsAllen Byrne2015-03-304-145/+145
|
* [svn-r26656] Correct windows define for exports/importsAllen Byrne2015-03-301-1/+1
|
* [svn-r26654] Bring trunk CMake changes to branch.Allen Byrne2015-03-303-27/+27
| | | | Tested: local linux
* [svn-r26615] merged r26575 from the trunk into the branch.Scot Breitenfeld2015-03-276-48/+52
| | | | Tested: h5committest
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-2610-17/+17
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-2514-28/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26581] Merge r26526 from trunkJerome Soumagne2015-03-252-2/+2
| | | | | | Remove SETX variable from Makefile.am/Makefile.in Part of: HDFFV-9164
* [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.Scot Breitenfeld2015-03-2541-1274/+1247
| | | | Tested: h5committest
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-0/+2
| | | | Tested: windows
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-162-74/+74
| | | | h5committest
* [svn-r26398] Merges r26333 from trunkDana Robinson2015-03-095-102/+102
| | | | | | | | | | | | | | | | Eliminates gcc warnings due to -Wunsuffixed-float-constants. - Adds 'F' suffixes for most float constants. - A few constants MUST be of type double. These now receive the long double L suffix and are then cast to double. I do this via a new H5_DOUBLE() macro which was added to H5private.h. - Additionally, some 1.8-specific float suffixes were added. Fixes: HDFFV-9148 Tested on: h5committest
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-0914-70/+0
| | | | | | | | | | | | | | Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Fixes: HDFFV-9086 Tested on: h5committest