summaryrefslogtreecommitdiffstats
path: root/src/H5Pencdec.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25280] merge from latest VOL/trunk branch.Mohamad Chaarawi2014-06-131-0/+6
|\
| * [svn-r25084] Description:Quincey Koziol2014-04-231-0/+6
| | | | | | | | | | | | | | | | | | Begin process of migrating from using property list IDs internally to the library to using the internal generic property list data structure. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
* | [svn-r24791] Add H5X indexing API - only FF routines for nowJerome Soumagne2014-03-131-1/+1
| | | | | | | | | | | | | | | | Add H5X plugin framework and H5Xdummy plugin basis Add support for index create/remove/open/close/pre_update/post_update inside library Add H5VL_iod_dataset_set/get/remove_index_info (attach index handle to H5VL_iod_dset_t) Add H5Pxapl/xcpl/xxpl property lists for indexing API Modify library to support H5X term / errors / etc
* | [svn-r24729] - Add View Objects.Mohamad Chaarawi2014-02-211-1/+1
| | | | | | | | | | | | - Implement support for element regions for view object on one dataset (loc_id). - add simple test. - other minor fixes.
* | [svn-r24711] merge from VOL branch to free up the H5V namespace.Mohamad Chaarawi2014-02-141-2/+2
|\ \ | |/ | | | | Add H5I_VIEW ID type.
| * [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* | [svn-r24594] Merge from VOL branch.Mohamad Chaarawi2013-12-261-0/+70
|\ \ | |/ | | | | Update plist encode/decode pre-generated files for newly added properties.
* | [svn-r24388] switch to using Mercury 64 bit CRC algorithm instead of ↵Mohamad Chaarawi2013-10-311-0/+70
| | | | | | | | internal checksum algorithm.
* | [svn-r24154] update API for FF exist operations to accept an hbool_t pointer ↵Mohamad Chaarawi2013-09-181-1/+1
|/ | | | | | instead of htri_t. fix bug exposed by encode/decode tests from adding the transaction property lists.
* [svn-r22866] Description:Quincey Koziol2012-10-051-16/+32
| | | | | | | | | Correct use of 'uint8_t' parameter type in public header file (which was causing Windows builds to fail). Tested on: Mac OSX/64 10.7.5 (amazon) w/debug (too minor to require h5committest)
* [svn-r22807] Description:Quincey Koziol2012-09-251-0/+797
Add encode/decode API routines for property lists: H5Pencode/H5Pdecode. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN, in production mode Mac OS X/32 10.7.3 (amazon) in debug mode Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode