index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
H5PL.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[svn-r27040] Moved '*' in H5PLget_loading_state() so that bin/trace would cor...
Dana Robinson
2015-05-08
1
-1/+2
*
[svn-r26365] HDFFV-8520: Add plugin control APIs.
Allen Byrne
2015-03-05
1
-20/+63
*
[svn-r26216] Removed inappropriate TEXT() macro from the plugin name and chan...
Dana Robinson
2015-02-18
1
-9/+21
*
[svn-r26200] Fixed mixed tabs and spaces before making changes.
Dana Robinson
2015-02-17
1
-56/+55
*
[svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support.
Allen Byrne
2015-01-26
1
-0/+6
*
[svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.
Allen Byrne
2013-09-19
1
-1/+5
*
[svn-r24104] HDFFV-8345: add User Defined filters to h5repack.
Allen Byrne
2013-09-06
1
-2/+2
*
[svn-r23735] HDFFV-8445: unregonized character warning solved by changing '\/...
Allen Byrne
2013-06-05
1
-1/+1
*
[svn-r23713] Description:
Quincey Koziol
2013-05-21
1
-2/+2
*
[svn-r23549] Description:
Quincey Koziol
2013-04-04
1
-29/+29
*
[svn-r23547] Windows plugins will always be "dll"'s.
Allen Byrne
2013-04-04
1
-1/+1
*
[svn-r23543] Description:
Quincey Koziol
2013-04-04
1
-54/+56
*
[svn-r23536] I corrected the copyright information and added some comment in ...
Raymond Lu
2013-04-03
1
-6/+5
*
[svn-r23472] I updated the default search path for plugin module to be /usr/l...
Raymond Lu
2013-03-27
1
-2/+2
*
[svn-r23451] I took out RTLD_LAZY for dlopen.
Raymond Lu
2013-03-25
1
-1/+1
*
[svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading d...
Raymond Lu
2013-03-22
1
-36/+62
*
[svn-r23406] Correct typo
Allen Byrne
2013-03-20
1
-1/+1
*
[svn-r23403] Refactor windows code:
Allen Byrne
2013-03-20
1
-3/+8
*
[svn-r23386] More updates for Windows.
Raymond Lu
2013-03-19
1
-49/+9
*
[svn-r23381] More update for Windows.
Raymond Lu
2013-03-19
1
-3/+72
*
[svn-r23380] Description:
Quincey Koziol
2013-03-19
1
-254/+348
*
[svn-r23373] Some updates for Windows.
Raymond Lu
2013-03-18
1
-3/+3
*
[svn-r23370] Corrected macro name and removed optional function info in ERROR...
Allen Byrne
2013-03-18
1
-1/+1
*
[svn-r23369] Escape "\" char
Allen Byrne
2013-03-18
1
-1/+1
*
[svn-r23368] Correct names and add includes for windows
Allen Byrne
2013-03-18
1
-3/+2
*
[svn-r23367] I took out a declaration of "DIR" for Windows support.
Raymond Lu
2013-03-18
1
-4/+5
*
[svn-r23360] I added Windows support to H5PL_find function.
Raymond Lu
2013-03-16
1
-1/+63
*
[svn-r23359] I added some macros and refactoring the code to prepare for Wind...
Raymond Lu
2013-03-15
1
-93/+122
*
[svn-r23350] I cleaned up some code and added comments for my previous checki...
Raymond Lu
2013-03-14
1
-26/+40
*
[svn-r23346] First commit for DESY project. It has the basic functionality o...
Raymond Lu
2013-03-13
1
-0/+401