index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
DynamicLibrary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2006-01-30
1
-0
/
+15
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2005-01-09
1
-1
/
+1
*
Correct the case of a #include directory name, just in case.
Reid Spencer
2005-01-02
1
-1
/
+1
*
Get VC++ building again
Jeff Cohen
2004-12-24
1
-2
/
+3
*
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
Jeff Cohen
2004-12-24
1
-0
/
+14
*
Fix compilation error on Darwin.
Chris Lattner
2004-12-04
1
-15
/
+18
*
Move darwin-specific majik here.
Chris Lattner
2004-12-03
1
-5
/
+27
*
Implement two new functions: LoadLibraryPermanently and
Reid Spencer
2004-11-29
1
-28
/
+62
*
We just use ltdl's implementation for this abstraction now. Its portable to
Reid Spencer
2004-11-29
1
-13
/
+3
*
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-29
1
-0
/
+10
*
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer
2004-11-18
1
-0
/
+78