lixqopensorce / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Change static lib to dynamic lib. #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For reducing compiling time.

Original issue reported on code.google.com by wuye9036 on 16 Mar 2011 at 6:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue was updated by revision r488.

SASL:
  Add dynamic link macros support.

Original comment by wuye9036 on 24 Mar 2011 at 7:15

GoogleCodeExporter commented 9 years ago
Because intermediate dependency in gcc, the compiling time was increased.

There is solution that open dynamic library by dlopen/dlsym on Linux or 
LoadLibrary on Windows.

But it is many things to do, so it was pended.

We will fix it later.

Original comment by wuye9036 on 24 Mar 2011 at 7:31

GoogleCodeExporter commented 9 years ago
It is reopened.

SASL CGLLVM will be splitted to 2 parts, static and dynamic.

Static lib is about any struct the third party want,
and dynamic lib will catch the code about LLVM.

Original comment by wuye9036 on 6 Apr 2011 at 2:38

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 077b0ff7dbf8.

SASL:
  Add dynamic link macros support.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 15 Dec 2011 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 7 Mar 2012 at 2:54

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 4 Dec 2012 at 6:35

GoogleCodeExporter commented 9 years ago
It is implemented indirectly by host.dll.

Original comment by wuye9036 on 10 Sep 2013 at 1:04

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 10 Sep 2013 at 1:05