Merge pull request #5479 from github/shati-patel/docs-bump-version

Docs: Prepare supported languages/frameworks for 1.27 release
This commit is contained in:
Shati Patel
2021-03-22 13:50:53 +00:00
committed by GitHub
3 changed files with 19 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
##############################################################################
#
# Modified 22052019.
# Modified 22032021.
# The configuration values below are specific to the supported languages and frameworks project
# To amend html_theme_options, update version/release number, or add more sphinx extensions,
@@ -41,9 +41,9 @@ project = u'Supported languages and frameworks for LGTM Enterprise'
# The version info for this project, if different from version and release in main conf.py file.
# The short X.Y version.
version = u'1.26'
version = u'1.27'
# The full version, including alpha/beta/rc tags.
release = u'1.26'
release = u'1.27'
# -- Project-specifc options for HTML output ----------------------------------------------
@@ -95,4 +95,4 @@ html_favicon = '../images/site/favicon.ico'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['read-me-project.rst', 'reusables/*']
exclude_patterns = ['read-me-project.rst', 'reusables/*']

View File

@@ -10,6 +10,4 @@ The libraries and queries in version |version| have been explicitly checked agai
If you're interested in other libraries or frameworks, you can extend the analysis to cover them.
For example, by extending the data flow libraries to include data sources and sinks for additional libraries or frameworks.
.. There is currently no built-in support for libraries or frameworks for C/C++.
.. include:: reusables/frameworks.rst

View File

@@ -1,4 +1,15 @@
.. There is currently no built-in support for libraries or frameworks for C/C++.
C and C++ built-in support
================================
.. csv-table::
:header-rows: 1
:class: fullWidthTable
:widths: auto
Name, Category
`Bloomberg Standard Library <https://github.com/bloomberg/bde>`__, Utility library
`Berkeley socket API library <https://en.wikipedia.org/wiki/Berkeley_sockets#Socket_API_functions>`__, Network communicator
string.h, String library
C# built-in support
================================
@@ -78,6 +89,9 @@ Java built-in support
:widths: auto
Name, Category
Apache Commons Lang, Utility library
Apache HTTP components, Network communicator
Guava, Utility and collections library
Hibernate, Database
iBatis / MyBatis, Database
Java Persistence API (JPA), Database
@@ -126,7 +140,6 @@ JavaScript and TypeScript built-in support
vue, HTML framework
Python built-in support
====================================