summaryrefslogtreecommitdiffstats
path: root/hl/c++
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 - merge changes from developAllen Byrne2020-04-072-6/+4
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Autotools reconfigure updateAllen Byrne2020-03-314-6/+14
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-313-4/+31
|
* Merge changes from other branchesAllen Byrne2020-02-294-4/+4
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-202-2/+4
|
* Ran bin/reconfigurebyrn2019-10-074-0/+12
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-284-16/+20
| | | | bin/reconfigur.
* Merge mostly whitespace changes from 1.10 branchAllen Byrne2019-08-182-60/+68
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-275-33/+68
|
* Reconfigured autoconf filesdpopat2019-07-194-1/+11
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-161-1/+7
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-024-47/+28
|
* HDFFV-10444 fix so numbersAllen Byrne2018-04-101-2/+2
|
* Merge from develop HDFFV-8359 and remove FindMPI copiesAllen Byrne2018-03-091-0/+47
|
* Change CMake min to 3.10Allen Byrne2018-03-094-4/+4
|
* HDFFV-10398 Merge from developAllen Byrne2018-02-011-3/+3
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-222-2/+0
|
* Update link target commandsAllen Byrne2017-12-211-10/+2
|
* Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-044-88/+224
| | | | Propagate changes to Makefile.ins with bin/reconfigure.
* Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.lrknox2017-11-171-7/+7
|
* HDFFV-10321 merge from developAllen Byrne2017-11-022-2/+2
|
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-254-16/+8
|\ | | | | | | into hdf5_1_8
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-144-0/+4
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-124-16/+4
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
| * Ran bin/reconfigure after so number change.lrknox2017-06-061-3/+3
| |
* | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-044-0/+4
| |
* | Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-081-3/+3
|/ | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
* Propagate .so number changes to Makefile.ins with bin/reconfigure.lrknox2017-06-021-5/+5
|
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-244-20/+26
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* Change copyright headers to replace url referring to file to belrknox2017-05-1614-84/+56
| | | | removed and replace it with new url for COPYING file.
* Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-104-8/+20
| | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-065-9/+36
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-184-4/+4
|
* Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-014-55/+107
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* 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)
* Purpose: Fixed Packet Table issuesBinh-Minh Ribler2016-10-242-69/+127
| | | | | | | | | | | | | | | | | | | | 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 1.8 to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* Add namespace and export utilsAllen Byrne2016-10-141-0/+1
|
* [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-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-133-231/+161
| | | | | | | | | | | | | | 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-r28438] Snapshot version 1.8 release 17 (snap6)HDF Tester2015-11-221-7/+7
|
* [svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros ↵Larry Knox2015-11-042-6/+6
| | | | | | | | 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-191-3/+3
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-162-2/+20
| | | | | | 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-081-3/+3
| | | | Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-193-9/+30
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-292-0/+2
| | | | | | | | | 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-071-2/+2
| | | | LT_VERS_REVISION to 1 and ran reconfigure.