summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-22272-8944/+3695
| | | | h5committested.
* [svn-r26861] Bring revisions #26401 - #26459 from trunk to revise_chunks.Vailin Choi2015-04-2195-1763/+1783
| | | | h5committested.
* [svn-r26859] Bring revisions #26324 - #26843 from trunk to revise_chunks.Vailin Choi2015-04-21144-1917/+1430
| | | | h5committested.
* [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-06153-6809/+1840
| | | | h5committested.
* [svn-r26372] Bring revisions #26195:#26219 from trunk to revise_chunks.Vailin Choi2015-03-0557-190/+372
| | | | h5committested.
* [svn-r26364] Bring revisions #26188 - #26195 from trunk to revise_chunks.Vailin Choi2015-03-051-10/+8
| | | | h5committested.
* [svn-r26362] Bring revisions #26109 - 26188 from trunk to revise_chunks.Vailin Choi2015-03-0486-2017/+1085
| | | | h5committested.
* [svn-r26356] Bring revisions #25971 - 26109 from trunk to revise_chunks.Vailin Choi2015-03-0469-810/+864
| | | | | | Also move check for swmr_read in each driver on reading beyond file eoa to H5FD_read()-- in sync with changes for revision #26002 in trunk. h5committested.
* [svn-r26345] Bring revisions #25902 - #25971 from trunk to revise_chunks.Vailin Choi2015-03-0364-1293/+623
| | | | h5committested.
* [svn-r26344] Bring revisions #25870 - #25902 from trunk to revise_chunks.Vailin Choi2015-03-0256-194/+151
| | | | h5committested.
* [svn-r26334] Bring revision #25818 - #25870 from trunk to revise_chunks.Vailin Choi2015-03-0218-40/+140
| | | | h5committested.
* [svn-r25941] Fix uninitialized memory error with v2 b-tree shadow pointersNeil Fortner2015-01-023-10/+6
| | | | | Fix swmr_writer and swmr_remove_writer to handle user-supplied seed values greater than 2^31-1
* [svn-r25844] Fix for SWMR-15: eliminate the "Terminated" message from kill ↵Vailin Choi2014-11-2516-305/+54
| | | | | | | when testing h5watch: --Use signal handler to catch SIGTERM and SIGINT. Also remove redundant tests to lessen the possibility of failures due to timing in catching h5watch output.
* [svn-r25828] Description:Quincey Koziol2014-11-2020-399/+789
| | | | | | | | | | | | | Check in Vailin's performance improvements: - Track min+max for v2 B-trees, so we can more quickly answer queries - Refactor chunk index/hash value computation so that it doesn't have to be updated on cached chunks every time the dataset's dimension sizes change. Tested on: Mac OSX/64 10.10.0 (amazon) w/gcc 4.9, FORTRAN, C++ & parallel (h5committest not required on this branch)
* [svn-r25826] Bring revisions #25771 - #25818 from trunk to revise_chunks.Vailin Choi2014-11-197-36/+115
| | | | | h5committested. (Revision #25766 is skipped since it reverts #25273, #25283, #25439.)
* [svn-r25825] Bring revisions #25509 - #25762 from trunk to revise_chunks.Vailin Choi2014-11-19102-642/+2058
| | | | h5committested.
* [svn-r25824] Bring revision #25508 - #25509 from trunk to revise_chunks.Vailin Choi2014-11-181-40/+202
| | | | h5committested.
* [svn-r25823] Bring revisions #25484 - 25508 from trunk to revise_chunks.Vailin Choi2014-11-1891-817/+1144
| | | | h5committested.
* [svn-r25822] Description:Quincey Koziol2014-11-181-2/+1
| | | | Clean up warnings
* [svn-r25821] Description:Quincey Koziol2014-11-182-8/+1
| | | | Clean up formatting and remove unused variables.
* [svn-r25819] Bring revisions #25440 - #25484 from trunk to revise_chunks.Vailin Choi2014-11-1740-3321/+3795
| | | | | h5committested. (Revision #25439 is skipped because it was backed out later on 11/3/2104.)
* [svn-r25817] Description:Quincey Koziol2014-11-171-1/+0
| | | | Fix minor formatting issue.
* [svn-r25816] Description:Quincey Koziol2014-11-171-3/+3
| | | | Minor formatting cleanup
* [svn-r25815] Description:Quincey Koziol2014-11-171-1/+1
| | | | Minor formatting cleanup
* [svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.Vailin Choi2014-11-1398-2362/+6413
| | | | | (Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
* [svn-r25812] Description:Quincey Koziol2014-11-121-2/+2
| | | | Add a few missing comments.
* [svn-r25810] Description:Quincey Koziol2014-11-123-53/+43
| | | | | | | | Clean up some unused parameters to v2 B-tree internal routines. Tested on: Mac OSX/64 10.10.0 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r25809] Merge revisions #25274, #25282 from trunk to revise_chunks.Vailin Choi2014-11-122-7/+6
| | | | | (Revision #25273 is skipped because it was backed out later on 11/3/2014.) h5committested.
* [svn-r25588] Bring revisions #25383, #25388 from revise_chksum_retry to ↵Vailin Choi2014-09-1128-2979/+634
| | | | | | revise_chunks. h5committested.
* [svn-r25585] Merge revisions #24517, #24766 from revise_chksum_retry back to ↵Vailin Choi2014-09-103-102/+133
| | | | | | revise_chunks. h5committested.
* [svn-r25491] Correct package/version conflicts that were missed out from ↵Vailin Choi2014-07-291-10/+2
| | | | | | previous merge. Tested on jam, koala, ostrich, platypus.
* [svn-r25486] Description:Quincey Koziol2014-07-281-0/+6
| | | | | | | | ifdef out the debugging code for detecting keypresses Tested on: Mac OSX/64 10.9.3 (amazon) w/C++ & FORTRAN (h5committest not required on this branch)
* [svn-r25429] Description:Quincey Koziol2014-07-172-12/+51
| | | | | | | | | Add code to ld_monitor test so that a keypress will stop it (instead of ctrl-c, which was messing up valgrind). Tested on: Mac OSX/64 10.9.3 (amazon) w/valgrind (h5committest not required on this branch)
* [svn-r25428] Description:Quincey Koziol2014-07-171-2/+2
| | | | | | | | | Initialize ID variables, so they aren't invalid when attempting to close them. Tested on: Mac OSX/64 10.9.3 (amazon) w/valgrind (h5committest not required on this branch)
* [svn-r25342] Bring revisions #25120 - #25266 from trunk to revise_chunks.Vailin Choi2014-06-2392-6905/+2289
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25333] Bring revisions #24948 - #25120 from trunk to revise_chunks.Vailin Choi2014-06-19295-5528/+10330
| | | | Tested on jam, ostrich, koala, platypus.
* [svn-r25328] Bring revisions #24851 - 24948 from trunk to revise_chunks.Vailin Choi2014-06-19228-8935/+21490
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25309] Bring revisions #24783 - #24851 from trunk to revise_chunks.Vailin Choi2014-06-17101-793/+769
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25307] Bring revisions #24698 - #24783 from trunk to revise_chunks.Vailin Choi2014-06-17217-5898/+7080
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25250] Bring revisions #24670 - $24698 from trunk to revise_chunks.Vailin Choi2014-06-1023-158/+267
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25242] Bring revisions #24505 - #24670 from trunk to revise_chunks.Vailin Choi2014-06-0971-1236/+667
| | | | Tested on jam, ostrich, koala, platypus.
* [svn-r24609] Bring revisions #24480 - #24505 from trunk.Vailin Choi2014-01-0312-466/+246
|
* [svn-r24608] Bring revisions #24432 - #24480 from trunk.Vailin Choi2014-01-0333-218/+2750
| | | | h5committested.
* [svn-r24475] Description:Quincey Koziol2013-11-308-29/+30
| | | | | | | | Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8
* [svn-r24473] Description:Quincey Koziol2013-11-271-20/+22
| | | | | Correct error with speculative read buffers being incompletely cleared, and use separate buffer.
* [svn-r24470] Merged from Chunksum branch.Albert Cheng2013-11-272-0/+0
| | | | POSIX Order Write Test report.
* [svn-r24457] Bring revisions #24333 - #24432 from trunk to revise_chunks.Vailin Choi2013-11-19110-931/+3398
| | | | h5committested.
* [svn-r24454] Checkin for bug fix SWMR-11: used message file to coordinate ↵Vailin Choi2013-11-1539-382/+539
| | | | | | | | | | | | | | | | | | test runs for h5watch. The changes were initially done as part of the file locking implementation. In addition, fixes for the following: A) Bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files B) Bug fixes to sync up with revise_chksum_retry branch: 1) test/accum.c--fix to use new_argv/new_envp for execve() and clean out compilation warnings 2) hl/src/H5HLprivate2.h--put the defines in alphabetical order 3) hl/tools/h5watch/h5watch.c--h5watch test exit code error due to error stack 4) hl/tools/h5watch/extend_dset.c--clean up some compilation warnings Tested on jam, ostrich, koala, platypus, emu, aix.
* [svn-r24444] Removed the need to include getopt.h which is already defined ↵Albert Cheng2013-11-141-1/+0
| | | | | | | | in POSIX.2. unistd.h includes getopt definitions. Test: h5committested--all passed except cmake which is expected.
* [svn-r24415] Merged 2414 from branches/revise_chksum_retryDana Robinson2013-11-071-52/+63
| | | | | | | | Fixed failure of dsets test when --enable-production is set. Fixes SWMR-12. Also fixed a few minor warnings in dsets.c. Tested on: jam (very minor test code change)