Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
777884558aa[svn-r22896] Updated the robodoc resource file with new keywords and new options for generating the documentation.
Allen ByrneAllen Byrne
348e91e02fd[svn-r22881] Correct datatype of scalar array of doubles Tested: local linux
Albert ChengAlbert Cheng
10ab09069de[svn-r22879] Bug Fix: HDFFV 8017 dt_arith would fail in Lion and Mountain Lion system when GCC version 4.2.1 is used with --enable-production. Somehow the -O optimization will fail some of the hard conversion code. Solution: This is just a temporary patch by detecting if this is a Lion or Mountain Lion system using GCC 4.2.1, then just remove the any -O option from the PROD_CFLAGS. A better fix should be deviced later. Tested: Duck(lion) and Owl (mountain lion) tested with --enable-producti...
Scot BreitenfeldScot Breitenfeld
990fdaed078[svn-r22878] Added bug fixes and enhancements since the last release.
Binh-Minh RiblerBinh-Minh Ribler
f7e1da0cfb5[svn-r22877] Description: Changed uint to unsigned so that no hdf5-specific header file is needed. Platform tested: Linux/32 2.6 (jam) - very minor
Scot BreitenfeldScot Breitenfeld
ac472bb111a[svn-r22876] Fixed exporting subroutines that will not be compiled if --enable-fortran2003 was not used.
Mohamad ChaarawiMohamad Chaarawi
e73031c90cb[svn-r22993] some minor changes
Mohamad ChaarawiMohamad Chaarawi
f269931c481[svn-r22903] update the expected error list in the thread safe error tests to reflect the existence of the VOL layer noe
Mohamad ChaarawiMohamad Chaarawi
e54b0191081[svn-r22902] - fix bug in H5is_accessible (check if fapl is default, and convert it to default access plist) - remove the c++ and fortran interfaces for H5is_hdf5 as it is deprecated - add the c++ and fortran interfaces for H5is_accessible - update all tests to use is_accessible and not is_hdf5
Mohamad ChaarawiMohamad Chaarawi
082806f172c[svn-r22994] fix bug when encoding strings implement link create, copy, move
Mohamad ChaarawiMohamad Chaarawi
725341866fc[svn-r22990] implement dataset set extent
Mohamad ChaarawiMohamad Chaarawi
2252ee46922[svn-r22989] update the MDS callbacks to use the VOL native callbacks instead of replicating their code
Mohamad ChaarawiMohamad Chaarawi
c61df8b542b[svn-r22988] implement attribute read, write, remove
Mohamad ChaarawiMohamad Chaarawi
dc56c228bb7[svn-r22977] - implement attribute create, open, close (+ add encode/decode routines for callbacks) - add lightweight create and close for attributes - use native routines in the MDS server for attributes (need to change other objects to do the same thing)
Mohamad ChaarawiMohamad Chaarawi
635338f7325[svn-r22976] group create, open, close start on chunk I/O, but not working yet
Mohamad ChaarawiMohamad Chaarawi
b95fd7a65e1[svn-r22967] move other small encode decode into seperate routines
Mohamad ChaarawiMohamad Chaarawi
d1448340e35[svn-r22966] separate decoding params into functions that can be used in other places
Mohamad ChaarawiMohamad Chaarawi
9e77e82a9ad[svn-r22964] - create a seprate routine for encoding each VOL callbacks instead of a switch statement with var_args - move routines into a new H5VLencdec.c file - fix a bug with dataset layout setting when dataset is opened (not created)
Mohamad ChaarawiMohamad Chaarawi
7942d834de3[svn-r22962] restructure the giant switch statement into a callback table Fix exposed encode/decode bugs run through valgrind and fix memory issues
Mohamad ChaarawiMohamad Chaarawi
86527932f0e[svn-r22959] implement file open and flush fix some dataset open issues
Mohamad ChaarawiMohamad Chaarawi
6a65ae23750[svn-r22946] implement named datatype VOL MDS callbacks
Mohamad ChaarawiMohamad Chaarawi
5ad57fb8be4[svn-r22942] change dataset space allocation to early for MDS plugin Fix close issue at MDS side by registering all IDs with the Native VOL plugin Fix dataset layout settings cleanup up some code
Mohamad ChaarawiMohamad Chaarawi
d67d5551627[svn-r22927] implement dataset create, read, write, and close (contiguous storage) dataset read still not working
Mohamad ChaarawiMohamad Chaarawi
8b842091c89[svn-r22895] more fixes, implement dataset create and close fix several bugs in encoding/decoding plists and other objects add more parameters to the MDS VOL dataset object to populate when creating/opening a dataset.
Mohamad ChaarawiMohamad Chaarawi
f279cddc31d[svn-r22882] several fixes to the file create process fixes to encoding/decoding parameters fixes to commsplitter and MDS process splitting
Mohamad ChaarawiMohamad Chaarawi
395a4fcea5bM[svn-r22874] Bring latest VOL in
Mohamad ChaarawiMohamad Chaarawi
f5b20375943[svn-r22871] fixes to make h5dump
Mohamad ChaarawiMohamad Chaarawi
05d50810673[svn-r22870] skip all h5dump tests for now, as the skipped tests earlier somehow affected some other tests.
Mohamad ChaarawiMohamad Chaarawi
5f746a6614fM[svn-r22868] Merging r22856 through r22867 from trunk.
Quincey KoziolQuincey Koziol
cda42fdc77e[svn-r22866] Description: Correct use of 'uint8_t' parameter type in public header file (which was causing Windows builds to fail). Tested on: Mac OSX/64 10.7.5 (amazon) w/debug (too minor to require h5committest)
Scot BreitenfeldScot Breitenfeld
223bdd11730[svn-r22859] Fixed new functions that are used in the _F03 files, updated to reflect the correct module they are in.
Allen ByrneAllen Byrne
9603f61cda2[svn-r22857] Change def list of RGET_REGION to match other types declarations
Mohamad ChaarawiMohamad Chaarawi
c9157c5d5e4[svn-r22860] fix one issue exposed by daily test in H5Tconv where if statement needs to be on one line in the function Macro
Mohamad ChaarawiMohamad Chaarawi
d1a4ff0b305M[svn-r22856] merge trunk up to 22855.
Scot BreitenfeldScot Breitenfeld
3e59374ccd0[svn-r22854] Fixed issues with default 8-byte real and default 8-byte integers and the new H5O routines. Tested: jam (gcc,intel)
Allen ByrneAllen Byrne
7648354b80e[svn-r22853] Change def list of RGET_REGION to match other types declarations
Allen ByrneAllen Byrne
0f76f393ed8[svn-r22852] Add new files to library file lists Tested: local linux
Albert ChengAlbert Cheng
41c8a10740d[svn-r22849] Updated with changes.
Albert ChengAlbert Cheng
fa935398b30[svn-r22848] Bug fix: HDFFV-8156 benchpar.c is compiled when configure --enable-build-all --enable-paralllel. But it failed to compile. It is decided to retire or move it to example. I removed it from the PARA_BUILD_ALL list so that --enable-build-all will not fail. The program file still need to be moved. Tested: Koala using --enable-build-all --enable-parallel. --in parallel mode.This line, and those below, will be ignored-- M perform/Makefile.in M perform/Makefile.am
Private HDFPrivate HDF
d4657ce2650[svn-r22846] Snapshot version 1.9 release 131
Binh-Minh RiblerBinh-Minh Ribler
9c3f82fbd76[svn-r22845] Purpose: Misc fixes Description: Fixed miscellaneous inconsistencies and typos, which also took care of the failure in Packet Table test on daily test today. Platforms tested: Linux/32 2.6 (jam) Linux/64 2.6 (koala) Mac Lion (duck)
Scot BreitenfeldScot Breitenfeld
51bb0fe2d2d[svn-r22843] Renamed variable to match C. Tested: jam (gnu, mpich)
Scot BreitenfeldScot Breitenfeld
cc2669fedf9[svn-r22842] Fixed typo in variable. Tested: jam (gnu,mpich)
Scot BreitenfeldScot Breitenfeld
08a5424f603[svn-r22839] removed unused variable. tested: jam (pgi compiler)
Scot BreitenfeldScot Breitenfeld
5fba5c2e3aa[svn-r22838] Fixed typo in variable name. Tested: jam (pgi compiler)
Binh-Minh RiblerBinh-Minh Ribler
5aed216f479[svn-r22837] Description: Added c++/src/H5Location.h c++/src/H5Location.cpp
Binh-Minh RiblerBinh-Minh Ribler
5fcec401bd0[svn-r22836] Purpose: Fix bug HDFFV-533 and add other missing functions Description: In this bug, H5File doesn't have the ability to create attribute. The following changes will provide that functionality and several others that were also missing: - Added an abstract class H5Location in between IdComponent and H5Object. - New class structure of IdComponent, H5Location, H5Object, H5File IdComponent | ...
Albert ChengAlbert Cheng
e488529430a[svn-r22834] Documented HDFFV-8069 fix.
Jonathan KimJonathan Kim
2752394064c[svn-r22832] Update the CMake reference files list correctly for newly added encoded property list files.
Albert ChengAlbert Cheng
e5540864679[svn-r22830] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix Description: The Fortran compiler flags were all set to "-O". They should be different setting for different situations. E.g, "-g" for debug and "-pg" for profile, etc. Fix: set them to appropriate different values. Tested: in Remote ADA AIX machines using 3 different settings: configure --enable-fortran --enable-cxx # default to --disable-production configure --enable-fortran --enable-cxx --enable-product...