summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__libcpp_version
Commit message (Collapse)AuthorAgeFilesLines
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-1/+1
| | | | | | and clear the release notes. llvm-svn: 366427
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-1/+1
| | | | llvm-svn: 351320
* Update version to 8.0.0svn: cmake, includes files and docsHans Wennborg2018-08-011-1/+1
| | | | llvm-svn: 338555
* Update version to 7.0.0svn: cmake, include files and docsHans Wennborg2018-01-031-1/+1
| | | | llvm-svn: 321725
* Update _LIBCPP_VERSION and the version in CMakeLists to 6.0Hans Wennborg2017-07-191-1/+1
| | | | llvm-svn: 308468
* Update version to 5.0Eric Fiselier2017-01-131-1/+1
| | | | llvm-svn: 291928
* Add __libcpp_version file and __libcpp_library_version function.Eric Fiselier2016-10-281-0/+1
This patch does two seperate things. First it adds a file called "__libcpp_version" which only contains the current libc++ version (currently 4000). This file is not intended for use as a header. This file is used by Clang in order to easily determine the installed libc++ version. This allows Clang to enable/disable certain language features only when the library supports them. The second change is the addition of _LIBCPP_LIBRARY_VERSION macro, which returns the version of the installed dylib since it may be different than the headers. llvm-svn: 285382
OpenPOWER on IntegriCloud