summaryrefslogtreecommitdiffstats
path: root/libcxx/include/module.modulemap
Commit message (Expand)AuthorAgeFilesLines
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-011-0/+4
* First half of C++17's splicing maps and setsErik Pilkington2018-08-011-0/+1
* Implement <filesystem>Eric Fiselier2018-07-271-0/+4
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-241-0/+4
* [libc++] Lift std::errc into a separated headerZhihao Yuan2018-07-031-0/+1
* Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...Tim Shen2018-04-231-0/+4
* Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."Tim Shen2018-04-231-4/+0
* [libcxx] implement <experimental/simd> declarations based on P0214R7.Tim Shen2018-04-231-0/+4
* Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier2018-04-061-0/+4
* Touch up tests for new <version> header; fix module.modulemap.Eric Fiselier2018-04-041-0/+4
* Remove more of the std::experimental bits that are now in std::. All the _v t...Marshall Clow2018-02-061-16/+0
* Remove <experimental/string_view>; use <string_view> instead. See https://lib...Marshall Clow2018-02-051-4/+0
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-011-4/+0
* Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow2018-02-011-4/+0
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-011-4/+0
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-1/+1
* Add missing 'requires coroutines' to module mapEric Fiselier2017-05-291-0/+1
* Re-add <experimental/coroutine> to the module map.Eric Fiselier2017-05-251-6/+4
* Remove <experimental/coroutine> from the module map for now. It doesn't work ...Eric Fiselier2017-05-251-4/+6
* Add <experimental/coroutine>Eric Fiselier2017-05-251-0/+4
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-1/+0
* Fix _LIBCPP_VERSION tests with modules on DarwinEric Fiselier2016-12-081-5/+8
* Revert r288787: Add missing stdbool.h module.Eric Fiselier2016-12-061-4/+1
* Add missing stdbool.h module. The test suite now passes on OS X with modulesEric Fiselier2016-12-061-1/+4
* Fix stdio module build on OS XEric Fiselier2016-12-061-0/+2
* Fix C++03 modules buildEric Fiselier2016-12-061-0/+2
* Add module definitions for <experimental/foo> headersEric Fiselier2016-12-051-0/+116
* Add module definitions for string_viewEric Fiselier2016-12-051-0/+9
* Add modules for any/optional/variantEric Fiselier2016-12-051-0/+12
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-051-1/+1
* Allow libc++ to use modules in C++03.Eric Fiselier2016-11-221-1/+0
* Attempt to fix stdint/cstdint modules try 2Eric Fiselier2016-11-221-1/+8
* Cleanup module.modulemapEric Fiselier2016-11-221-369/+1
* Revert r287435 because of OS X test failuresEric Fiselier2016-11-211-5/+369
* Fix stdint/cstdint modulesEric Fiselier2016-11-191-369/+5
* [libcxx] Implement locale.h to fix modules buildEric Fiselier2016-11-191-1/+7
* [ModuleMap] Add more module entries to cover some non modular headersBruno Cardoso Lopes2016-10-211-0/+342
* Remove __config module to avoid #include cycle when libc headers include libc...Richard Smith2015-10-131-1/+5
* Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool2015-02-131-0/+1
* Mark module atomic as cplusplus11.Nico Weber2014-09-241-0/+1
* [modules] Add initial module map for libc++.Richard Smith2014-05-211-0/+471
OpenPOWER on IntegriCloud