Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the trunk version to 10.0.0svn | Hans Wennborg | 2019-07-18 | 1 | -1/+1 |
| | | | | | | and clear the release notes. llvm-svn: 366427 | ||||
* | Bump the trunk version to 9.0.0svn | Hans Wennborg | 2019-01-16 | 1 | -1/+1 |
| | | | | llvm-svn: 351320 | ||||
* | Update version to 8.0.0svn: cmake, includes files and docs | Hans Wennborg | 2018-08-01 | 1 | -1/+1 |
| | | | | llvm-svn: 338555 | ||||
* | Update version to 7.0.0svn: cmake, include files and docs | Hans Wennborg | 2018-01-03 | 1 | -1/+1 |
| | | | | llvm-svn: 321725 | ||||
* | Update _LIBCPP_VERSION and the version in CMakeLists to 6.0 | Hans Wennborg | 2017-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 308468 | ||||
* | Update version to 5.0 | Eric Fiselier | 2017-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 291928 | ||||
* | Add __libcpp_version file and __libcpp_library_version function. | Eric Fiselier | 2016-10-28 | 1 | -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 |