summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/platform_support.h
Commit message (Expand)AuthorAgeFilesLines
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+4
* Add CloudABI locale names to platform_support.h.Ed Schouten2015-03-091-0/+10
* Fix error checking in get_temp_file_name().Dan Albert2015-02-131-4/+7
* Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__Jonathan Roelofs2014-12-111-0/+7
* fix missing include for ::close in platform_support.hEric Fiselier2014-08-191-0/+2
* Give libcxx tests temporary filenames that are actually unique.Jonathan Roelofs2014-08-191-4/+14
* G M: 1. It changes the temp file handling to use the template and the current...Howard Hinnant2013-10-061-7/+6
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-1/+1
* İsmail Dönmez: Change to mktemp template to make it compatible with Linux.Howard Hinnant2013-04-251-1/+1
* Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant2013-03-221-0/+21
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...Howard Hinnant2013-01-141-1/+6
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-051-0/+37
OpenPOWER on IntegriCloud