AuthorCommitMessageCommit dateIssues
Vailin ChoiVailin Choi
4de770788fd[svn-r26514] Fix for HDFFV-9173:H5Pset_istore_k() will validate the "ik" value to not exceed the max v1 btree entries (2 bytes) The same check for H5Pset_sym_k() "ik" value. h5committested.HDFFV-9173
Scot BreitenfeldScot Breitenfeld
23afd105448[svn-r26512] Reverted changed 26488 and 26477Tested: h5committest
Jerome SoumagneJerome Soumagne
1cd7c16a9d4[svn-r26509] Run reconfigure after merges from autotools_rework branch.
Jerome SoumagneJerome Soumagne
69ba2709369[svn-r26507] Merge r26437 from autotools_rework branch.Remove DYNAMIC_DIRS variable from configure.ac. Does not seem to be used anymore.
Jerome SoumagneJerome Soumagne
b184d919a68[svn-r26506] Merge r26436 from autotools_rework branch.Remove GNU make check from configure.ac
Jerome SoumagneJerome Soumagne
8a1d1b24cf8[svn-r26505] Merge r26435 from autotools_rework branch.Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
Jerome SoumagneJerome Soumagne
aad3aa7856b[svn-r26504] Merge r26434 from autotools_rework branch.Fix heading info in configure.ac
Allen ByrneAllen Byrne
851a0dcfaf1[svn-r26497] minor corrections noticed in 1.8 should be in trunk as well
Quincey KoziolQuincey Koziol
9fb399b3d2c[svn-r26495] Description: Bring r26258 from the autotools_rework branch to the trunk - remove the LDOUBLE_TO_INTEGER_WORKS macro/define, which was addressing issues with SGI systems that are no longer supported.Tested on: Linux 2.6.x (jam) w/serial & parallel Daily tested on branch for >2 weeks
Quincey KoziolQuincey Koziol
5329a7d6f1e[svn-r26491] Description: Bring r26257 from autotools_rework branch back to the trunk - removes the LDOUBLE_TO_INTEGER_ACCURATE macro/define, which was addressing problems with SGI systems and is no longer supported.Tested on: Linux 2.6.x/32 (jam) w/serial & parallel Daily tested on branch for >2 weeks.
Allen ByrneAllen Byrne
9501c168575[svn-r26490] Remove unused defines
Scot BreitenfeldScot Breitenfeld
d75a6763ec6[svn-r26488] Updated developers notes due to the removal of COMMON and EQUIVALANCE and how everything is now put together.Not tested, comments only.
Scot BreitenfeldScot Breitenfeld
c26d21bb63a[svn-r26481] Removed compiler warnings. HDF5-239Tested: h5committest.HDF5-239
Allen ByrneAllen Byrne
db64e760565[svn-r26480] Correct find package var name
Scot BreitenfeldScot Breitenfeld
8f8cbb62257[svn-r26479] Fix for: HDFFV-9162 h5pget_class_f should return hid_t for classtypeAlso removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committestHDFFV-9162
Scot BreitenfeldScot Breitenfeld
c2c3294c215[svn-r26477] Removed COMMON and EQUIVALENCE usage from Fortran Source. Also removed disabling shared when building Fortran on the Mac. These fixes should fix all the building shared with Fortran problems. HDF5-247Also fixes array bounds starting from zero in H5Pff.f90 routines. Tested: h5committestHDF5-247
Allen ByrneAllen Byrne
83beaf7e76c[svn-r26475] packaging cleanup and defaults
Allen ByrneAllen Byrne
5c327112809[svn-r26472] Remove duplicate src dir
Allen ByrneAllen Byrne
e5d4692a97f[svn-r26465] Merge back from DB branch; cmake defaults and compressed examples
Allen ByrneAllen Byrne
17f78f8469f[svn-r26463] static builds do not have dlls needed for the path
Binh-Minh RiblerBinh-Minh Ribler
96c424d8bc5[svn-r26462] Description: Fixed typo that caused failure on Windows. Platforms tested: Linux/32 2.6 (jam)
Private HDFPrivate HDF
ead7273c2c8[svn-r26459] Snapshot version 1.9 release 215
Binh-Minh RiblerBinh-Minh Ribler
3b90bca5610[svn-r26458] Purpose: Fix warnings HDFFV-8658Description: Fixed many type conversion warnings and unused variables. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)HDFFV-8658
Binh-Minh RiblerBinh-Minh Ribler
a3826582829[svn-r26457] Purpose: Fix warnings HDFFV-8658 Description: The following two constructors of classes: AbstractDs, IdComponent, H5Location, and H5Object are no longer appropriate after the data member "id" had been moved from IdComponent to the sub-classes. The copy constructors are noop and will be generated by the compilers if needed so they can be removed in 1.8.15 without effecting applications. The other constructors will be removed from 1.10 release, and then from 1.8 if their removal does not raise any problems in at least two 1.10 releases. <Classname>(const hid_t h5_id); <Classname>(const <Classname>& original); ...HDFFV-8658
Binh-Minh RiblerBinh-Minh Ribler
66a7cc1289b[svn-r26456] Purpose: Fix warnings HDFFV-8658Description: Fixed base classes that were in wrong order on the prototype lines and some misc. warnings. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)HDFFV-8658
Binh-Minh RiblerBinh-Minh Ribler
f9fe5b4c321[svn-r26455] Purpose: Fix warnings HDFFV-8658Description: Parameter had the same name as the class' member's. Replaced parameter with a different name. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)HDFFV-8658
Binh-Minh RiblerBinh-Minh Ribler
447d7ebae93[svn-r26454] Purpose: Fix warnings HDFFV-8658Description: Missing initializing one of the base classes in multiple inheritance. Added CommonFG() to constructors' prototype. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)HDFFV-8658
Scot BreitenfeldScot Breitenfeld
2d6a979b25c[svn-r26452] Fixed formatting of copyright.
Dana RobinsonDana Robinson
7659506fa89[svn-r26438] Fixed some double promotion warnings from gcc 4.9.2. Most were in format strings.Tested on: h5committest
Dana RobinsonDana Robinson
88ac8e8929f[svn-r26428] Merge of r26424 from the autotools_rework branch.Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
Dana RobinsonDana Robinson
52607ae9004[svn-r26427] Revert of r26426The repository wasn't clean when I made some changes so untested code was committed.
Dana RobinsonDana Robinson
3ed20376e05[svn-r26426] Merge of r26424 from the autotools_rework branch.Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
Scot BreitenfeldScot Breitenfeld
04a3b2a4580[svn-r26417] Removed compiler warnings from HL. HDF5-237Tested: h5committestHDF5-237
Allen ByrneAllen Byrne
89da5458b68[svn-r26415] Fix script mode
Dana RobinsonDana Robinson
47bb12bc821[svn-r26412] Merge of r26081-2, 26226, and 26399 from the autotools rework branch.Various tweaks for autotools thread-safety and Pthreads support. - Moved the check for pthread_attr_setscope() into the thread-safe checks section. Documented its necessity and added a cross-compiling option and helpful comment. - Moved the high-level library checks up to the same place where Fortran and C++ are checked. This will make it easier to handle threadsafe/high-level combina...HDFFV-9087
Dana RobinsonDana Robinson
5aa5ed84dac[svn-r26408] Missed an H5_HAVE_FILTER_SHUFFLE line.Part of: HDFFV-9086 Tested on: jam (minor change)HDFFV-9086
Scot BreitenfeldScot Breitenfeld
31ffa039143[svn-r26405] Removed compiler warnings, hl/examples: HDF5-237tested: h5committestHDF5-237
Allen ByrneAllen Byrne
64f65d96d94[svn-r26403] changes to comments and test should use unsigned var.
Elena PourmalElena Pourmal
1f4f709e8cd[svn-r26401] Fixed warnings in the C stubs for Fortran wrappers. See Crucible review HDF5-238.Tested on platypus with gcc/gfortran 4.9.2, jam and emu with the default compilers.HDF5-238
Dana RobinsonDana Robinson
2a4ea9b24e5[svn-r26392] Reinstates r26327-8, which had been reverted due to failures on Solaris and OS X.Added public API functions that expose the C library's memory allocator for use in filter functions that need to allocate or resize buffers. Intended for use with filter plugins, particularly on Windows, where C runtime (CRT) issues can cause problems. Fixes: HDFFV-9100 Tested on: h5committest + OS X (quail) + Solaris (emu)HDFFV-9100
Larry KnoxLarry Knox
63bd09ec8bb[svn-r26389] Revision 26387 failed with configure option --with-default-api-version=v16. Changed H5Dcreate() to H5Dcreate2 in test/trefer.c line 633.Tested with h5committest and with --with-default-api-version=v16 on platypus.
Mohamad ChaarawiMohamad Chaarawi
89ffc9f2d7b[svn-r26387] warning fixes from Feb27.
Mike McGreevyMike McGreevy
84f0d4735a2[svn-r26382] Merge r26289 from autotools_rework branch to trunk:Purpose: Fix HDFFV-9124 - Remove old libtool post-processing Description:   This revision removes some post-processing of the generated libtool script, which was added back in 2003 (see svn revisions 6285 and 6293) to address a deficiency in which the script failed to set the '$wl' variable for icc and pgcc compilers. Libtool has since fixed the issue, and the post...HDFFV-9124
Allen ByrneAllen Byrne
ec2e071c00c[svn-r26380] Recapture updated error files for h5dump tests
Jerome SoumagneJerome Soumagne
19fa03d5a87[svn-r26375] Print number of times sigill_handler is called in H5detect.Part of: HDFFV-8857HDFFV-8857
Jerome SoumagneJerome Soumagne
967c265541c[svn-r26374] Add CMake conversion test for H5_LONG_TO_LDOUBLE_SPECIAL and H5_LDOUBLE_TO_LONG_SPECIAL (imported from configure.ac).Fixes: HDFFV-8936 Tested on: ostrichHDFFV-8936
Scot BreitenfeldScot Breitenfeld
ca0a4d24b62[svn-r26373] Fix for HDFFV-7959: H5Rdereference should check for default (HADDR_UNDEF) value and not continue processing and return so that ret value can be checked and handled properly Tested: jam (gnu)HDFFV-7959
Allen ByrneAllen Byrne
61dcc807af6[svn-r26367] HDFFV-8520: Add plugin control APIs.HDFFV-8520
Allen ByrneAllen Byrne
63e3db6497e[svn-r26366] Update windows wix cpack process.
Allen ByrneAllen Byrne
5be5a4d8327[svn-r26365] HDFFV-8520: Add plugin control APIs. Update windows WiX packaging.h5committestedHDFFV-8520