summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24102] add trans and read context operations:Mohamad Chaarawi2013-09-051-29/+35
| | | | | 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 Chaarawi2013-08-301-13/+15
| | | | changes
* [svn-r24090] Merging r24045 through r24089 from VOL branchMohamad Chaarawi2013-08-301-4/+4
|\
| * [svn-r24088] Merging r24044 through r24087Mohamad Chaarawi2013-08-301-4/+4
| |\
| | * [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵Mohamad Chaarawi2013-08-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-251-1/+1
| | |
* | | [svn-r24045] Merging r23841 through r24044 from VOL branch.Mohamad Chaarawi2013-08-211-1/+1
|\ \ \ | |/ /
| * | [svn-r24044] Merging r23833 through r24043 from trunk.Mohamad Chaarawi2013-08-211-1/+1
| |\ \ | | |/
| | * [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-111-1/+1
| | |
| | * [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-041-1/+1
| | |
| | * [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-211-1/+1
| | |
| | * [svn-r23895] Snapshot version 1.9 release 158HDF Tester2013-07-141-1/+1
| | |
| | * [svn-r23865] Snapshot version 1.9 release 157HDF Tester2013-07-071-1/+1
| | |
| | * [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-301-1/+1
| | |
| * | [svn-r23887] add the VOL error code to H5err.txtMohamad Chaarawi2013-07-111-10/+18
| | | | | | | | | | | | rerun reconfigure. All the other changes must be due to different autotools versions used before.
* | | [svn-r23922] Add a new utility routine to traverse an entire path and open ↵Mohamad Chaarawi2013-07-191-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the last component: - update usage of the traversal routines through all server code Update Link implementations to the changes made: - Handle Soft links in traversal - store soft link value in metadata Comment out parts that require IOD to be present.
* | | [svn-r23909] Add Jerome's patch needed to update to latest function shipper.Mohamad Chaarawi2013-07-161-1/+1
| | |
* | | [svn-r23893] Add New HDF5 object - MapMohamad Chaarawi2013-07-121-8/+11
| | | | | | | | | | | | | | | Add the IOD VOL implementation. Not supported with native plugin. Add example program to sanity check the API Forwarding
* | | [svn-r23840] split server implementation into several C filesMohamad Chaarawi2013-06-271-12/+22
| | | | | | | | | | | | Update Makefiles
* | | [svn-r23837] merge from VOL branch and add new callbacksMohamad Chaarawi2013-06-271-14/+18
|\ \ \ | |/ /
| * | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-1/+1
| |\ \ | | |/ | | | | | | Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
| | * [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-231-1/+1
| | |
| | * [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-161-1/+1
| | |
| | * [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-091-1/+1
| | |
| | * [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-261-1/+1
| | |
| | * [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-191-1/+1
| | |
| * | [svn-r23694] merge from trunkMohamad Chaarawi2013-05-101-14/+18
| |\ \ | | |/
| | * [svn-r23669] Snapshot version 1.9 release 150HDF Tester2013-05-051-1/+1
| | |
| | * [svn-r23642] Snapshot version 1.9 release 149HDF Tester2013-04-281-1/+1
| | |
| | * [svn-r23549] Description:Quincey Koziol2013-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
| | * [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵Raymond Lu2013-03-271-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Makefile.am in test/. I added the condition to skip plugin.c test when the library is built for static. Tested on jam, koala, and emu.
| | * [svn-r23435] ported revisions 23346:23432 from the trunkRaymond Lu2013-03-221-1/+1
| | |\
| | * | [svn-r23347] ported revision 23248:23346 from the trunkRaymond Lu2013-03-131-2/+2
| | | |
| | * | [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-131-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | of loading dynamically filter libraries and a simple test for it. Tested on koala.
* | | | [svn-r23767] Update autoconf files after running reconfigure on jamJerome Soumagne2013-06-131-11/+23
| | | |
* | | | [svn-r23583] update the encoding/decoding part of the IOD pluginMohamad Chaarawi2013-04-121-41/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - complete overhaul to use FS proc macros - remove dead code Rename FS routines to HG and update configure magic and makefiles Many bug fixes
* | | | [svn-r23523] - Add event queue objectsMohamad Chaarawi2013-04-021-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | - Use those event queues for the FF API routines - update underlying VL layer and IOD plugin to manage event queues - updates tests
* | | | [svn-r23457] add --enable-eff to configure that defaults to noMohamad Chaarawi2013-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not add an AM conditional to indicate whether the EFF test exampels should be compiled or not tested on jam
* | | | [svn-r23452] pull from VOL branchMohamad Chaarawi2013-03-251-2/+2
|\ \ \ \ | |/ / /
| * | | [svn-r23443] merged from trunkMohamad Chaarawi2013-03-251-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-171-1/+1
| | | |
| | * | [svn-r23341] Snapshot version 1.9 release 147HDF Tester2013-03-101-1/+1
| | | |
| | * | [svn-r23323] Snapshot version 1.9 release 146HDF Tester2013-03-031-1/+1
| | | |
| | * | [svn-r23311] Snapshot version 1.9 release 145HDF Tester2013-02-241-1/+1
| | | |
| | * | [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
| | * | [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-171-1/+1
| | |/
| | * [svn-r23240] Snapshot version 1.9 release 143HDF Tester2013-02-101-1/+1
| | |
| | * [svn-r23221] Snapshot version 1.9 release 142HDF Tester2013-02-031-1/+1
| | |
* | | [svn-r23436] stuffMohamad Chaarawi2013-03-221-1/+1
| | |
* | | [svn-r23409] fix configure magicMohamad Chaarawi2013-03-211-32/+36
| | | | | | | | | | | | fix bugs