65985348c5ece4efecce485029b147c45453c4c8 |
|
26-Jul-2013 |
Reid Kleckner <reid@kleckner.net> |
Remove dead or useless header checks from cmake and autoconf On Windows, this improves clean cmake configuration time on my workstation from 1m58s to 1m32s, which is pretty significant. There's probably more that can be done here, but this is the low hanging fruit. Eric volunteered to regenerate ./configure for me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187209 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Errno.cpp
|
08e712b9ff4ab1aa560357e780ecf3e366b3178b |
|
01-Nov-2012 |
Michael J. Spencer <bigcheesegs@gmail.com> |
[Support] Fix StrError on Windows to actually return the error string... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167191 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Errno.cpp
|
04cb564c8da7a26a04c7c6b3157dad5f3244063d |
|
28-Sep-2012 |
Dmitri Gribenko <gribozavr@gmail.com> |
Replace the use of strncpy() and sprintf() with std::string and LLVM streams. Patch by Martinez, Javier E. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164822 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Errno.cpp
|
33f2139585cfb56cbc3f83f57122b41e1b261270 |
|
24-Jun-2012 |
NAKAMURA Takumi <geek4civic@gmail.com> |
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s(). FYI, two arguments of strerror_s() is provided in C++ on msvc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159103 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Errno.cpp
|
e29b0aca51e3568a92869daa70c4a0351750fd1e |
|
09-Feb-2011 |
NAKAMURA Takumi <geek4civic@gmail.com> |
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*. AC_CHECK_FUNCS seeks a symbol only in libs. We should check the declaration in string.h. FIXME: I have never seen mingw(s) have strerror_s() (not _strerror_s()). FIXME: Autoconf/CMake may seek strerror_s() with the definition MINGW_HAS_SECURE_API in future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125172 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Errno.cpp
|
1f6efa3996dd1929fbc129203ce5009b620e6969 |
|
29-Nov-2010 |
Michael J. Spencer <bigcheesegs@gmail.com> |
Merge System into Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Errno.cpp
|