Jeffrey Walton
|
ef318d5423
|
Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc++, libstdc++}. It included bringing in the correct <memory> in <stdcpp.h>, and then only including <stdcpp.h> when <memory> was needed.
|
2015-07-27 16:01:55 -04:00 |
Jeffrey Walton
|
9bf0eed0f6
|
Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to vectorization and alignment violations agains the vmovdqa instruction
|
2015-07-13 22:53:16 -04:00 |
weidai
|
9d42a6f6de
|
fix compile with Sun CC on Linux
|
2010-08-08 08:13:09 +00:00 |
weidai
|
bc0806d50d
|
fix build of dlltest project on MSVC 2008
fix compile on C++Builder 2010
|
2010-07-24 05:35:54 +00:00 |
weidai
|
9a892095a0
|
port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
|
2010-07-05 11:14:14 +00:00 |
weidai
|
1315a7bc9a
|
port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X
|
2010-07-05 01:15:14 +00:00 |
weidai
|
d60229a02a
|
fix possible race condition in Singleton::Ref()
tolerate double destruction of Singleton and g_nullNameValuePairs
fix #include of standard headers
|
2010-06-18 07:06:59 +00:00 |
weidai
|
63e267686a
|
remove <locale> (should save code size?)
|
2007-09-24 00:51:04 +00:00 |
weidai
|
5b2008101c
|
misc changes
|
2003-07-18 04:35:30 +00:00 |
weidai
|
12157494b2
|
fix GCC compile
|
2003-07-11 19:16:35 +00:00 |
weidai
|
f278895908
|
create DLL version, fix GetNextIV() bug in CTR and OFB modes
|
2003-07-04 00:17:37 +00:00 |