summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-187-673/+436
* Merge pull request #298 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ...Binh-Minh Ribler2017-02-173-4/+160
|\
| * Description:Binh-Minh Ribler2017-02-161-2/+10
| * Description:Binh-Minh Ribler2017-02-151-1/+1
| * Purpose: Add new C++ wrappersBinh-Minh Ribler2017-02-153-4/+152
* | Merge pull request #295 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-02-171-119/+433
|\ \
| * | Resolve missed conflicts.lrknox2017-02-171-8/+0
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...lrknox2017-02-171-0/+8
| |\ \
| | * | Check in changes to snapshot script from hdfdts repository to copy inlrknox2017-02-131-116/+465
| | |/
| * | Remove references to SVN.lrknox2017-02-171-119/+433
| |/
* | Merge pull request #301 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-172-2/+11
|\ \
| * | Add MPI_Fortran variablesAllen Byrne2017-02-172-2/+11
|/ /
* | Merge pull request #300 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-173-103/+114
|\ \
| * | Correct name of fileAllen Byrne2017-02-171-2/+2
| * | Update cmake build scripts, split out options to seprate fileAllen Byrne2017-02-173-103/+114
|/ /
* | Merge pull request #296 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-164-19/+51
|\ \ | |/ |/|
| * Fix parallel h5diff test comapareAllen Byrne2017-02-142-9/+28
| * Set depends test dependency for parallel h5diffAllen Byrne2017-02-141-0/+4
| * Convert string APPEND to set commandsAllen Byrne2017-02-141-10/+12
| * Revert whitespaceAllen Byrne2017-02-131-1206/+1206
| * Close file before trying to remove itAllen Byrne2017-02-131-1206/+1213
|/
* Merge pull request #294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-096-18/+15
|\
| * Minor warning fixes.Dana Robinson2017-02-096-18/+15
|/
* Merge pull request #292 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-081-3/+1
|\
| * Deleted an extraneous remove() call from a test functionDana Robinson2017-02-081-3/+1
|/
* Merge pull request #291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-083-1/+6
|\
| * Added #ifdef QAK macros around log VFD calls in SWMR acceptanceDana Robinson2017-02-083-1/+6
|/
* Merge pull request #290 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-071-53/+52
|\
| * Whitespace changes in bin/trace.Dana Robinson2017-02-071-53/+52
|/
* Merge pull request #289 in HDFFV/hdf5 from merge_page_buffering_01 to developQuincey Koziol2017-02-0715-869/+842
|\
| * Clean up whitespaceQuincey Koziol2017-02-0715-869/+842
|/
* Merge pull request #287 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10125-...Allen Byrne2017-02-071-2/+0
|\
| * HDFFV-10125 cache_common file already in test libAllen Byrne2017-02-021-2/+0
| * Merge pull request #1 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10125-ca...Allen Byrne2017-02-025-17/+0
| |\
* | \ Merge pull request #285 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-i...Allen Byrne2017-02-061-0/+9
|\ \ \
| * | | HDFFV-9875 Add new PDB folderAllen Byrne2017-02-061-0/+9
* | | | Merge pull request #281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-i...Allen Byrne2017-02-0323-170/+200
|\ \ \ \ | |/ / /
| * | | HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-037-7/+18
| * | | Add static lib to pdb exportsAllen Byrne2017-02-021-1/+1
| * | | HDFFV-9875 Fix typoAllen Byrne2017-02-021-1/+1
| * | | HDFFV-9875 Change test for shared libsAllen Byrne2017-02-021-3/+3
| * | | HDFFV-9875 Remove compile pdb referencesAllen Byrne2017-02-022-37/+7
| * | | HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-0223-144/+193
| |/ /
* | | Merge pull request #280 in HDFFV/hdf5 from develop_merge_cache_image_09 to de...Quincey Koziol2017-02-033-400/+224
|\ \ \
| * \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-02-035-17/+0
| |\ \ \ | | | |/ | | |/|
| * | | Optimize loading cache image, removing lots of memory allocations and copies.Quincey Koziol2017-02-031-201/+150
| * | | Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-023-199/+74
| | |/ | |/|
* | | Merge pull request #276 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-02-031-1347/+127
|\ \ \ | |_|/ |/| |
| * | Updated platform and compiler versions in "More Tested Platforms" forlrknox2017-02-031-12/+13
| * | Remove obsolete platforms.Larry Knox2017-01-311-69/+13