summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25489] merge from trunk.Mohamad Chaarawi2014-07-291-1/+1
|\
| * [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-271-1/+1
| |
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-23386-62733/+10
|\ \ | |/
| * [svn-r25460] The contents of this directory is the C++ Reference Manual and Mark Evans2014-07-22385-62729/+0
| | | | | | | | is generated by Doxygen.
| * [svn-r25459] Merged revision(s) 25457 from ↵Mark Evans2014-07-211-4/+10
| | | | | | | | | | | | | | | | branches/hdf5_1_8_13/c++/src/H5CppDoc.h: Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work. Tested: Doxygen and Firefox
* | [svn-r25451] merge from trunk.Mohamad Chaarawi2014-07-21386-1/+62730
|\ \ | |/
| * [svn-r25446] Changed file in Installation section where users should look ↵Mark Evans2014-07-21385-0/+62729
| | | | | | | | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen
| * [svn-r25441] Changed file in Installation section where users should look ↵Mark Evans2014-07-211-1/+1
| | | | | | | | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Tested: Doxygen
* | [svn-r25438] merge from trunk.Mohamad Chaarawi2014-07-211-1/+1
|\ \ | |/
| * [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-201-1/+1
| |
* | [svn-r25414] merge from trunk.Mohamad Chaarawi2014-07-144-5/+1
|\ \ | |/
| * [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-131-1/+1
| |
| * [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-074-4/+0
| | | | | | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
| * [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-061-1/+1
| |
* | [svn-r25394] merge from trunk.Mohamad Chaarawi2014-07-033-19/+23
|\ \ | |/
| * [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-291-1/+1
| |
| * [svn-r25350] Add more vfd tests to smaller timeout limitsAllen Byrne2014-06-241-0/+1
| |
| * [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-221-1/+1
| |
| * [svn-r25317] Edited the Introduction section.Mark Evans2014-06-181-18/+21
| | | | | | | | Tested: Doxygen and Firefox
* | [svn-r25288] merge from trunk.Mohamad Chaarawi2014-06-161-1/+1
|\ \ | |/
| * [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-151-1/+1
| |
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-1154-287/+3352
|\ \ | |/
| * [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-081-1/+1
| |
| * [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-251-1/+1
| |
| * [svn-r25202] Description:Binh-Minh Ribler2014-05-191-2/+2
| | | | | | | | | | | | | | Set OUTPUT_DIRECTORY to cpplus_RM and HTML_OUTPUT to '.' because they were reset by accident causing "bin/release doc" to fail. Ran bin/release to verify the failure was gone.
| * [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-181-1/+1
| |
| * [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-143-4/+4
| | | | | | | | Tested: local linux
| * [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-111-1/+1
| |
| * [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-041-1/+1
| |
| * [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-271-1/+1
| |
| * [svn-r25125] Description:Binh-Minh Ribler2014-04-261-1/+1
| | | | | | | | | | | | | | | | Made printError() virtual as the original; missed it from the previous fix. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-255-13/+4
| | | | | | | | | | | | | | | | | | | | | | back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
| * [svn-r25108] Description:Binh-Minh Ribler2014-04-253-6/+29
| | | | | | | | | | | | | | | | | | | | - Put back Exception::printError for backward compatibility - Added static member function Exception::printErrorStack to print error stack without an instance of Exception. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r25061] Description:Binh-Minh Ribler2014-04-1722-54/+325
| | | | | | | | | | | | | | | | | | | | | | Put back overloaded functions for backward compatibility: - were replaced by better prototyped versions, such as Attribute::getName. - were modified to add const to constant arguments. Added notes for future removal in documentation. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-1/+1
| |
| * [svn-r25020] Description:Binh-Minh Ribler2014-04-128-15/+21
| | | | | | | | | | | | | | | | | | | | - Fixed a few comments that Doxygen gave warnings on. - 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) Platforms tested: Linux/32 2.6 (jam) - only changing comments
| * [svn-r25019] Description:Binh-Minh Ribler2014-04-111-18/+19
| | | | | | | | | | | | | | Updated configuration file to use Doxygen 1.8.5 properly. Verified with Doxygen 1.8.5 on Jam, using bin/release. After committing, this will be checked out and verified again to make sure.
| * [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-092-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
| * [svn-r24996] Description:Binh-Minh Ribler2014-04-094-74/+2196
| | | | | | | | | | | | | | | | Fixed some minor documentation mistakes. Updated configuration file for Doxygen. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam)
| * [svn-r24994] Purpose: Removed some warningsBinh-Minh Ribler2014-04-096-15/+42
| | | | | | | | | | | | | | | | | | Description: Turned on warnings and removed some of those. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r24991] Purpose: Fixed HDFFV-3384Binh-Minh Ribler2014-04-0917-35/+33
| | | | | | | | | | | | | | | | | | | | Description: - Added const to const arguments - Fixed miscellaneous comments Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r24983] Purpose: Fix HDFFV-8367Binh-Minh Ribler2014-04-073-0/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added wrappers to CommomFG for H5Oget_info_by_name() to get a child object's type (requested by user) H5O_type_t childObjType(const H5std_string& objname) const; H5O_type_t childObjType(const char* objname) const; H5O_type_t childObjType(hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char* objname=".") const; - Added tests to tobject.cpp Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r24975] Description:Binh-Minh Ribler2014-04-071-0/+1
| | | | | | | | Added c++/test/tobject.cpp
| * [svn-r24969] Description:Binh-Minh Ribler2014-04-0618-74/+498
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added wrappers to H5Object for H5Iget_name() to get object's name ssize_t getObjName(char *obj_name, size_t buf_size = 0) const; ssize_t getObjName(H5std_string& obj_name, size_t len = 0) const; H5std_string getObjName() const; - Added tests tobject.cpp - Added to various cleanup_* functions in tests to remove generated files - Added an overload H5I_type_t getHDFObjType() to get object's type Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu) with gmake
| * [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-1/+1
| |
| * [svn-r24948] Group tests by Common nameAllen Byrne2014-04-022-23/+23
| | | | | | | | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* | [svn-r24940] merge from trunk.Mohamad Chaarawi2014-04-0140-534/+2671
|\ \ | |/
| * [svn-r24938] Description:Binh-Minh Ribler2014-04-014-51/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Overloaded Atribute::getName to take a char* for the attribute name: ssize_t Attribute::getName(char* attr_name, size_t buf_size) - Switched the arguments in this function: ssize_t getName(size_t buf_size, H5std_string& attr_name) so it became: ssize_t getName(H5std_string& attr_name, size_t buf_size) The second argument is default to 0, and can be skipped. - Removed this function: H5std_string getName(size_t buf_size); it'll collide with the first function when that function takes a NULL for the first argument, and uses default value for the second argument. - Added more tests Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
| * [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-313-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
| * [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-316-257/+1728
| | | | | | | | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest