summaryrefslogtreecommitdiffstats
path: root/libcxx/include/iomanip
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-5/+5
| | | | | | It's incredibly annoying when trying to create diffs llvm-svn: 361981
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | | to reflect the new license. These used slightly different spellings that defeated my regular expressions. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351648
* Implement the infrastructure for feature-test macros. Very few actual ↵Marshall Clow2018-09-121-0/+1
| | | | | | feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 llvm-svn: 342073
* Move 'quoted' for string_view from <string_view> to <iomanip> (where the ↵Marshall Clow2016-10-271-0/+9
| | | | | | other versions of 'quoted' live. No functional change. llvm-svn: 285300
* Implement std::string_view as described in http://wg21.link/P0254R1. ↵Marshall Clow2016-07-211-13/+1
| | | | | | Reviewed as https://reviews.llvm.org/D21459 llvm-svn: 276238
* Add missing space between >> in template declaration. Fixes C++03 build.Eric Fiselier2016-06-171-1/+1
| | | | llvm-svn: 273037
* Add Filesystem TS -- CompleteEric Fiselier2016-06-171-6/+25
| | | | | | | | | | | | | | Add the completed std::experimental::filesystem implementation and tests. The implementation supports C++11 or newer. The TS is built as part of 'libc++experimental.a'. Users of the TS need to manually link this library. Building and testing the TS can be disabled using the CMake option '-DLIBCXX_ENABLE_FILESYSTEM=OFF'. Currently 'libc++experimental.a' is not installed by default. To turn on the installation of the library use '-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON'. llvm-svn: 273034
* Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ↵Marshall Clow2014-03-071-5/+6
| | | | | | that anyone using quoted with padding is really confused, but it should work the way the rest of iostreams works. llvm-svn: 203290
* Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ↵Marshall Clow2013-11-141-1/+3
| | | | | | Peter Sommerlad for the report (and suggested fix) llvm-svn: 194725
* N3545: Quoted stringsMarshall Clow2013-09-051-0/+147
| | | | llvm-svn: 190032
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-26/+26
| | | | llvm-svn: 145410
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
| | | | llvm-svn: 142235
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* visibility-decoration.Howard Hinnant2010-09-221-0/+21
| | | | llvm-svn: 114545
* Fixing whitespace problemsHoward Hinnant2010-08-221-8/+8
| | | | llvm-svn: 111750
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+481
llvm-svn: 103490
OpenPOWER on IntegriCloud