summaryrefslogtreecommitdiffstats
path: root/test/plugin_lib
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23405] Correct typoAllen Byrne2013-03-201-1/+1
|
* [svn-r23403] Refactor windows code:Allen Byrne2013-03-203-62/+9
| | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*'
* [svn-r23402] Plugin Library needs own dll decoratorAllen Byrne2013-03-201-2/+11
| | | | Tested: windows
* [svn-r23400] I updated Makefile.in for Mac.Raymond Lu2013-03-201-1/+1
| | | | Tested on MacGoblin and koala.
* [svn-r23390] Remove dll decoration from local functionAllen Byrne2013-03-191-3/+3
|
* [svn-r23389] HDFFV-8338: remove unused headersAllen Byrne2013-03-191-2/+0
|
* [svn-r23387] Add dynamic windows decorationsAllen Byrne2013-03-191-4/+17
|
* [svn-r23384] Copy dynamic lib to a plugins folder for testing. This will ↵Allen Byrne2013-03-191-2/+17
| | | | | | avoid the segfault with looking for the library with other libraries. Tested: local linux
* [svn-r23359] I added some macros and refactoring the code to prepare for ↵Raymond Lu2013-03-152-4/+0
| | | | | | Windows support. Tested on koala.
* [svn-r23358] correct env var value for testAllen Byrne2013-03-151-1/+1
|
* [svn-r23357] HDFFV-8338: Add cmake support, this commit only tested for linuxAllen Byrne2013-03-151-0/+74
| | | | Tested: local linux
* [svn-r23350] I cleaned up some code and added comments for my previous ↵Raymond Lu2013-03-143-0/+66
| | | | | | checkin of the DESY project. Tested on koala.
* [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-133-0/+108
of loading dynamically filter libraries and a simple test for it. Tested on koala.