Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r24122] more transactions/read contexts | Mohamad Chaarawi | 2013-09-10 | 30 | -1872/+3203 |
| | | | | | - include 2 examples for using transactions - IOD calls at server side still need to be updated | ||||
* | [svn-r24102] add trans and read context operations: | Mohamad Chaarawi | 2013-09-05 | 32 | -334/+2779 |
| | | | | | add small test to verify correct function shipping usage of transaction in other operations is still missing. | ||||
* | [svn-r24091] Start adding infrastructure for Transaction and Read Context ↵ | Mohamad Chaarawi | 2013-08-30 | 14 | -17/+1673 |
| | | | | changes | ||||
* | [svn-r24090] Merging r24045 through r24089 from VOL branch | Mohamad Chaarawi | 2013-08-30 | 62 | -410/+844 |
|\ | |||||
| * | [svn-r24088] Merging r24044 through r24087 | Mohamad Chaarawi | 2013-08-30 | 60 | -403/+834 |
| |\ | |||||
| | * | [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵ | Mohamad Chaarawi | 2013-08-30 | 20 | -103/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Count). This is needed to avoid a conflict with the Read Context object to be introduced in another Project. No impact on users, since this is a private module, and low for developers as the RC module use is very sparse in the library. Tested with h5committest. | ||||
| | * | [svn-r24078] Correct name of windows shared libraries | Allen Byrne | 2013-08-27 | 1 | -2/+2 |
| | | | |||||
| | * | [svn-r24077] Updated -help output for compile scripts for changing default ↵ | Larry Knox | 2013-08-27 | 3 | -11/+19 |
| | | | | | | | | | | | | | | | | | | from -noshlib to -shlib when hdf5 is built without static libraries (--disable-static). Tested with h5committest on jam, koala, ostrich and platypus. | ||||
| | * | [svn-r24070] Fix typo in flags options | Allen Byrne | 2013-08-26 | 1 | -3/+13 |
| | | | |||||
| | * | [svn-r24068] Snapshot version 1.9 release 162 | HDF Tester | 2013-08-25 | 13 | -26/+26 |
| | | | |||||
| | * | [svn-r24066] Eliminate switch default warning by printing err message. | Allen Byrne | 2013-08-23 | 2 | -10/+106 |
| | | | |||||
| | * | [svn-r24058] Coorect usage text wrt dataset subsetting | Allen Byrne | 2013-08-22 | 9 | -9/+9 |
| | | | |||||
| | * | [svn-r24057] Add --superblock long name to parser and add tests for both ↵ | Allen Byrne | 2013-08-22 | 6 | -65/+121 |
| | | | | | | | | | | | | | | | | | | --boot-block and --superblock. Tested: local linux | ||||
| | * | [svn-r24056] Move make_executable commands back from tests file | Allen Byrne | 2013-08-22 | 2 | -132/+156 |
| | | | |||||
| | * | [svn-r24055] Move make_executable commands back from tests file | Allen Byrne | 2013-08-22 | 2 | -35/+35 |
| | | | |||||
| | * | [svn-r24053] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵ | Allen Byrne | 2013-08-21 | 3 | -7/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff. Corrected test scripts for test folder path Tested: h5committest and local linux with CMake | ||||
| | * | [svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵ | Allen Byrne | 2013-08-21 | 6 | -4/+181 |
| | | | | | | | | | | | | | | | | | | Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff. Tested local linux with CMake | ||||
| | * | [svn-r24046] HDFFV-8500: set h5detect compile optimization to -O0 | Allen Byrne | 2013-08-21 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | will generate correct H5Tinit.c file. Tested: local gcc 4.8.2 linux | ||||
| * | | [svn-r24076] Allow H5VLobject_register to create an hid_t for files and ↵ | Mohamad Chaarawi | 2013-08-26 | 2 | -8/+11 |
| | | | | | | | | | | | | attributes. | ||||
* | | | [svn-r24089] minor update | Mohamad Chaarawi | 2013-08-30 | 1 | -1/+1 |
| | | | |||||
* | | | [svn-r24085] Add a common routine to decrement ref count on a request and ↵ | Mohamad Chaarawi | 2013-08-29 | 3 | -73/+32 |
| | | | | | | | | | | | | free if ref count reaches 0. | ||||
* | | | [svn-r24083] Build a request array for parent requests for every request. | Mohamad Chaarawi | 2013-08-29 | 9 | -949/+1200 |
| | | | | | | | | | | | | Use this request array to determine when an AXE task can be requested to be finished at the server. | ||||
* | | | [svn-r24075] Send add on payload from clients to finish AXE tasks that are ↵ | Mohamad Chaarawi | 2013-08-26 | 6 | -101/+442 |
| | | | | | | | | | | | | | | | | | | known to be finished. This commit does not handle the case of out-of-order messaging from a single client to the server. | ||||
* | | | [svn-r24065] - refactor code for client FF plugin to help usage of global ↵ | Mohamad Chaarawi | 2013-08-23 | 7 | -2924/+922 |
| | | | | | | | | | | | | | | | | | | | | | | | | linked list for AXE tasks. - Add a global linked list to hold all AXE tasks created (across multiple containers) - Add additional payload to all operations forwarded to the server to include a start and count of AXE IDs to finish. ( Finishing the AXE tasks is not done yet ) | ||||
* | | | [svn-r24045] Merging r23841 through r24044 from VOL branch. | Mohamad Chaarawi | 2013-08-21 | 218 | -10859/+13036 |
|\ \ \ | |/ / | |||||
| * | | [svn-r24044] Merging r23833 through r24043 from trunk. | Mohamad Chaarawi | 2013-08-21 | 213 | -10790/+12950 |
| |\ \ | | |/ | |||||
| | * | [svn-r24030] Description: | Quincey Koziol | 2013-08-19 | 13 | -682/+571 |
| | | | | | | | | | | | | | | | | | | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest) | ||||
| | * | [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵ | Allen Byrne | 2013-08-19 | 56 | -8318/+8579 |
| | | | | | | | | | | | | | | | | | | developers. Tested: local linux | ||||
| | * | [svn-r24027] merge r 23938 from reduce warnings branch into trunk. | Mohamad Chaarawi | 2013-08-19 | 7 | -0/+39 |
| | |\ | | | | | | | | | | | | | | | | | This is the fix for "switch missing default case" warnings in src. Mohamad & Vailin worked on this patch. | ||||
| | | * | [svn-r23939] Fix unused variables warnings in trunk | Neil Fortner | 2013-07-26 | 11 | -188/+177 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala | ||||
| | | * | [svn-r23938] remove "switch missing default case" in src. | Mohamad Chaarawi | 2013-07-26 | 8 | -0/+41 |
| | | | | |||||
| | * | | [svn-r24023] Added tests to CMakeLists.txt that were only added to the *nix ↵ | Allen Byrne | 2013-08-19 | 1 | -0/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | script. Tested: local linux | ||||
| | * | | [svn-r24022] any_object option should be any_path | Allen Byrne | 2013-08-19 | 3 | -5/+5 |
| | | | | |||||
| | * | | [svn-r24020] Description: | Quincey Koziol | 2013-08-17 | 25 | -665/+626 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest) | ||||
| | * | | [svn-r24017] Bug fix: HDFFV-8500 | Albert Cheng | 2013-08-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new gcc v4.8.* compilers does not work well with dt_arith which failed in production mode. Solution: A temporary patch by removing any optimization (-O*) from the PROD_CFLAGS so that dt_arith will pass for now. A more through investigation is needed. Tested: Jam and Koala where it failed and now passes. | ||||
| | * | | [svn-r24015] A bug fix when merging changes from the trunk to 1.8 for h5stat ↵ | Vailin Choi | 2013-08-16 | 1 | -15/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug fix HDFFV-1238: Fix a problem when using opt_arg that is NULL for the new options added: -l N, -m N, -a N. h5committested. | ||||
| | * | | [svn-r24011] Description: | Quincey Koziol | 2013-08-15 | 6 | -4/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest) | ||||
| | * | | [svn-r24007] Update configure to support 64-bit cygwin | Allen Byrne | 2013-08-13 | 3 | -4/+126 |
| | | | | | | | | | | | | | | | | Tested: cygwin | ||||
| | * | | [svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive). | Allen Byrne | 2013-08-13 | 1 | -1/+3 |
| | | | | |||||
| | * | | [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code. | Allen Byrne | 2013-08-13 | 5 | -89/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest | ||||
| | * | | [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive). | Allen Byrne | 2013-08-13 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | Updated CDash site name in cmake script. | ||||
| | * | | [svn-r24002] Fix 32-bit and valgrind issues with new handle_paths code - ↵ | Allen Byrne | 2013-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | correct math of adding a NULL to a string. Tested: local linux (valgrind) and h5committest | ||||
| | * | | [svn-r23999] Move declaration to top of block - fix for windows. | Allen Byrne | 2013-08-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵ | Allen Byrne | 2013-08-12 | 17 | -3/+330 |
| | | | | | | | | | | | | | | | | | | | | | | | | New test added, scripts updated, help text updated. Tested: local linux | ||||
| | * | | [svn-r23994] Correct printf % handling | Allen Byrne | 2013-08-12 | 9 | -9/+9 |
| | | | | |||||
| | * | | [svn-r23991] Reorder grouping | Allen Byrne | 2013-08-12 | 9 | -207/+207 |
| | | | | |||||
| | * | | [svn-r23989] Snapshot version 1.9 release 161 | HDF Tester | 2013-08-11 | 13 | -26/+26 |
| | | | | |||||
| | * | | [svn-r23988] Description: | Quincey Koziol | 2013-08-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make compiler happier and issue less warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8 | ||||
| | * | | [svn-r23987] Merge r23939 from reduce_warning branch to trunk | Neil Fortner | 2013-08-09 | 11 | -188/+177 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: jam, koala, ostrich (h5committest) Log from r23939: Fix unused variables warnings in trunk Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala | ||||
| | * | | [svn-r23986] merge warning fixes from Jonathan and Peter | Peter Cao | 2013-08-09 | 3 | -7/+80 |
| | |\ \ | | | |/ |