Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
6813b250072[svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.
Scot BreitenfeldScot Breitenfeld
c88f2abea5c[svn-r26860] Fixed sizeof checks.
Scot BreitenfeldScot Breitenfeld
aff66a3790e[svn-r26856] various intel compiler fixes
Scot BreitenfeldScot Breitenfeld
5fd5aa58ca6[svn-r26847] combined H5test_kind programs
Scot BreitenfeldScot Breitenfeld
a58b2dbb7ef[svn-r26846] BIND(C) added to H5 general functions
Scot BreitenfeldScot Breitenfeld
baa46f9e435[svn-r26845] H5P and H5A BIND(C) added to APIs
Scot BreitenfeldScot Breitenfeld
50db6abee70M[svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Scot BreitenfeldScot Breitenfeld
8bdafb38d7e[svn-r26836] added BIND(C) to H5T APIs
Scot BreitenfeldScot Breitenfeld
c632be5d7b3[svn-r26834] Added more BIND(C) to H5O Fortran APIs
Scot BreitenfeldScot Breitenfeld
75ff45add39[svn-r26833] Added BIND(C) to H5O Fortran APIs
Scot BreitenfeldScot Breitenfeld
7caca66dd06[svn-r26832] misc. clean-up
Scot BreitenfeldScot Breitenfeld
ec2327200da[svn-r26831] Added H5S BIND(C)
Scot BreitenfeldScot Breitenfeld
d7fd1ed9c78[svn-r26830] Added BIND(C) to Fortran H5R APIs.
Scot BreitenfeldScot Breitenfeld
b8c6d8191cb[svn-r26829] Added BIND(C) to the Fortran H5I APIs
Scot BreitenfeldScot Breitenfeld
bd0aaf89e24[svn-r26827] Combined parallel APIs and removed no longer needed parallel files.
Scot BreitenfeldScot Breitenfeld
fa26809cdfd[svn-r26826] CHANGED H5G APIs to use BIND(C)
Scot BreitenfeldScot Breitenfeld
0cc9b0c79f9[svn-r26825] Added include for preprocessing fortran files with configure definitions
Scot BreitenfeldScot Breitenfeld
7984de553e8[svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.
Scot BreitenfeldScot Breitenfeld
9f4ed2197a8M[svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Scot BreitenfeldScot Breitenfeld
d7fbbda1a09[svn-r26809] Changed Fortran file endings from ".f90" to ".F90"
Scot BreitenfeldScot Breitenfeld
38f5b52ea45M[svn-r26808] svn merge -r26795:26807 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Scot BreitenfeldScot Breitenfeld
74e0d6d6970[svn-r26807] Combined *_F03* files and removed *_F90* files.
Scot BreitenfeldScot Breitenfeld
f8b34b0ff80[svn-r26804] Updated the Fortran install information.
Allen ByrneAllen Byrne
1900d6a65db[svn-r27485] Change ExpressTest from default of 1 to 2.
Larry KnoxLarry Knox
786acbcd900[svn-r27475] Updated h5vers to remove redundant version information for doxygen web pages. Also added "" around version string to prevent elimination of spaces in the string. H5committested.
Binh-Minh RiblerBinh-Minh Ribler
9ed36ea1f71[svn-r27473] Description: Reversed the previous commit because the PROJECT_NUMBER string is generated by h5vers and Larry will fix h5vers to put the "" in.
Binh-Minh RiblerBinh-Minh Ribler
2bed6a9a489[svn-r27471] Description: Put "" around PROJECT_NUMBER string, otherwise, Doxygen would remove all the spaces when displaying. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine.
Allen ByrneAllen Byrne
1efa2d7395e[svn-r27468] Merge corrections found elsewhere
Allen ByrneAllen Byrne
f0c47dd142b[svn-r27467] Add trunk version of examples config file
Allen ByrneAllen Byrne
173829075cf[svn-r27466] Add Trunk version
Allen ByrneAllen Byrne
4d0187a4832[svn-r27465] Merge dual-binary CMake changes
Dana RobinsonDana Robinson
ec5d13d65ba[svn-r27460] Minor code cleanup in test/trefer.c - Fixed an out-of-range char assignment. - Added a couple of malloc() casts. Tested on: jam (minor change, tests only)
Dana RobinsonDana Robinson
117b9360323[svn-r27459] Merge of 27411 from revise_chunks. Renamed a few "h5tri_t extended" variables to "h5tri_t was_extended". Apparently, "extended" is a typedef name someplace in the headers used on Solaris, which causes potentially confusing warnings to be emitted. Tested on: h5committest Solaris w/ Solaris Studio (emu)
Private HDFPrivate HDF
f56de264444[svn-r27432] Snapshot version 1.9 release 226
Albert ChengAlbert Cheng
ac5a796db2b[svn-r27428] Bug fix: DAILYTEST-170 Description: XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623). Solution: Reverse revisions r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro r26627: bring back WANT_DATA_ACCURACY configure macro which is used together with th...
Mohamad ChaarawiMohamad Chaarawi
81d3377737c[svn-r27427] - free comm keyval after setting atribute on comm_self - free allocated buffer in t_file_image test tested on jam with parallel.
Neil FortnerNeil Fortner
f550bc0cea1[svn-r27415] Fix potential error with H5I_clear_type which could occur when a callback closed a different ID in the same type. Added a new skiplist routine, H5SL_try_free_safe, which iterates over items, freeing some of them, and which intercepts and defers attempts to remove from the list outside of the main iteration. Changed H5I_clear_type to use this function. Tested: jam, koala, ostrich (h5committest); ummon
Private HDFPrivate HDF
74e4cd4d214[svn-r27412] Snapshot version 1.9 release 225
Dana RobinsonDana Robinson
94a6e02b3df[svn-r27407] Updated the H5_ATTR_* macros. - Updated the preprocessor logic that defines the H5_ATTR_* macros. The Solaris Studio compiler understands __attribute__ but not the specific attributes that we use. The H5_ATTR_* macros are now defined as blank with that compiler which significantly cleans up the warnings, making debugging easier. - Replaced a few lingering __attribute__ macros with H5_ATTR_* markup. Tested on: h5committest Solaris w/ Solaris Studio (emu)
Private HDFPrivate HDF
12b86abf18d[svn-r27372] Snapshot version 1.9 release 224
Allen ByrneAllen Byrne
8bbe712961a[svn-r27364] Add Mac Framework support
Allen ByrneAllen Byrne
7a72d82cdad[svn-r27346] remove reference to file removed from cmake_ext_mod
Private HDFPrivate HDF
f37ae9d9f98[svn-r27339] Snapshot version 1.9 release 223
Jerome SoumagneJerome Soumagne
4e25ab6ebd0[svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changes
Neil FortnerNeil Fortner
9804fed58f4[svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did this by modifying metadata cache clients to clear unused memory in the buffer after serializing. Tested: ummon; jam, koala, ostrich (h5committest)
Allen ByrneAllen Byrne
980db9e85b9[svn-r27313] switch internal cdash URL
Quincey KoziolQuincey Koziol
1a5c36ce7ec[svn-r27298] Description: Separate H5AC layer from using package-scoped pieces of the H5C layer, moving from including H5Cpkg.h to H5Cprivate.h. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6.x (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
ad374648196[svn-r27296] Description: Correct error with braces around macro (in production builds), also clean up a few warnings. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6 (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
89115b11b0e[svn-r27294] Description: Clean up parameters to H5C__flush_single_entry: accept cache entry instead of address, and make new flag for deleting entry from skiplist on destroy instead of a separate parameter to the routine. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
8e94745298c[svn-r27293] Description: Split parallel metadata cache code into separate source code modules. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (too minor for h5committest)