Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
lib
/
System
/
DynamicLibrary.cpp
adcbce0
Change LoadLibraryPermanently to not throw an exception.
by Chris Lattner
· 19 years ago
f883eb9
Bug noticed, by inspection. Filename can be null.
by Chris Lattner
· 19 years ago
2b80e8d
Fix iterator invalidation bug, identified by Coverity.
by Chris Lattner
· 19 years ago
8504690
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
by Jeff Cohen
· 19 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
bccc8ab
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 20 years ago
d6b1f5f
Correct the case of a #include directory name, just in case.
by Reid Spencer
· 20 years ago
a4c9751
Get VC++ building again
by Jeff Cohen
· 20 years ago
1a46635
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
by Jeff Cohen
· 20 years ago
368cb8e
Fix compilation error on Darwin.
by Chris Lattner
· 21 years ago
28dabf7
Move darwin-specific majik here.
by Chris Lattner
· 21 years ago
19cd4a9
Implement two new functions: LoadLibraryPermanently and
by Reid Spencer
· 21 years ago
29ae177
We just use ltdl's implementation for this abstraction now. Its portable to
by Reid Spencer
· 21 years ago
441cc2a
Implement the default constructor which causes the current program to be
by Reid Spencer
· 21 years ago
0de02a6
Dynamic Library abstraction. This makes the abstraction of a single dynamic
by Reid Spencer
· 21 years ago