Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev -Update pkgconfig settings with version - #218 (#220) | Allen Byrne | 2020-12-22 | 1 | -2/+2 |
| | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Pkgconfig fix - #218 * Update all pkgconfig settings with version | ||||
* | OESS-98 convert plugin option to FetchContent, add tests (#155) | Allen Byrne | 2020-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * Update other test machines * OESS-98 fix tools test for plugins * HDFFV-10865 performance improvement for java array | ||||
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 4 | -575/+592 |
| | |||||
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 3 | -4/+4 |
| | |||||
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 3 | -1/+26 |
| | |||||
* | Make examples installation respect DESTDIR. Fixes | David Young | 2020-05-26 | 1 | -2/+2 |
| | | | | HDFFV-11060. | ||||
* | Fix NoFilter build | Allen Byrne | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 2 | -2/+2 |
| | |||||
* | Fix shadowed type | Allen Byrne | 2020-04-13 | 1 | -3/+3 |
| | |||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 2 | -9/+4 |
| | |||||
* | TRILAB-192 restrict extensive warnings to libraries | Allen Byrne | 2020-03-24 | 1 | -0/+6 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 4 | -4/+4 |
| | |||||
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-01-15 | 3 | -5/+4 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 3 | -4/+7 |
| | |||||
* | Apparently, + has no special meaning, and neither does \+, in so-called | David Young | 2019-11-12 | 1 | -1/+1 |
| | | | | | | | | "obsolete" / POSIX "basic" regular expressions. Also, not every version of `sed` out there supports the `-E` option. So delete the -E flag and use the regex `[^/][^/]*` instead of `[^/]+`. Add config/netbsd to the MANIFEST. | ||||
* | Make these scripts relocatable again: derive a relative path for the | David Young | 2019-11-05 | 1 | -1/+25 |
| | | | | | | | original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived. | ||||
* | Let us override the examples directory using --with-examplesdir=DIR. | David Young | 2019-10-03 | 2 | -3/+3 |
| | | | | | | | | | This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Place hdf5_examples/ under ${datarootdir} which on most systems will be ${prefix}/share/, anyway. | ||||
* | Under the examples directories, always find the installed HDF5 | David Young | 2019-10-03 | 1 | -1/+1 |
| | | | | | | | | | | executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems. Examples on NetBSD are installed at ${prefix}/share/examples/hdf5/ instead of at ${prefix}/share/hdf5_examples/, by convention. It may be the same on other BSDs, I'm not sure. | ||||
* | This test cannot use HD prefix macro with printf of fprintf | Allen Byrne | 2019-08-17 | 1 | -2/+2 |
| | |||||
* | Update HD prefix and reconcile hl/cpp test | Allen Byrne | 2019-08-16 | 1 | -8/+16 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 2 | -62/+62 |
| | |||||
* | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 2 | -0/+7 |
| | |||||
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 2 | -2/+4 |
| | |||||
* | HDFFV-10845 fix configure check and PATHs | Allen Byrne | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | HDFFV-10581 fix locations for static pdb files | Allen Byrne | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 3 | -30/+56 |
| | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | ||||
* | Add options to enable or disable building tools and tests. The default | Larry Knox | 2019-06-06 | 1 | -1/+7 |
| | | | | is enabled for each. | ||||
* | Change prefix in example scripts to relative path to bin. This was done | Larry Knox | 2018-08-23 | 1 | -1/+1 |
| | | | | | for 1.8, and works wherever installed without the need to replace the original prefix. | ||||
* | Fix MPI on Windows by adding MPI include folder | Allen Byrne | 2018-05-09 | 3 | -4/+4 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 3 | -22/+21 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 4 | -4/+4 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 3 | -22/+4 |
| | |||||
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -2/+2 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 4 | -4/+4 |
| | |||||
* | HDFFV-4359 Add HL C++ and fix install parameters | Allen Byrne | 2018-03-08 | 1 | -0/+47 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 4 | -4/+4 |
| | |||||
* | HDFFV-10398 use the simpler add_subdirectory signature | Allen Byrne | 2018-01-30 | 1 | -3/+3 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 2 | -2/+0 |
| | |||||
* | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 1 | -10/+2 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 13 | -67/+66 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | 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 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 2 | -3/+29 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 4 | -10/+10 |
| | |||||
* | Description: | Binh-Minh Ribler | 2016-10-26 | 1 | -2/+6 |
| | | | | | | | | | | | - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam) | ||||
* | Description: | Binh-Minh Ribler | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) | ||||
* | Purpose: Fix Packet Table issues cont. | Binh-Minh Ribler | 2016-10-24 | 1 | -17/+21 |
| | | | | | | | | | Description: Misc cleanups and comments in tests. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Linux/64 (jelly) | ||||
* | Miscellaneous code cleanup. | Binh-Minh Ribler | 2016-10-21 | 1 | -3/+0 |
| | | | | | | Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) | ||||
* | Description: | Binh-Minh Ribler | 2016-10-20 | 2 | -58/+115 |
| | | | | | | | | | | | | - Removed calls to H5Tget_native_type in the PT code. The application would need to do that if desired. - Added Abhi's program to tests to verify the fix. - This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported by Barbara Jones from Ametek as well. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test) | ||||
* | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 1 | -2/+3 |
| |