Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
55d82c8f747Add test header for log
Allen ByrneAllen Byrne
cd0d804611fVerify default paths exist in table
Allen ByrneAllen Byrne
373a37da015Make sure zip_perf program does not run concurrently
Allen ByrneAllen Byrne
8540b1d8fcfMMerge pull request #610 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '08d63d17f9ba80f205d54bc6526cb709a81ff0cb': Add the release note Correct copy to file name HDFFV-10246 Add check for string not null before use Correct case of var
Allen ByrneAllen Byrne
08d63d17f9bAdd the release note
Allen ByrneAllen Byrne
1018256d555Correct copy to file name
Allen ByrneAllen Byrne
e790a0b42d0HDFFV-10246 Add check for string not null before use
Allen ByrneAllen Byrne
f5317e17a85MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '1fe3d5113aeedc4b67dae6b83984d1246c7a2701': Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions. Changes made based on RFC review comments Test the changes in a branch via daily testing.
Vailin ChoiVailin Choi
1fe3d5113aeMMerge pull request #604 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop * commit '558864b99d945191dbf679efcc1cbfdf4baa2810': Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions. Changes made based on RFC review comments Test the changes in a branch via daily testing.
Vailin ChoiVailin Choi
558864b99d9MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
Vailin ChoiVailin Choi
ba17f16e4caSkip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
Vailin ChoiVailin Choi
66efce85e7aChanges made based on RFC review comments Test the changes in a branch via daily testing.
Allen ByrneAllen Byrne
3a7c5f19c42Correct case of var
Dana RobinsonDana Robinson
52148e13f86MMerge pull request #606 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_misc to develop * commit 'ec7450c4b4b44a61b282535b981576d888286fca': Closed a wayward fapl ID in tools/test/misc/repart_test.c and tidied. Stripped C standard library headers from tools test code.
Dana RobinsonDana Robinson
ec7450c4b4bClosed a wayward fapl ID in tools/test/misc/repart_test.c and tidied.
Dana RobinsonDana Robinson
bee8bce551fMMerge branch 'develop' into tools_misc
Dana RobinsonDana Robinson
fcd2d20460fMMerge pull request #603 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_misc to develop * commit 'ee7816bbfb3f22d42d5db7d779efe54ae29528cb': Stripped C standard library headers (and a couple of macros) from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
Dana RobinsonDana Robinson
ffc9b1d917cStripped C standard library headers from tools test code.
Dana RobinsonDana Robinson
ee7816bbfb3Stripped C standard library headers (and a couple of macros) from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
Scot BreitenfeldScot Breitenfeld
b7f19967d76Removed FCFLAGS when building the examples since they should already be included the h5fc wrapper. NAG complains about doubly declared options.
Dana RobinsonDana Robinson
8511ad0561aMMerge branch 'develop' into h5pl_cleanup
Allen ByrneAllen Byrne
26390d02df9MMerge pull request #601 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'b3a212e54b86e15ea059d856db8685f43cc00829': HDFFV-10254 Fix spelling HDFFV-10254 release note HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
Allen ByrneAllen Byrne
b3a212e54b8HDFFV-10254 Fix spelling
Allen ByrneAllen Byrne
c22678f3fdeHDFFV-10254 release note
Allen ByrneAllen Byrne
78d1de482ebHDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
Richard WarrenRichard Warren
516f0e3661dMMerge pull request #596 in HDFFV/hdf5 from GreaterThan-2GB-MPIO to develop * commit '6a5aa46e936340ed540359290374fa909f9213a6': Added a brief outline for Large MPI-IO transfers into RELEASE.txt Fix up the ExpressMode check for skipping slow running tests. Include code fixes and additional modifications pointed out by code reviewers Commited changes to the development branch here to allow a pull request to be published Commit changes needed for pull request
Richard WarrenRichard Warren
6a5aa46e936Added a brief outline for Large MPI-IO transfers into RELEASE.txt
Richard WarrenRichard Warren
32b0d6ca9f9Fix up the ExpressMode check for skipping slow running tests.
Richard WarrenRichard Warren
0c4c562cc58Include code fixes and additional modifications pointed out by code reviewers
Richard WarrenRichard Warren
64d33e5e6e4Commited changes to the development branch here to allow a pull request to be published
Richard WarrenRichard Warren
47a4cd816cfCommit changes needed for pull request
Dana RobinsonDana Robinson
49227d95a8dMinor tweaks to H5system.c
Dana RobinsonDana Robinson
7e247f087ceConverted Windows environment variable macro to a function.
Dana RobinsonDana Robinson
fd6562e8c9aAdded H5_DLL to new H5PLpkg.h functions.
Dana RobinsonDana Robinson
af4d896f003Reworked plugin open and search code.
Dana RobinsonDana Robinson
1d8f1135d63Renamed H5PL__find() to H5PL__find_plugin_in_path()
Dana RobinsonDana Robinson
5b2769f103aRenamed the plugin cache find function to match the one for the plugin table.
Dana RobinsonDana Robinson
09b9d035818Rework of H5PL__find() to use search parameters struct.
Dana RobinsonDana Robinson
bef7e670abaAdded a function to find a plugin in the path table.
Dana RobinsonDana Robinson
07d4e5a436bMoved the path table expansion code to a new function.
Dana RobinsonDana Robinson
b5d553d9cb8Added cleanup code when path table creation fails.
Dana RobinsonDana Robinson
1340560d4acMade path globals static. Moved new statics to correct location in files.
Dana RobinsonDana Robinson
1dc1c08fbd7Cleaned up parameter names in H5PLpublic.h.
Dana RobinsonDana Robinson
22955e9b3aeFlipped the polarity of the 'allow plugins' flag.
Dana RobinsonDana Robinson
7fec1ef0a28Wrapped interal variables with accessors and made static.
Dana RobinsonDana Robinson
e893502e6e2Segregated plugin table (now cache) code.
Dana RobinsonDana Robinson
ecf2fa36cdfRenamed H5PL__init_path_table() to H5PL__create_path_table().
Dana RobinsonDana Robinson
72c3862b221Added empty plugin table file and wired it up in the autotools and CMake.
Dana RobinsonDana Robinson
be4adc2f69fDeleted a duplicate type from a header.
Dana RobinsonDana Robinson
983bc7c4209Made the plugin table a little more self-contained