| Commit message (Expand) | Author | Age | Files | Lines |
* | If MPI is enabled java will not compile because of include. | Allen Byrne | 2018-12-13 | 1 | -1/+3 |
|
|
* | HDFVIEW-4 removed unused functions | Allen Byrne | 2018-12-12 | 4 | -175/+0 |
|
|
* | HDFVIEW-4 add datatype read to H5A like H5D | Allen Byrne | 2018-12-10 | 3 | -139/+1206 |
|
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+4 |
|
|
* | Cleanup and add intermediate dir for java | Allen Byrne | 2018-08-31 | 1 | -12/+0 |
|
|
* | Java must use shared libs to allow dlopen calls | Allen Byrne | 2018-08-30 | 1 | -1/+1 |
|
|
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 4 | -11/+11 |
|
|
* | HDFFV-10536 callback crash fixed by using stack structure | Allen Byrne | 2018-08-17 | 15 | -56/+94 |
|
|
* | HDFFV-10544 Add more descriptive text | Allen Byrne | 2018-08-06 | 1 | -3/+3 |
|
|
* | HDFFV-10544 Correct var name | Allen Byrne | 2018-08-06 | 1 | -5/+5 |
|
|
* | HDFFV-10544 add class name to error text | Allen Byrne | 2018-08-06 | 5 | -8/+8 |
|
|
* | HDFFV-10544 exception variable as local class | Allen Byrne | 2018-08-06 | 2 | -10/+10 |
|
|
* | Improve error handling of exceptions | Allen Byrne | 2018-08-06 | 5 | -43/+77 |
|
|
* | Fix ptr arith | Allen Byrne | 2018-06-29 | 2 | -48/+39 |
|
|
* | Correct function call | Allen Byrne | 2018-06-28 | 1 | -1/+1 |
|
|
* | Correct cast formatting | Allen Byrne | 2018-06-28 | 1 | -2/+2 |
|
|
* | Correct var name | Allen Byrne | 2018-06-28 | 1 | -2/+2 |
|
|
* | Need to cast from void ptr | Allen Byrne | 2018-06-28 | 1 | -2/+2 |
|
|
* | Update Java util lib, Refactor H5D write VL to match read | Allen Byrne | 2018-06-27 | 4 | -3/+535 |
|
|
* | Fix attribute Read | Allen Byrne | 2018-06-25 | 5 | -243/+453 |
|
|
* | Correct "," handling | Allen Byrne | 2018-06-25 | 1 | -4/+4 |
|
|
* | Remove debug statements | Allen Byrne | 2018-06-21 | 2 | -17/+0 |
|
|
* | Split/fix utility for vl types | Allen Byrne | 2018-06-21 | 3 | -48/+165 |
|
|
* | fix whitespace | Allen Byrne | 2018-06-21 | 1 | -10/+10 |
|
|
* | HDFVIEW compound vlen needed vlen_t size | Allen Byrne | 2018-06-20 | 2 | -6/+26 |
|
|
* | Fix jni function call version | Allen Byrne | 2018-06-01 | 2 | -4/+4 |
|
|
* | H5O_info fixes for java and examples | Allen Byrne | 2018-05-31 | 4 | -28/+40 |
|
|
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -1/+1 |
|
|
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
|
|
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -2/+1 |
|
|
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -1/+1 |
|
|
* | Correct constant var names | Allen Byrne | 2018-03-15 | 1 | -4/+4 |
|
|
* | Java constants for new lib verbounds values | Allen Byrne | 2018-03-15 | 2 | -11/+11 |
|
|
* | HDFFV-10412 add error on function for Java | Allen Byrne | 2018-03-13 | 3 | -0/+30 |
|
|
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
|
|
* | Correct if-endif block | Allen Byrne | 2018-03-01 | 1 | -1/+1 |
|
|
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 |
|
|
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -3/+1 |
|
|
* | Revert CMAKE_BUILD_TYPE for matches - need to redesign | Allen Byrne | 2018-01-12 | 1 | -1/+1 |
|
|
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -1/+1 |
|
|
* | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 3 | -1/+285 |
|
|
* | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 1 | -1/+1 |
|
|
* | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ... | lrknox | 2017-12-22 | 3 | -285/+1 |
|
|
* | HDFFV-9724 Remove VDS file cache functionality | Allen Byrne | 2017-12-20 | 2 | -49/+0 |
|
|
* | Remove return from void functions | Allen Byrne | 2017-12-13 | 1 | -4/+0 |
|
|
* | Added java wrappers and tests | Allen Byrne | 2017-12-12 | 3 | -1/+338 |
|
|
* | Turned off unused parameter warnings in gcc for Java constants. | Dana Robinson | 2017-07-03 | 1 | -0/+1 |
|
|
* | Reduce warnings | Allen Byrne | 2017-05-25 | 5 | -9/+10 |
|
|
* | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 1 | -4/+28 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 39 | -234/+156 |
|
|