summaryrefslogtreecommitdiffstats
path: root/c++/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25561] merge from trunk.Mohamad Chaarawi2014-08-281-1/+1
|\
| * [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-241-1/+1
| |
* | [svn-r25538] merge from trunk.Mohamad Chaarawi2014-08-191-1/+1
|\ \ | |/
| * [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-171-1/+1
| |
* | [svn-r25522] merge from trunk.Mohamad Chaarawi2014-08-081-1/+1
|\ \ | |/
| * [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-031-1/+1
| |
* | [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-141-2/+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-071-1/+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-032-19/+22
|\ \ | |/
| * [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-291-1/+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-1133-165/+2820
|\ \ | |/
| * [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-141-1/+1
| | | | | | | | 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-252-10/+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-252-6/+25
| | | | | | | | | | | | | | | | | | | | - 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-1720-42/+284
| | | | | | | | | | | | | | | | | | | | | | 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-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-092-9/+16
| | | | | | | | | | | | | | | | | | 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-072-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r24969] Description:Binh-Minh Ribler2014-04-066-6/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-r24940] merge from trunk.Mohamad Chaarawi2014-04-0122-235/+880
|\ \ | |/
| * [svn-r24938] Description:Binh-Minh Ribler2014-04-013-51/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)