summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29901] Fix typo in manifest.Larry Knox2016-05-061-1/+1
|
* [svn-r29900] Update manifest for changed names in bin/pkgscrpts.Larry Knox2016-05-061-4/+4
|
* [svn-r29691] Description:Binh-Minh Ribler2016-04-131-0/+1
| | | | Added ./hl/test/test_packet_vlen.c
* [svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for ↵Allen Byrne2016-03-071-0/+7
| | | | subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes.
* [svn-r28992] HDFFV-9639: double-free fix.Allen Byrne2016-01-271-0/+2
|
* [svn-r28926] Purpose: Fix user reported problemBinh-Minh Ribler2016-01-181-0/+1
| | | | | | | | | | | | | | | | | Description: User Adam Rosenberger reported a failure when using the member function AbstractDs::getArrayType(). This problem was caused by missing initialization of the ArrayType's members in some cases. Solution: - Added ArrayType::setArrayInfo() to retrieve rank and dimensions of an array and store them in memory for easy access. - Re-factored a few functions to use the new function. - We'll give him 1.8.16 patch Merged from trunk r28905 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r28435] Add RPM HDF5 1.8.16 spec file to MANIFEST.Larry Knox2015-11-211-0/+1
|
* [svn-r28097] Correct MANIFEST fileLarry Knox2015-10-161-4/+5
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-161-12/+12
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r27992] Description:Binh-Minh Ribler2015-10-071-0/+2
| | | | Added c++/src/H5OcreatProp.[h/cpp]
* [svn-r27975] Update to new style usage for scripts,Allen Byrne2015-10-061-0/+4
| | | | add cmake scripts
* [svn-r27735] Fixed MANIFESTDana Robinson2015-09-101-1/+0
| | | | Tested on: bin/chkmanifest
* [svn-r27680] Merge of r27675, 27641, and 27645 from trunkDana Robinson2015-09-041-8/+1
| | | | | | | | | | | | - Changes AC_CONFIG_HEADER to AC_CONFIG_HEADERS - Removes nsl and socket library checks on Solaris (no longer needed) - Removes obsolete and/or unmaintained configuration files from config/ Fixes HDFFV-9284, HDFFV-9118, HDFFV-9116 Tested on: h5committest
* [svn-r27644] Merge of r27642 from trunkDana Robinson2015-09-011-2/+0
| | | | | | | | | | Removed comments from MANIFEST regarding distributing the gen_* files in test/. These files will remain distributable since they are needed if a user specifies --enable-build-all. Fixes HDFFV-8236 Tested on: jam (bin/chkmanifest only)
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-0/+1
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27514] Description:Binh-Minh Ribler2015-08-171-1/+0
| | | | Accidentally duplicated the line in the previous commit.
* [svn-r27513] Description:Binh-Minh Ribler2015-08-171-0/+2
| | | | Added ./c++/src/footer.html
* [svn-r27347] remove reference to file removed from cmake_ext_modAllen Byrne2015-07-081-2/+1
|
* [svn-r27279] Add temporary file to create tarballs for buildbot (and ↵Larry Knox2015-06-241-0/+1
| | | | possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
* [svn-r27274] HDFFV-9327: Compiler flags for non-windows.Allen Byrne2015-06-241-4/+5
| | | | Merge from trunk
* [svn-r27253] Move packed bits files to subfolderAllen Byrne2015-06-191-57/+57
|
* [svn-r27179] Merge 27162 & 27163 from trunk:Mohamad Chaarawi2015-06-101-0/+1
| | | | | | | | fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest
* [svn-r26752] Merged r26750 and r26751 from trunk.Albert Cheng2015-04-071-3/+3
| | | | | | | | | HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
* [svn-r26745] Removed VMS installation file.Elena Pourmal2015-04-071-1/+0
|
* [svn-r26696] Merge from trunkAllen Byrne2015-04-011-0/+2
| | | | Tested local linux cmake
* [svn-r26688] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-011-0/+3
| | | | | | | | compound type Fixed and added user provided test file to verify the fix. (Test added to h5dump/testh5dump.sh.in). Tested: h5committest
* [svn-r26681] Merge r26677 from trunk.Albert Cheng2015-03-311-0/+2
| | | | | | | | | | | | | | | 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-r26674] merged r26657 and r26642 from the trunk into the branch.Scot Breitenfeld2015-03-311-0/+2
| | | | tested: h5committest
* [svn-r26578] Merge r26505 from trunkJerome Soumagne2015-03-251-1/+0
| | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-2/+1
| | | | Tested: windows
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-161-0/+1
| | | | h5committest
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-051-0/+1
| | | | Update windows wix cpack process.
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-261-0/+2
| | | | r26188 r26280
* [svn-r26298] merge 26279 from trunk.Mohamad Chaarawi2015-02-251-0/+2
| | | | | | HDFFV-883: attach callback to terminate HDF5 library when MPI_COMM_SELF is destroyed on MPI_Finalize. tested h5committest.
* [svn-r26237] Updated the MANIFEST file after deleting VMS support files.Dana Robinson2015-02-191-50/+0
| | | | Tested on: bin/chkmanifest
* [svn-r25947] [merged changes from trunk r25940]Albert Cheng2015-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | HDFFV-9046: reorganize hdf5/perform, step 2 Move timing measurement routines used by h5perf and h5perf_serial to tools/lib so that they can be used by other tools too. tools/lib/io_timer.c tools/lib/io_timer.h tools/perform/io_timer.c tools/perform/io_timer.h renamed perform/io_timer.[ch] to lib/io_timer.[ch] tools/lib/Makefile.am tools/lib/Makefile.in tools/lib/CMakeLists.txt tools/perform/Makefile.in tools/perform/Makefile.am tools/perform/CMakeLists.txt MANIFEST updated due to the move. Tested; h5committest and jam (serial)
* [svn-r25945] [merge changes r25932 and r25933 from Trunk]Albert Cheng2015-01-031-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-8902: merge the source code of h5perf and h5perf_serial, stage 1. tools/perform/sio_timer.h: tools/perform/pio_timer.c: tools/perform/io_timer.h: tools/perform/io_timer.c: Renamed pio_timer.[ch] as io_timer.[ch]; merged content of sio_timer.[ch] into io_timer.[ch] so that both h5perf and h5perf_serial call the combined io_timer.[ch]. Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_perf.c where it belongs. Screened out set_timer_type() and get_timer_type() which were not used by any code. tools/perform/Makefile.am: tools/perform/Makefile.in: tools/perform/CMakeLists.txt Adjusted to use io_timer.c for both h5perf and h5perf_serial. tools/perform/pio_perf.c: tools/perform/sio_perf.c: tools/perform/pio_perf.h: tools/perform/sio_perf.h: Renamed [sp]io_time_destory() to same io_time_destroy(); Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_perf.c where it belongs. tools/perform/pio_engine.c: tools/perform/sio_engine.c: Removed #include io_timer.h since it was already #include by [sp]io_perf.h. MANIFEST: Updated the merge of [sp]io_timer.[ch] into io_timer.[ch]. Tested: h5committest and jam in extra.
* [svn-r25914] HDFFV-8156: retired benchpar.c.Albert Cheng2014-12-191-1/+0
|
* [svn-r25901] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-191-30/+30
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r25774] Add new files to MANIFEST.Larry Knox2014-11-041-0/+5
|
* [svn-r25494] Add the genltanalyse script to bin and the reconfigure. hl/src ↵Allen Byrne2014-07-301-0/+1
| | | | files previously committed.
* [svn-r25490] bring 25468 from trunk. Mohamad Chaarawi2014-07-291-0/+1
| | | | | | | Aligning code with changes made in VOL branch. This will make porting non VOL related changes from trunkto the 1.8 branch much easier. tested h5commitest.
* [svn-r25433] Brought changes from the trunk into the branch.Scot Breitenfeld2014-07-181-0/+4
| | | | | | | | | | | | | | | For the top level, brings in changes for configure.ac, configure and the MANIFEST: svn merge -c25286 https://svn.hdfgroup.uiuc.edu/hdf5/trunk . svn merge -c25287 https://svn.hdfgroup.uiuc.edu/hdf5/trunk . svn merge -c25290 https://svn.hdfgroup.uiuc.edu/hdf5/trunk . For the fortran level: 384 17:00 svn merge -r25235:25272 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran 389 17:01 svn merge -r25284:25432 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran For the fortran merges, I skipped changes relating to hyperslab selection since the C source has not been merged from the trunk yet. These changes should be in place in the fortran source when the C source is merged to the 1.8 branch.
* [svn-r25222] Merge cmake_ext_mod into 1.8Allen Byrne2014-05-271-25/+28
|
* [svn-r25082] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745:Albert Cheng2014-04-221-0/+6
| | | | | | | | | | | | | | | | | | | h5diff issues "unable to read attribute" error message when comparing two files Description: h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure. Solution: We decided to treat the case when one type is variable length string and the other is not as incomparable. That bypassed the above error. We still need to figure out the proper way, if possible, to compare variable string with non-variable string types. Tested: h5committested plus tested in Swallow (OS X 10.8).
* [svn-r25031] Purpose: Fix HDFFV-8737Binh-Minh Ribler2014-04-121-0/+2
| | | | | | | | | | | | | | | | Description: - Fixed a few comments that Doxygen gave warnings on. - Updated configuration file for Doxygen. - Removed stylesheet from configuration so Doxygen will use the default stylesheet and removed the CLANG-related lines to eliminate another error since we're not using that feature, so the lines should not present. (from cpp_doc_config) - Added missing images (merged from trunk-r24996 and r25019) Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25027] Merged changes from the trunk to the branch,Scot Breitenfeld2014-04-121-0/+4
| | | | | | svn merge -r24929:25009 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran tested: jam (gnu)
* [svn-r25024] Description:Binh-Minh Ribler2014-04-121-0/+1
| | | | Added c++/test/tobject.cpp
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-071-0/+1
| | | | Tested: h5committest
* [svn-r24928] Purpose: Fix HDFFV-7907Binh-Minh Ribler2014-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | Description: Added transform property list functions // Constructor creates a dataset transform property list. DSetMemXferPropList(const char* expression); // Sets data transform expression. void setDataTransform(const char* expression) const; void setDataTransform(const H5std_string& expression) const; // Gets data transform expression. ssize_t getDataTransform(char* exp, size_t buf_size=0) const; H5std_string getDataTransform() const; Added test file tdspl.cpp. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)