Logging utilities for C code
Перейти к файлу
Dan Cristoloveanu 2bc238fbc2
Fix includes (#32)
* Fix includes

* Remove resources

* Remove duplicated traceability

* Remove resources

* Remove synchapi.h include

* Add Build demand

* Add cmake demand

* Fix cmake fir include check

* Add more demands

* Setup VS vars

* Use latest c build tools

* Fix run_traceability in CMakeLists

* Use the iwyu rules file

* Temporarily disable all other legs

* Adjust path for imp rules for iwyu

* Have the Ninja build run from the proper cmake folder

* Test failing build when iwyu fails

* Build with powershell to redirect logs

* Build the solution and output logs

* Add check for include check failing

* Make include check pass

* Re-enable all build legs

* Update build files to build with all tests

* Fix includes in the whole repo

* Ignore .orig files
2021-01-20 12:39:11 -08:00
build Fix includes (#32) 2021-01-20 12:39:11 -08:00
deps Fix includes (#32) 2021-01-20 12:39:11 -08:00
inc/c_logging renames for azure-c-logging => c-logging (#21) 2020-10-30 09:57:24 -07:00
src Fix includes (#32) 2021-01-20 12:39:11 -08:00
tests Fix includes (#32) 2021-01-20 12:39:11 -08:00
.gitignore Fix includes (#32) 2021-01-20 12:39:11 -08:00
.gitmodules use c build tools (#20) 2020-10-30 09:05:49 -07:00
CMakeLists.txt Fix includes (#32) 2021-01-20 12:39:11 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-12-18 11:14:24 -08:00
LICENSE Updating LICENSE to template content 2019-12-18 11:14:25 -08:00
README.md Initial README.md commit 2019-12-18 11:14:28 -08:00
SECURITY.md Initial SECURITY.md commit 2019-12-18 11:14:26 -08:00
vld.props 2 preprocessors (#16) 2020-10-05 16:04:10 -07:00

README.md

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.opensource.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., status check, 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.