* Initial commit with C++ guidelines extracted from the C guidelines.
* Update namespace rules to match the general guidelines, add "details" namespace. Noted to *not* use typedef for structs/classes in C++ code. Update supported platforms / compilers with RHEL and SLES. Note that we don't know about deployment.
* Further address C isms in these guidelines.
* Changes made during 2019-12-12 meeting.
* Add chrono examples.
Remove global examples.
Remove "less preferred".
Remove notes to review things that have already been reviewed.
Add note that common exception types need to be provided by the core library.
* Add default-initialization example.
* Add a couple of todos to investigate next meeting.
* Add todo about RHEL and SLES.
* Apply some outcomes of the 2019-12-19 meeting.
* Add more outcomes.
* Apply remaining outcomes.
* Apply documentation section fixes from Charlie.
* Merge changes from the C guidelines into the CPP guidelines.
* Fix links
- Add links for latest release for each language
- Add script to update to latest package versions
- Clean-up the older generation scripts
- Instead of failing to update because of missing docs we detect and simply don't display the link for the missing docs.
To update the latest versions data run the following script "./eng/scripts/Update-Release-Versions.ps1"
* Add guideline about using a common argument validator
Relates to Azure/azure-sdk-for-net#7547 and should be merged only after PR Azure/azure-sdk-for-net#7569 is merged.
* Resolve PR feedback
* Move implementation details to separate page
This is similar to what other languages do. Added the jekyll-relative-links plugin, which is documented to be supported by GitHub already anyway.
* Removing old data as preparation for new Jekyll site
* Jekyll site implementation
* Updated links in README
* Corrected link for TypeScript
* Replacement for PR #526
* Integration of PR #538
* Rename of the sidebar titles, per bterlson
* External links open in same tab
* Added common redirects for the guidelines
* Added redirects for migration from the azuresdkspec site
* Added general guidelines redirect
* Added Review Process
* Replacement for PR #541
* Moved README-EXAMPLE to repo
* Fixing links in .NET guidelines
* (#312) Made the guidelines and policy release versioning agree