summaryrefslogtreecommitdiff
path: root/include/module.modulemap
AgeCommit message (Expand)Author
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-29Add missing 'requires coroutines' to module mapEric Fiselier
2017-05-25Re-add <experimental/coroutine> to the module map.Eric Fiselier
2017-05-25Remove <experimental/coroutine> from the module map for now. It doesn't work ...Eric Fiselier
2017-05-25Add <experimental/coroutine>Eric Fiselier
2017-01-07[libc++] Tolerate presence of __deallocate macroEric Fiselier
2016-12-08Fix _LIBCPP_VERSION tests with modules on DarwinEric Fiselier
2016-12-06Revert r288787: Add missing stdbool.h module.Eric Fiselier
2016-12-06Add missing stdbool.h module. The test suite now passes on OS X with modulesEric Fiselier
2016-12-06Fix stdio module build on OS XEric Fiselier
2016-12-06Fix C++03 modules buildEric Fiselier
2016-12-05Add module definitions for <experimental/foo> headersEric Fiselier
2016-12-05Add module definitions for string_viewEric Fiselier
2016-12-05Add modules for any/optional/variantEric Fiselier
2016-12-05Adjust libc++ test infastructure to fully support modulesEric Fiselier
2016-11-22Allow libc++ to use modules in C++03.Eric Fiselier
2016-11-22Attempt to fix stdint/cstdint modules try 2Eric Fiselier
2016-11-22Cleanup module.modulemapEric Fiselier
2016-11-21Revert r287435 because of OS X test failuresEric Fiselier
2016-11-19Fix stdint/cstdint modulesEric Fiselier
2016-11-19[libcxx] Implement locale.h to fix modules buildEric Fiselier
2016-10-21[ModuleMap] Add more module entries to cover some non modular headersBruno Cardoso Lopes
2015-10-13Remove __config module to avoid #include cycle when libc headers include libc...Richard Smith
2015-02-13Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool
2014-09-24Mark module atomic as cplusplus11.Nico Weber
2014-05-21[modules] Add initial module map for libc++.Richard Smith