aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/DynamicLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+15
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-1/+1
* Correct the case of a #include directory name, just in case.Reid Spencer2005-01-021-1/+1
* Get VC++ building againJeff Cohen2004-12-241-2/+3
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-241-0/+14
* Fix compilation error on Darwin.Chris Lattner2004-12-041-15/+18
* Move darwin-specific majik here.Chris Lattner2004-12-031-5/+27
* Implement two new functions: LoadLibraryPermanently andReid Spencer2004-11-291-28/+62
* We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer2004-11-291-13/+3
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-0/+10
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+78