Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typos for document file. | Binh-Minh Ribler | 2017-09-25 | 1 | -1/+1 |
* | Added documentation file | Binh-Minh Ribler | 2017-09-17 | 2 | -0/+35296 |
* | Miscellaneous code cleanup | Binh-Minh Ribler | 2017-09-15 | 32 | -90/+51 |
* | Fixed incorrect calls | Binh-Minh Ribler | 2017-09-14 | 16 | -52/+52 |
* | New overloaded functions and tests | Binh-Minh Ribler | 2017-09-12 | 19 | -109/+416 |
* | Adding variable initialization | Binh-Minh Ribler | 2017-09-07 | 8 | -12/+12 |
* | Adding new C++ wrappers | Binh-Minh Ribler | 2017-09-04 | 18 | -30/+543 |
* | Miscellaneous improvements (cont.) | Binh-Minh Ribler | 2017-08-25 | 2 | -0/+21 |
* | Miscellaneous improvements | Binh-Minh Ribler | 2017-08-24 | 7 | -69/+71 |
* | * Reverted removal of H5I_REFERENCE to avoid breaking binary | Dana Robinson | 2017-07-03 | 2 | -0/+20 |
* | Purged the unused H5I_REFERENCE from the library. | Dana Robinson | 2017-07-01 | 1 | -2/+0 |
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 108 | -637/+446 |
* | Description: | Binh-Minh Ribler | 2017-03-21 | 18 | -82/+117 |
* | Extend h5vers to update version strings in java files and h5repack | lrknox | 2017-03-20 | 1 | -1/+1 |
* | Description: | Binh-Minh Ribler | 2017-03-20 | 1 | -8/+0 |
* | Purpose: Add new C++ wrappers | Binh-Minh Ribler | 2017-03-19 | 4 | -47/+73 |
* | Description: | Binh-Minh Ribler | 2017-03-17 | 1 | -4/+4 |
* | Description: | Binh-Minh Ribler | 2017-03-17 | 2 | -2/+66 |
* | Description: | Binh-Minh Ribler | 2017-03-17 | 38 | -183/+219 |
* | Merge pull request #334 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp2:develop to... | Binh-Minh Ribler | 2017-03-16 | 15 | -14/+490 |
|\ | |||||
| * | Purpose: Add new C++ wrappers | Binh-Minh Ribler | 2017-03-14 | 15 | -14/+490 |
* | | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 4 | -1/+19 |
|/ | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b... | Binh-Minh Ribler | 2017-03-03 | 1 | -2/+2 |
|\ | |||||
| * | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 1 | -2/+2 |
* | | Description: | Binh-Minh Ribler | 2017-03-03 | 78 | -14533/+14522 |
|/ | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b... | Binh-Minh Ribler | 2017-02-23 | 1 | -2/+1 |
|\ | |||||
| * | Minor fix for duplicated H5Pclose() call in C++ tests. | Dana Robinson | 2017-02-23 | 1 | -2/+1 |
* | | Purpose: Add new C++ wrappers | Binh-Minh Ribler | 2017-02-23 | 6 | -31/+174 |
|/ | |||||
* | Description: | Binh-Minh Ribler | 2017-02-16 | 1 | -2/+10 |
* | Description: | Binh-Minh Ribler | 2017-02-15 | 1 | -1/+1 |
* | Purpose: Add new C++ wrappers | Binh-Minh Ribler | 2017-02-15 | 3 | -4/+152 |
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+1 |
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -0/+1 |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-13 | 1 | -1/+1 |
|\ | |||||
| * | tools/test/h5diff/testh5diff.sh.in: | lrknox | 2017-01-13 | 1 | -1/+1 |
* | | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 2 | -3/+42 |
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 6 | -30/+29 |
|/ | |||||
* | Description: | Binh-Minh Ribler | 2017-01-04 | 1 | -0/+2 |
* | Removed commented section left in by mistake. | Binh-Minh Ribler | 2017-01-03 | 1 | -8/+0 |
* | Purpose: Add more tests | Binh-Minh Ribler | 2017-01-03 | 4 | -23/+45 |
* | Purpose: Add new wrappers | Binh-Minh Ribler | 2016-12-28 | 32 | -74/+391 |
* | Description: | Binh-Minh Ribler | 2016-12-23 | 19 | -65/+9 |
* | Purpose: Improvement for HDFFV-10004 | Binh-Minh Ribler | 2016-12-19 | 38 | -414/+942 |
* | Snapshot version 1.9 release 235 | hdftest | 2016-12-16 | 1 | -1/+1 |
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -1/+1 |
* | Description: | Binh-Minh Ribler | 2016-11-14 | 16 | -144/+53 |
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 2 | -2/+0 |
* | Description: | Binh-Minh Ribler | 2016-10-26 | 1 | -0/+2 |
* | Description: | Binh-Minh Ribler | 2016-10-19 | 74 | -528/+109 |
* | Description: | Binh-Minh Ribler | 2016-10-14 | 2 | -6/+3 |