Network

 
AuthorCommitMessageCommit Date
Raymond LuRaymond Lu
c7e0a521dba[svn-r23365] I opted out dirent.h for Windows. Not tested yet.
Raymond LuRaymond Lu
296e21f2e22[svn-r23360] I added Windows support to H5PL_find function. Tested on koala but not on Windows yet.
Raymond LuRaymond Lu
f6f202dc71e[svn-r23359] I added some macros and refactoring the code to prepare for Windows support. Tested on koala.
Allen ByrneAllen Byrne
7f44286aa57[svn-r23358] correct env var value for test
Allen ByrneAllen Byrne
2923f64c286[svn-r23357] HDFFV-8338: Add cmake support, this commit only tested for linux Tested: local linux
Allen ByrneAllen Byrne
c1ddb82ac1d[svn-r23356] Correct target name
Raymond LuRaymond Lu
e37ee97a587[svn-r23350] I cleaned up some code and added comments for my previous checkin of the DESY project. Tested on koala.
Raymond LuRaymond Lu
08359be858a[svn-r23347] ported revision 23248:23346 from the trunk
Raymond LuRaymond Lu
55822485c64[svn-r23346] First commit for DESY project. It has the basic functionality of loading dynamically filter libraries and a simple test for it. Tested on koala.
Mohamad ChaarawiMohamad Chaarawi
b11658fd99aM[svn-r23487] use the core driver at the server side for the metadata file
Mohamad ChaarawiMohamad Chaarawi
c5d9a4cc7c2[svn-r23486] add the vol external plugin example
Mohamad ChaarawiMohamad Chaarawi
efd6ebdadefM[svn-r23484] merge from VOL branch . resolve lots of conflicts. adjust to the new async changes.
Mohamad ChaarawiMohamad Chaarawi
98353176a6dM[svn-r23474] Bring recent trunk changes into the VOL branch including the fix to Ph5diff
Mohamad ChaarawiMohamad Chaarawi
be4198eb414[svn-r23470] update INSTALL_parallel with build instructions for Hopper.
Quincey KoziolQuincey Koziol
86f1fce5f7a[svn-r23469] Description: Change h5diff_exit() routine to always return a zero exit code when running in parallel, since returning a non-zero exit code can cause MPI implementations to print output and that can throw off our "expected output" comparisons. Note that this change only changes the exit code for situations where an incorrect command-line parameter was given - ph5diff was already returning a zero exit code for all "normal" executions, including those where a serial h5diff ...
Mohamad ChaarawiMohamad Chaarawi
5a14bf5fac8[svn-r23466] more missed static declarations tested on Jam, to minor for committest
Scot BreitenfeldScot Breitenfeld
881cdef5f8e[svn-r23463] Added dllexport for verify_real_kind_7
Scot BreitenfeldScot Breitenfeld
a1db18bc05d[svn-r23462] Added definition for h5kind_to_type
Mohamad ChaarawiMohamad Chaarawi
d55bfb91a27[svn-r23461] add missing static declarations of rotuines. tested on Jam - too minor for committest
Allen ByrneAllen Byrne
cb8e3dee9f6[svn-r23460] Add missing infile assignment and error counts
Binh-Minh RiblerBinh-Minh Ribler
782591cf138[svn-r23456] Description: A "return" was missing from a non-void function. Fixed. Platforms Tested: Linux/32 2.6 (jam) Linux/ppc64 (ostrich) Asked Allen check Windows.
Allen ByrneAllen Byrne
52d11908837[svn-r23449] Update script for reporting errors from configure, build, test. Tested: jam
Allen ByrneAllen Byrne
4ae0c873e0c[svn-r23446] HDFFV-8344, HDFFV-8346: merge from 1.8 branch
Mohamad ChaarawiMohamad Chaarawi
fd88a0006ea[svn-r23473] Update the VOL plugin callbacks with better async I/O support: - change hid_t req in callbacks to void **req - change all callbacks to accept dxpl_ids (except dataset write and read which already do) - update all the private and public VL routines to accept a dxpl_id and event queue id - Add an async class for the VOL plugin with cancel, test, and wait request operations - add the external VOL log plugin test to the examples directory NOTE that async operations are still no...
Mohamad ChaarawiMohamad Chaarawi
dbdedfdd2e5M[svn-r23443] merged from trunk
Albert ChengAlbert Cheng
6e1122dda4e[svn-r23441] HDFFV-8245: bug fix. Snow Leopard (darwin 10.X) does not have clang++. Reversed it to use gcc/g++ as the default C and CXX compilers for Darwin 10.X systems. Tested: duck (darwin 11), wren (darwin 12) and fred (darwin 10).
Binh-Minh RiblerBinh-Minh Ribler
1f6cd26a938[svn-r23438] Purpose: Fix bug HDFFV-7520 Description: Added wrappers for H5Aexists. Platforms Tested: Linux/32 2.6 (jam) Linux/64 2.6 (koala) Linux/ppc64 (ostrich)
Albert ChengAlbert Cheng
5c459618453[svn-r23434] Improvement: DFFV-8245 Use Clang as the compiler for the Mac platform. Changed all Mac to use clang/clang++ as the default C and CXX compilers if not provided by the user. Still use gfortran as the default fortran compiler since Apple does not provide any fortran compiler. Tested: passed all three macs OS, snow leapord (fred), lion (duck) and mountain lion (wren). Also passed test using Apple gcc, Gnu gcc, Intel as the C compilers and all corresponding CXX compilers fits in. Di...
Larry KnoxLarry Knox
f593b6e7129[svn-r23433] Fix for HDFFV-7996. Compile scripts will add paths for external libraries linked to executable files that they create. Eliminates need for LD_LIBRARY_PATH for szip in locations not known to ld. Teted on platypus and emu (64bit) in addition to h5committest.
Larry KnoxLarry Knox
99b15244742[svn-r23431] Fix for HDFFV-8141. Changes default value for USE_SHARED_LIB in compile scripts to yes when static is disabled. Comments in scripts about the order of flag variables containing library paths was also corrected. Tested with h5committest on duck, jam, koala, and ostrich in addition to specific testing for the compile script change.
Binh-Minh RiblerBinh-Minh Ribler
3f1c23b3151[svn-r23428] Description: Fixed bug HDFFV-4272. Just typos in documentation. Platform tested: Jam
Binh-Minh RiblerBinh-Minh Ribler
c8018386da2[svn-r23427] Purpose: Fix bug HDFFV-8067 Description: + The C++ test failed with the new PGI compilers versions 12.4 and 12.5 + An exception thrown by an internal function, which was called by a constructor, was not propagating to the test program during the stack unwinding, so it couldn't be caught by the test and the program terminated. + Various trials and errors indicated that the problem is where an STD string converted to a char* being passed to the internal function, ...
Dana RobinsonDana Robinson
030a17ca609[svn-r23417] Fixes an issue (HDFFV-8159) where uninitialized memory was being read during variable-length type conversion. All variable-length type conversion buffers are now initialized to contain 0s on allocation. Tested on: jam(w/ fortran, C++, parallel, parallel fortran) ostrich This is a very small change (basially changing malloc to calloc) and is unlikely to cause issues on other platforms.
Quincey KoziolQuincey Koziol
535456397c2[svn-r23415] Description: Avoid using fpclassify() for detecting zero/non-zero values. Tested on: Mac OSX/64 10.8.3 (amazon) w/debug
Allen ByrneAllen Byrne
0596de6267e[svn-r23412] Add test depends on clear test. Occasional failures.
Allen ByrneAllen Byrne
e7ced517bc9[svn-r23411] HDDFV-8322: Free allocations in command line parsing. Tested: local linux
Scot BreitenfeldScot Breitenfeld
a0ec9c282b3[svn-r23410] HDFFV-8264: Using F2003, build fails on Fedora with undefined reference to __h5r_MOD_h5rget_region_region_f This turned out being an issue with configure. The reporter submitted a patch which fixed the fact that we should not be setting AM_FCFLAGS (an automake variable) with FFLAGS (a user variable). I removed this, and we now only set FFLAGS if the environment variable is set, otherwise we don't. Tested: jam (gnu)
Jonathan KimJonathan Kim
e8955b876cc[svn-r23407] Purpose: HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. Description: h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks. The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout. Tested: jam (linux32-LE), koala (lin...
Quincey KoziolQuincey Koziol
59dd5665a58[svn-r23395] Description: Bring Coverity changes from branch to trunk: r20682: fixed coverity: 76, 77, 635, 636, 1164, 1165, 1166, 1121, 1122, 1117, 1343 Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Allen ByrneAllen Byrne
8ad18f496ad[svn-r23388] HDDFV-8322: Free allocations in parse_command_line function. Tested: local linux
Scot BreitenfeldScot Breitenfeld
626fb1b02fe[svn-r23379] HDFFV-8297 h5fc does not recognize files ending in .f95, .f03, and .f08 as source files added missing extensions. Tested: jam (gnu)
Dana RobinsonDana Robinson
76a8599736e[svn-r23366] Removed the H5Pset_dxpl_multi and H5Pget_dxpl_multi functions from the library. The intended functionality for them was never fully implemented and they are fundamentally broken. The functions were removed from the C and C++ interfaces. They were not exported in the Fortran interface. Tested on: jam(c++/fortran/hl) I tested using check-vfd to ensure the multi VFD still works properly. There is no reason to test this on other machines or on parallel.
Private HDFPrivate HDF
e188e7797bc[svn-r23361] Snapshot version 1.9 release 148
Allen ByrneAllen Byrne
dadea7dc742[svn-r23354] Close prop list var
Allen ByrneAllen Byrne
3a4c43cbd4a[svn-r23353] Correct target name
Private HDFPrivate HDF
c896a5b7eb6[svn-r23341] Snapshot version 1.9 release 147
Albert ChengAlbert Cheng
1e057e17d29[svn-r23338] Updated with HDFFV-8305 fix.
Albert ChengAlbert Cheng
dd0a7fa13bb[svn-r23336] Discovered some typo in the last added comment. Rewrote the comment. Tested: no need since only comments are changed.
Allen ByrneAllen Byrne
f667d55efe0[svn-r23333] Update CMake documentation, remove obsolete info for windows.
Allen ByrneAllen Byrne
dbd93b2c552[svn-r23332] HDFFV-8322: for valgrind testing, split-up testhdf5 tests by excluding and running long running tests separately. Tested: local linux