Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
337cf6a29d6MMerge pull request #743 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'a862d195c35730bdef924a776531e2879678a7a6': Correct path Correct path Change to local path Add back Find module and add support files Remove incorrect link var Remove duplicated module Correct usage of MPI vars Convert to use MPI:: for link Correct command usage Change MPI target properties for library
Allen ByrneAllen Byrne
a862d195c35Correct path
Allen ByrneAllen Byrne
3de5fa26621Correct path
Allen ByrneAllen Byrne
7222e5f6a3eChange to local path
Allen ByrneAllen Byrne
21874ce5c20Add back Find module and add support files
Allen ByrneAllen Byrne
f190509675eRemove incorrect link var
Allen ByrneAllen Byrne
9aa8e01e5cfRemove duplicated module
Allen ByrneAllen Byrne
f8fd6d0b41aCorrect usage of MPI vars
Allen ByrneAllen Byrne
930cfc402dcConvert to use MPI:: for link
Allen ByrneAllen Byrne
765d9645629Correct command usage
Allen ByrneAllen Byrne
80c96bb047bChange MPI target properties for library
Dana RobinsonDana Robinson
51f8e2b8907Made the chunk sizes global.
Dana RobinsonDana Robinson
b7d9e25d4cfRenamed functions and commented to make code clearer.
Dana RobinsonDana Robinson
c2ef6cee4c4Made the small size arrays global and renamed a function.
Dana RobinsonDana Robinson
bd668aeed56Added a function to disable the chunk cache and hacked up the dataset read when plugins are disabled test.
Dana RobinsonDana Robinson
a2c00c99224Added a function to free up 2D arrays
Dana RobinsonDana Robinson
0ec94a5a1a7Made all arrays dynamic, eliminating size warnings.
Dana RobinsonDana Robinson
4a98af57854Minor tweaks to the first filter plugin test function and fixed up the group filter test.
Dana RobinsonDana Robinson
3457ddab525Added an array compare function to the filter_plugin test and cleaned up the main function.
Dana RobinsonDana Robinson
1919e2c8052Cleaned up the first filter_plugin test and reduced memory usage warnings.
Dana RobinsonDana Robinson
c9a577e5c07Renamed filter plugin files but not the libraries. CMake will be broken until the next commit.
Dana RobinsonDana Robinson
6e882099637Moved test_plugin.sh to test_filter_plugin.sh
Dana RobinsonDana Robinson
2be14ebb128Fixed a problem in the CMake changes for filter plugins and changed the output file from plugin.h5 to filter_plugin.h5.
Dana RobinsonDana Robinson
0b3c81e14ccMMerge branch 'develop' into plugin_rename_develop
Dana RobinsonDana Robinson
6f361d284c6Moved plugin.c to filter_plugin.c in the test directory.
htang4htang4
28420ff2b7bFile space management for SWMR writer and test code.
Allen ByrneAllen Byrne
21deb723aacFix other test name typos
Allen ByrneAllen Byrne
00265143af2Fix typo in valgrind test name
Allen ByrneAllen Byrne
222fc3d920eWhitespace conversions and comment updates
Allen ByrneAllen Byrne
367c3f20a82Add/remove test files
Allen ByrneAllen Byrne
3adb8e5cc87Cleanup cmake clean macros
Allen ByrneAllen Byrne
163b83af2fbVS2012 and earlier cannot have execute stmnts before declare
Allen ByrneAllen Byrne
927417718f7Correct depends name
Allen ByrneAllen Byrne
fe721f15e63Fix list of names
Allen ByrneAllen Byrne
6abd94bfbb2new reference file
Allen ByrneAllen Byrne
d0a8ec8ab68Fix repack plugin test - reorganize test macros
Binh-Minh RiblerBinh-Minh Ribler
033d9315ccaUpdated doxygen config file Description: Added C2Cppfunction_map.mht to HTML_EXTRA_FILES. Verified that the file is copied to cpplus_RM after running doxygen on cpp_doc_config.
Allen ByrneAllen Byrne
03c21a0d3f5Adjust filter available variables
Allen ByrneAllen Byrne
8a695a57deaFix STREQUAL if commands.
Allen ByrneAllen Byrne
9334d1ab685Update error handling to support ARGS and tools stack
Quincey KoziolQuincey Koziol
e61fd7f7d87Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
Larry KnoxLarry Knox
12456133462Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
Binh-Minh RiblerBinh-Minh Ribler
d36cb5c646aFixed typos for document file.
Quincey KoziolQuincey Koziol
07185e9db03Style cleanups and misc. bugfixes discovered during full SWMR development.
Quincey KoziolQuincey Koziol
2c505b41369Correct mistake in H5_now_usec calculation for clock_gettime.
Quincey KoziolQuincey Koziol
86604ce53b0Bring over H5_now_usec from the monotonic_timer branch.
Quincey KoziolQuincey Koziol
a034e7a7987Align w/trunk
Quincey KoziolQuincey Koziol
ac24baf9ec9Fix typo for inserting the freedspace object into the cache.
Dana RobinsonDana Robinson
5586cea028bStripped C standard library headers from tools test code.
Dana RobinsonDana Robinson
3a8f171cf37Rework of the POSIX file open permissions and macros to clean up HDopen() calls. Also fixed a minor const warning in the core VFD.