mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
@@ -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/*']
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user