summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix:HDFFV-9987M. Scot Breitenfeld2016-10-146-48/+66
| * | Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.M. Scot Breitenfeld2016-10-141-5/+1
| * | Purpose: Updated documentationBinh-Minh Ribler2016-10-1424-75/+115
| * | Purpose: Fix bug HDFFR-9920 cont.Binh-Minh Ribler2016-10-1431-1469/+2070
| * | Add support for namespace and add tools to binaries configAllen Byrne2016-10-1424-13/+49
* | | Merge pull request #77 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:windows_dset_fai...Dana Robinson2016-10-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixed Windows dsets.c test failure.Dana Robinson2016-10-141-1/+1
| * | Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new"Dana Robinson2016-10-143-48/+1
| * | Revert "Fixed Windows test failures."Dana Robinson2016-10-141-1/+1
| * | Fixed Windows test failures.derobins2016-10-141-1/+1
| * | Added C++ wrappers (get/setCoreWriteTracking()) for newDana Robinson2016-10-043-1/+48
* | | Merge pull request #67 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-146-85/+87
|\ \ \ | | |/ | |/|
| * | Correct name and usage of cmake variableAllen Byrne2016-10-103-6/+6
| * | Add STGZ to mac cpack listAllen Byrne2016-10-071-0/+1
| * | Merge from master cmake_conf projectAllen Byrne2016-10-072-79/+80
* | | Merge pull request #73 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdffv-9987 to dev...Scot Breitenfeld2016-10-146-48/+66
|\ \ \
| * | | Fix:HDFFV-9987M. Scot Breitenfeld2016-10-106-48/+66
* | | | Merge pull request #71 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop t...Binh-Minh Ribler2016-10-123-6/+4
|\ \ \ \
| * | | | Description:Binh-Minh Ribler2016-10-122-6/+3
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2016-10-1295-965/+1908
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #45 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop t...Binh-Minh Ribler2016-10-1154-1541/+2183
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #65 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2016-10-071-5/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.M. Scot Breitenfeld2016-10-071-5/+1
|/ / / /
* | | | Merge pull request #61 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9961-ad...Allen Byrne2016-10-067-67/+23
|\ \ \ \
| * | | | Fix copyright to point to cmakeAllen Byrne2016-10-064-8/+4
| * | | | Fix cyclic depends due to typoAllen Byrne2016-10-051-4/+3
| * | | | Correct how include is used when located inside projectAllen Byrne2016-10-051-1/+1
| * | | | HDFFV-9961: Add GIT option to ext lib macrosAllen Byrne2016-10-042-8/+11
| * | | | Update copyright to latest from kitwareAllen Byrne2016-10-044-56/+14
* | | | | Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2016-10-0617-363/+240
|\ \ \ \ \
| * | | | | removed the use of C_SIZEOF for non BIND(C) derived typeM. Scot Breitenfeld2016-10-031-5/+1
| * | | | | Fixed test to use storage_size instead of c_sizeof when available.M. Scot Breitenfeld2016-09-291-4/+4
| * | | | | fixed missing closing bracketM. Scot Breitenfeld2016-09-291-1/+1
| * | | | | Removed unused variables.M. Scot Breitenfeld2016-09-291-12/+12
| * | | | | Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is n...M. Scot Breitenfeld2016-09-293-12/+20
| * | | | | Removed duplicate FCFLAGM. Scot Breitenfeld2016-09-291-3/+0
| * | | | | Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-293-8/+2
| * | | | | Added number of integer KINDs found to the header files.M. Scot Breitenfeld2016-09-266-28/+41
| * | | | | Added path to source include files when building buidiface.M. Scot Breitenfeld2016-09-262-2/+2
| * | | | | Added rule to build buildiface program, without a rule, build would add repea...M. Scot Breitenfeld2016-09-262-2/+9
| * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Scot Breitenfeld2016-09-232-27/+81
| |\ \ \ \ \
| * | | | | | Misc. cleaning up of the program.M. Scot Breitenfeld2016-09-232-92/+15
| * | | | | | Added SEQUENCE to derived types for NAG:M. Scot Breitenfeld2016-09-232-3/+4
| * | | | | | misc. format code-cleanupM. Scot Breitenfeld2016-09-221-6/+0
| * | | | | | Removed the use of hard-coded integer KINDs.M. Scot Breitenfeld2016-09-221-17/+15
| * | | | | | Code clean-up.M. Scot Breitenfeld2016-09-221-2/+1
| * | | | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb...M. Scot Breitenfeld2016-09-2213-117/+415
| |\ \ \ \ \ \
| * | | | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-227-234/+181
* | | | | | | | Merge pull request #57 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-0524-306/+49
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | HDFFV-9991: Remove uneeded fileAllen Byrne2016-10-043-102/+0