Перейти к файлу
Scott Jones b641e07694
prep abi tool for nuget release (#635)
* prep abi tool for nuget release

* PR feedback
2020-03-02 14:22:51 -08:00
.github Update CODEOWNERS 2019-07-03 11:05:44 -07:00
design_notes Fix typos (#581) 2019-09-16 08:47:24 -07:00
docs Update typo on Metadata Representation doc (#407) 2019-05-21 16:37:06 -07:00
samples Add indented_writer_base<T> to library (#305) 2019-07-15 05:32:45 -07:00
src prep abi tool for nuget release (#635) 2020-03-02 14:22:51 -08:00
.gitattributes Move C++/WinRT coroutine helpers to dedicated header and add support for DispatcherQueue to resume_foreground (#154) 2019-02-04 09:04:33 -08:00
.gitignore prep abi tool for nuget release (#635) 2020-03-02 14:22:51 -08:00
LICENSE Initial commit 2018-07-11 13:21:26 -07:00
README.md Update README.md 2020-02-04 08:56:25 -08:00

README.md

xlang

This repo is the starting point for the xlang project, which enables developers to take existing shared libraries, implemented in one programming language and make that library's APIs available to client code using a different programming language. Thus the name "xlang", for cross-language.

See these related repos:

License

Code licensed under the MIT License.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.