| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'e9d582a034b68a4b4485e2c71c089d9e52b63d52':
Chage command proces to generate file before use.
|
|/ |
|
|\
| |
| |
| |
| | |
* commit 'ef2e93d23988b44c663b6df583edecd2e604f009':
Eliminate unreferenced local variable warning
|
|/ |
|
|\
| |
| |
| |
| | |
* commit 'c635d463115efdd60bbcd9654644d6b298fd7cd3':
Add missing command to set shared generated file
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit '3585b373508ca5ea940fbf6e7d0ffeed1968a6bf':
Add default site names
Separate fortran generation into static and shared folders.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* commit 'bea6ab9ea44eab3503e7fc3c6f1e7ea0d7c1557a':
Revert to using old set command
|
|/ |
|
|\
| |
| |
| |
| | |
* commit '6a3551eba007e826968361d3525cfa2b9139e553':
Change string to list - older usage
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
* commit '1963f50928089c0ec4a1ff11d54f652a4ab0a498':
Add option to submit to Cdash
Change UPDATE_TYPE to git
Update CMake java functions
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to develop
Purpose: Code cleanup
Description:
- Used FP_EPSILON in comparing float values to verify read data
- Casted C macro to fix mismatched types in verify_val calls
Platforms tested:
Linux/32 2.6 (jam), Linux/64 (platypus), Darwin (osx1010test)
* commit '478f771243b4e7b7c416dde22b5dcde13e1f3541':
Purpose: Code cleanup Description: - Used FP_EPSILON in comparing float values to verify read data - Casted C macro to fix mismatched types in verify_val calls Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
- Used FP_EPSILON in comparing float values to verify read data
- Casted C macro to fix mismatched types in verify_val calls
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|\ \
| | |
| | |
| | |
| | | |
* commit '03169f5b19e64ab568e13bc883ef5047542b632e':
Restrict git commit hash in tar file names to first 7 characters with --short option.
|
| | |
| | |
| | |
| | | |
--short option.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* commit '9bcb5305db7226d06076aef5aada8c07fff1c41c':
Add longer timeout to cache tests - test has consistently exceeded default timing.
|
|/ /
| |
| | |
default timing.
|
|\ \
| | |
| | |
| | |
| | | |
* commit '49ea5bd2a9f23d53f94377457376c91f51e1d287':
Removed -p option from invocation of autogen.sh by h5vers script to allow running h5vers on machines without /usr/hdf/bin/AUTOTOOLS.
|
| |\ \
| |/ /
|/| |
| | | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '1bad18cc24e0108dea2a9e48402bba9d32e3b96c':
Add bin/pkgscrpts files to MANIFEST.
dd bin/pkgscrpts directory with scripts to package deployed unix binaries into tarfiles.
|
| |/ /
| | |
| | |
| | | |
allow running h5vers on machines without /usr/hdf/bin/AUTOTOOLS.
|
| | | |
|
|/ /
| |
| |
| | |
into tarfiles.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
~LRKNOX/hdf5_lrk:HDFFV-9978-build-scripts-release-bbrelease to develop
* commit 'a4c60918a741e029c9ace1a8737f414cc0f49903':
Added .gitignore and .gitattributes files with contents from the last git mirror or the hdf5 repository prior to the manual migration of the hdf5 svn repository to the git repository in bitbucket. Added entries to MANIFEST for the 2 new files.
|
| |
| |
| |
| |
| |
| | |
git mirror or the hdf5 repository prior to the manual migration of the
hdf5 svn repository to the git repository in bitbucket.
Added entries to MANIFEST for the 2 new files.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~BYRN/hdf5_adb:bugfix/HDFFV-9431-cpp_testhdf5 to develop
* commit '9842d2ae5f5956ea29e55c4e8d4ce9709882c879':
Add VFD name to test folder
|
|/ / |
|
|\ \
| |/
| |
| |
| |
| |
| | |
~LRKNOX/hdf5_lrk:HDFFV-9978-build-scripts-release-bbrelease to develop
* commit '5372b04bab6e36df2c3aa641307c2a93eccc35e9':
Merge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
|
| |
| |
| |
| |
| |
| |
| | |
* commit '5aee5213190f145b5a734f5dc76a67c82f7d6b82':
emoved .gitattributes and .gitignore, as the manual migration did not create them. Corrected bbrelease script to create new release version with revision hash.
Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
|
|\ \
| |/
| |
| |
| |
| |
| | |
~LRKNOX/hdf5_lrk:HDFFV-9978-build-scripts-release-bbrelease to develop
* commit 'b368f0de8d53ca536e95f71d88504cd1ee3ea33c':
Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
|
| |
| |
| |
| |
| |
| |
| |
| | |
with running chkmanifest on a machine with the correct autotools
versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh
script says the option is for HDF group use only and is likely to be
removed. The same effect can be achieved by adding
/usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
|
|\ \
| | |
| | |
| | |
| | | |
* commit '203b2b2e75816bfd0f4d54ecd2cb1f41b1247447':
Windows returns -1 instaed of 255 as on linux for the test
|
|/ / |
|
|\ \
| |/
| |
| |
| |
| |
| | |
~LRKNOX/hdf5_lrk:HDFFV-9978-build-scripts-release-bbrelease to develop
* commit 'ba5652ffc27be96fa7275b039ce2c8e249751657':
Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository.
|
|/
|
|
| |
scripts with source in git repository.
|
|
|
|
| |
Verified by user, who reported issue.
|
|
|
|
| |
Tested on emu (-m64 & -m32), platypus, mayll, moohan, osx1010test, quail, kituo, ostrich, kite.
|
| |
|
| |
|
| |
|
|
|
|
| |
H5Iget_name in JNI API.
|
|
|
|
| |
type to the recommended variable name. Updated documentation.
|
|
|
|
|
|
|
|
|
|
| |
Added windows name suffix for debug to CMake cmd_arg for examples and test.
Fix issues discovered under debug testing;
Create a version of H5Iget_name that correctly returns the name.
Rework PIN_JAVA_STRING macro and usage to eliminate possible memory leaks by using if-else instead of mid-routine return.
Update example to use new H5Iget_name API.
Tested: windows under debug
|
| |
|