summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/win32/support.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne2018-01-231-1/+1
| | | | | | | | | | | The language standard does not define a function with this name, so it is part of the user's namespace. This change fixes a duplicate symbol error that occurs when a user attempts to define a function with this name. Differential Revision: https://reviews.llvm.org/D42405 llvm-svn: 323237
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-11/+0
| | | | | | | | | | | | | | Summary: This patch corrects the build errors I encountered when building on MinGW64. Reviewers: mati865, rnk, compnerd, smeenai, bcraig Reviewed By: mati865, smeenai Subscribers: martell, chapuni, cfe-commits Differential Revision: https://reviews.llvm.org/D33082 llvm-svn: 304360
* Fix typosAlp Toker2014-05-151-2/+2
| | | | llvm-svn: 208869
* G M: Improvements to Windows support.Howard Hinnant2013-08-261-36/+33
| | | | llvm-svn: 189273
* War on tabs.Howard Hinnant2013-07-081-3/+3
| | | | llvm-svn: 185865
* Glen: This patch gets the string conversion functions working on Windows. ↵Howard Hinnant2013-05-161-20/+37
| | | | | | It also refactors repetitive code in string.cpp do greatly reduce the repetitiveness, increasing maintainability. llvm-svn: 182026
* Reference: ↵Howard Hinnant2013-04-021-26/+99
| | | | | | http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130325/077133.html llvm-svn: 178581
* Reference: ↵Howard Hinnant2013-04-021-5/+14
| | | | | | http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130325/077131.html llvm-svn: 178544
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-6/+6
| | | | llvm-svn: 142732
* de-tabbifyHoward Hinnant2011-10-171-1/+1
| | | | llvm-svn: 142237
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+11
| | | | llvm-svn: 140728
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-2/+41
| | | | llvm-svn: 140384
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-0/+22
llvm-svn: 140328
OpenPOWER on IntegriCloud