summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29850] Description:Quincey Koziol2016-05-011-0/+2
| | | | | | | | | | Bring H5DOappend(), H5P[s|g]et_object_flush_cb, and H5P[s|g]et_append_flush from revise_chunks branch to trunk. Brings along updated metadata cache entry tagging, and the internal object flush routine. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29844] Description:Quincey Koziol2016-05-011-6/+6
| | | | | | | | Minor rearrangements, to align with revise_chunks branch Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29779] Description:Quincey Koziol2016-04-241-0/+4
| | | | | | | | Bring over some of the tool testing for the new chunk indices. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29770] Description:Quincey Koziol2016-04-231-0/+1
| | | | | | | | Bring 'none' chunk index from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (w/check-vfd) (h5committest forthcoming)
* [svn-r29738] Description:Quincey Koziol2016-04-191-0/+1
| | | | | | | | Bring "single" chunk index from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (w/check-vfd) (h5committest forthcoming)
* [svn-r29722] Description:Quincey Koziol2016-04-171-1/+2
| | | | | | | | Bring over more dataset tests from the revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-071-0/+1
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ Java, Fortran, & C++
* [svn-r29635] Description:Quincey Koziol2016-04-051-0/+2
| | | | | | | | | Bring support for earray and v2 B-trees from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29537] Added "latest format" tests to h5copy and h5repack from ↵Dana Robinson2016-03-231-0/+2
| | | | | | | | revise_chunks. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial cmake serial
* [svn-r29519] rename java test file because test modifies original file.Allen Byrne2016-03-221-1/+1
|
* [svn-r29450] Separate error compare from output compareAllen Byrne2016-03-161-0/+1
|
* [svn-r29403] Correct file location and add overview to makefileAllen Byrne2016-03-141-1/+1
|
* [svn-r29399] HDFFV-9717: add overview section to javadocsAllen Byrne2016-03-141-0/+1
|
* [svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-041-0/+7
|
* [svn-r29270] Description:Binh-Minh Ribler2016-03-041-0/+1
| | | | Updated for "Improve Packet Table library" commit 29269.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-2/+318
|
* [svn-r29186] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-231-0/+13
| | | | includes new data files
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-081-0/+1
| | | | Tested: h5committest.new
* [svn-r28977] Added autotools g++ compiler flags/warnings file to config/Dana Robinson2016-01-271-0/+1
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
* [svn-r28906] Description:Binh-Minh Ribler2016-01-151-0/+1
| | | | Added c++/test/tarray.cpp.
* [svn-r28902] Remove 3 files in autom4te.cache from MANIFEST. They are ↵Larry Knox2016-01-141-3/+0
| | | | generated by autogen.sh and were inadvertently added along with configure and Makefile.in files but are not checked in and should not be installed. Furthermore they are not generated on all systems by autogen.sh and cause chkmanifest to fail when run be release scripts.
* [svn-r28881] Merged r28880 from revise_chunks. Adds a script to flip maint mode.Dana Robinson2016-01-131-0/+1
| | | | Tested on: linux VM
* [svn-r28866] HDFFV-9639: new filesAllen Byrne2016-01-121-0/+2
|
* [svn-r28655] Updated MANIFEST :/Dana Robinson2015-12-151-0/+2
|
* [svn-r28373] HDFFV-9573: Our helper tests bin/release and bin/h5vers are not ↵Albert Cheng2015-11-171-0/+68
| | | | | | | | | | working properly bin/release uses the content of MANIFEST file to build the release tarball. But all the files generated by autogen had been removed. Therefore the release would not contain those needed generated files for a proper release. Solution: Added all those generated files to the tail of MANIFEST and titled it accordingly. (Somehow bin/chkmanifest does not complain against these entries though they are not svn managed. This needs further investigation.) Test: bin/release generated the release tarball in jam, then use it in Platypus to do a full build (--enable-fortran --enable-cxx). All passed.
* [svn-r28346] Description:Quincey Koziol2015-11-151-3/+2
| | | | | | | | Bring in cleanups from revise_chunks branch. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (too minor to require full h5committest)
* [svn-r28332] Updated autogen.sh to not run flex/bison.Dana Robinson2015-11-131-0/+4
| | | | | | | | | This was giving a lot of users headaches and the parser code rarely changes. There is now a new script (bin/genparser) which can be run as needed. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, flex 2.5.39, bison 3.0.2
* [svn-r28152] Correct define vs variable usageAllen Byrne2015-10-201-2/+2
| | | | Add VS2015
* [svn-r27974] Change distribution of scriptsAllen Byrne2015-10-061-2/+2
|
* [svn-r27969] Added autogen.sh to the list of the distributed files.Elena Pourmal2015-10-061-1/+1
|
* [svn-r27962] Description:Binh-Minh Ribler2015-10-061-0/+2
| | | | | Added c++/src/H5OcreatProp.[h/cpp] Checked with bin/chkmanifest
* [svn-r27860] Description:Quincey Koziol2015-09-231-1/+1
|\ | | | | | | | | | | | | Sync w/changes on trunk Tested on: Not necessary, text only...
| * [svn-r27854] fixed typo in name of fileScot Breitenfeld2015-09-221-1/+1
| |
* | [svn-r27850] Description:Quincey Koziol2015-09-221-0/+1
|\ \ | |/ | | | | | | | | | | | | Sync w/trunk Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-0/+1
| | | | | | | | Add script for post processing of flex/bison files.
* | [svn-r27839] Removed generated autotools stragglers missed in trunk sync.Dana Robinson2015-09-211-1/+0
| |
* | [svn-r27835] Description:Quincey Koziol2015-09-211-105/+142
|\ \ | |/ | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27828] Removed Perl-generated header files and H5LT parse code created ↵Dana Robinson2015-09-181-9/+0
| | | | | | | | | | | | by flex/bison. Tested on: jam
| * [svn-r27806] Fix property list serialization for values encoded by ↵Neil Fortner2015-09-161-25/+97
| | | | | | | | | | | | | | | | | | | | H5Pset_chunk_cache to be compatible between 32 and 64 bit systems. Expand cross platform property list encode/decode testing. Fix warning in H5P__fill_value_enc. Tested: jam, koala, ostrich (h5committest), ummon
| * [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-75/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| | * [svn-r27787] Merge of r27632-27674 from the trunk.Dana Robinson2015-09-151-2/+0
| | | | | | | | | | | | Tested on: h5committest
| | * [svn-r27776] Fixed MANIFESTDana Robinson2015-09-141-1/+1
| | | | | | | | | | | | Tested on: bin/chkmanifest
| | * [svn-r27775] Undo of r27655Dana Robinson2015-09-141-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | Removes .pl extension from Perl scripts. This may be returned in the future, but it's best to keep the script names unchanged while we merge with the trunk. Tested on: h5committest
| | * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-2/+1
| | |
| | * [svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)Dana Robinson2015-09-011-13/+13
| | | | | | | | | | | | | | | | | | | | | This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
| | * [svn-r27649] Fixed MANIFESTDana Robinson2015-09-011-1/+1
| | | | | | | | | | | | tested on: jam (bin/chkmanifest)
| | * [svn-r27639] Fixed MANIFESTDana Robinson2015-09-011-0/+1
| | |
| | * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-011-34/+32
| | |\
| | * | [svn-r27508] Updated MANIFEST after merge.Dana Robinson2015-08-141-144/+43
| | | | | | | | | | | | | | | | Tested on: jam (bin/chkmanifest only)
| | * | [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-171-61/+63
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran