Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
01f82583161Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
Allen ByrneAllen Byrne
52f3942b071Update configure
Allen ByrneAllen Byrne
fde18c6a830Change name for test results table
Allen ByrneAllen Byrne
a573052f1c6Add missing intro folder
Allen ByrneAllen Byrne
e8a23dc6dedUse define name instead.
Allen ByrneAllen Byrne
364b327b403Fix VS2013 compile error
Allen ByrneAllen Byrne
915f5749e42Add chekexe and chklog generation to tests
Allen ByrneAllen Byrne
5a07e83a5a6Fix call format
Allen ByrneAllen Byrne
daf0efd2287Fix find package process
Allen ByrneAllen Byrne
319eebd729fRestore previous
Allen ByrneAllen Byrne
de79efac5f2Add chklog and chexe generation to Java autootools tests
Binh-Minh RiblerBinh-Minh Ribler
e410dff1d3fUpdated for C2Cppfunction_map.mht
Binh-Minh RiblerBinh-Minh Ribler
d57d2b1d265Added documentation file Description: Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual.
Binh-Minh RiblerBinh-Minh Ribler
efa7eb29b86Miscellaneous code cleanup Description: - Removed two inadvertently-added Group constructors in the header file. There was no implementation. - Removed deprecated H5Location and H5Object constructors that take an existing ID. - Miscellaneous improvements in comments, including updating URLs. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
Jordan HendersonJordan Henderson
3294a07e339Amend CMakeLists.txt to add t_filters_parallel to CMake
Binh-Minh RiblerBinh-Minh Ribler
23ee0c1acdeFixed incorrect calls Description: Replaced the calls to the deprecated function printError with printErrorStack in examples. Platforms tested: Linux/32 2.6 (jam)
Allen ByrneAllen Byrne
8aa8c7f36eaRestore GEN_HDRS and remove cache sets for defaults
Binh-Minh RiblerBinh-Minh Ribler
0e0e61f856eNew overloaded functions and tests Description: - Added VarLenType::VarLenType(const DataType& base_type) - Marked VarLenType::VarLenType(const DataType* base_type) deprecated - Added a static wrapper for H5Tdetect_class for PredType static bool DataType::detectClass(const PredType& pred_type, ...) - Removed the deprecated function Exception::printError() from code - Miscellaneous improvements in comments - Added test functions test_detect_type_class() and test...
Allen ByrneAllen Byrne
2ef2d52fa87Test program generation should default off
Allen ByrneAllen Byrne
9a71b7b216aGenerate headers for 1.10 should default off
Allen ByrneAllen Byrne
43e5c311cc0Fix merge typos
Allen ByrneAllen Byrne
9db38e1e8eeHDFFV-9774 Fix code merge
Allen ByrneAllen Byrne
735c09db77dHDFFV-10276 Remove whitespace
Allen ByrneAllen Byrne
8dda9aa6eceHDFFV-10276 Remove whitespace
Allen ByrneAllen Byrne
796b1f8493aHDFFV-10276 Add UD flag option to h5repack
Binh-Minh RiblerBinh-Minh Ribler
19eadab5f9fAdding variable initialization Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Allen ByrneAllen Byrne
7b42e52a792HDFFV-9988 merge findmpi from cmake and add intel path
Allen ByrneAllen Byrne
94580730744HDFFV-9774 Apply standard mask to .err files
Allen ByrneAllen Byrne
798cb58b84fHDFFV-10276 Add filter mask for standard err
Binh-Minh RiblerBinh-Minh Ribler
5e3ff1bcc73Adding new C++ wrappers Description: Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses. // Creates a binary object description of this datatype. void DataType::encode() // Returns the decoded type from the binary object description. virtual DataType* DataType::decode() const; virtual DataType* ArrayType::decode() const; virtual DataType* CompType::decode() const; virtual DataTyp...
Jordan HendersonJordan Henderson
fe9185fd9acAmend tests to explicitly use H5Dcreate2 and H5Dopen2
Jordan HendersonJordan Henderson
4fd13130c91Revert malloc's back to using hard-coded type for sizeof
Jordan HendersonJordan Henderson
61eb8de7de1Minor comment refactoring
Allen ByrneAllen Byrne
a105ae472b0HDFFV-9774 Add enable-error-stack argument to h5diff
Jordan HendersonJordan Henderson
22e5fd6b913Update documentation
Allen ByrneAllen Byrne
1d3b259536aHDFFV-10284 Add VS2017 support
Jordan HendersonJordan Henderson
704f940de15Finish up Parallel Compression test scaling work
Richard WarrenRichard Warren
3fd4207b6e2Add commentary around calling H5Screate_simple with a single element
Jordan HendersonJordan Henderson
e4ab1d66f2ePartial update for scaling parallel filters tests
Binh-Minh RiblerBinh-Minh Ribler
71485224a29Miscellaneous improvements (cont.) Description: Put back H5Location::getNumObjs and marked as deprecated in favor of Group::getNumObjs. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
49a9aab62bfMiscellaneous improvements Description: Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info) Switched reinterpret_cast to static_cast in H5Object::iterateAttrs Miscellaneous cleanup Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Quincey KoziolQuincey Koziol
6ab82098a98Correction to 38b4e97692e34040c9731b6c9b9f9cab49fde7ef
Vailin ChoiVailin Choi
31131ca5ec9Fix for daily test failure Fix for the compilation error from the PGI compiler.
Vailin ChoiVailin Choi
59fe36f8c4dModifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Allen ByrneAllen Byrne
2b1f60743a5HDFFV-10282 refactor out assert calls in tools
Allen ByrneAllen Byrne
38da9c04d17HDFFV-10188 force non-native type description
Allen ByrneAllen Byrne
15d45cebb7cHDFFV-10188 emu insists on printing non-native description
Vailin ChoiVailin Choi
61593f92fcaFix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
Allen ByrneAllen Byrne
f524e0d3b16HDFFV-10188 fix typo
Allen ByrneAllen Byrne
f4a6b9aeb30HDFFV-10188 add missing copy commands