summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r23406] Correct typoAllen Byrne2013-03-201-1/+1
|
* [svn-r23403] Refactor windows code:Allen Byrne2013-03-201-3/+8
| | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*'
* [svn-r23386] More updates for Windows.Raymond Lu2013-03-191-49/+9
| | | | Tested on koala.
* [svn-r23381] More update for Windows.Raymond Lu2013-03-191-3/+72
| | | | Tested on koala
* [svn-r23380] Description:Quincey Koziol2013-03-191-254/+348
| | | | Review & cleanup code.
* [svn-r23373] Some updates for Windows.Raymond Lu2013-03-181-3/+3
| | | | Not tested.
* [svn-r23370] Corrected macro name and removed optional function info in ↵Allen Byrne2013-03-181-1/+1
| | | | ERROR macro
* [svn-r23369] Escape "\" charAllen Byrne2013-03-181-1/+1
|
* [svn-r23368] Correct names and add includes for windowsAllen Byrne2013-03-181-3/+2
|
* [svn-r23367] I took out a declaration of "DIR" for Windows support. Raymond Lu2013-03-181-4/+5
| | | | Not tested.
* [svn-r23360] I added Windows support to H5PL_find function.Raymond Lu2013-03-161-1/+63
| | | | Tested on koala but not on Windows yet.
* [svn-r23359] I added some macros and refactoring the code to prepare for ↵Raymond Lu2013-03-151-93/+122
| | | | | | Windows support. Tested on koala.
* [svn-r23350] I cleaned up some code and added comments for my previous ↵Raymond Lu2013-03-141-26/+40
| | | | | | checkin of the DESY project. Tested on koala.
* [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-131-0/+401
of loading dynamically filter libraries and a simple test for it. Tested on koala.