2016-07-06 00:41:18 +03:00
Introduction
============
This document contains the release notes for the interactive C++ interpreter
2023-12-09 19:39:23 +03:00
Cling, release 1.1. Cling is built on top of [Clang ](http://clang.llvm.org ) and
2016-08-09 22:17:34 +03:00
[LLVM ](http://llvm.org> ) compiler infrastructure. Here we
2016-07-06 00:41:18 +03:00
describe the status of Cling in some detail, including major
improvements from the previous release and new feature work.
2024-04-13 11:58:20 +03:00
Note that if you are reading this file from a git checkout or the main Cling
web page, this document applies to the *next* release, not the current one.
2016-07-06 00:41:18 +03:00
2023-12-09 19:39:23 +03:00
What's New in Cling 1.1?
2016-07-06 00:41:18 +03:00
========================
Some of the major new features and improvements to Cling are listed
here. Generic improvements to Cling as a whole or to its underlying
infrastructure are described first.
2020-08-22 13:00:37 +03:00
External Dependencies
---------------------
2023-12-09 19:39:23 +03:00
* Upgrade to LLVM r0000000.
2020-08-22 13:00:37 +03:00
2021-05-04 16:48:08 +03:00
Major New Features
------------------
2023-12-09 19:39:23 +03:00
* A major new feature
2021-05-04 16:48:08 +03:00
2023-12-09 18:36:59 +03:00
Misc
----
2023-12-09 19:39:23 +03:00
* A misc feature
Experimental Features
---------------------
* An experimental feature
Jupyter
-------
* A Jupyter feature
2019-08-16 09:16:10 +03:00
2016-07-06 00:41:18 +03:00
2016-08-07 19:45:46 +03:00
Fixed Bugs
2016-07-06 00:41:18 +03:00
----------
2023-12-09 19:39:23 +03:00
[ROOT-XXXX ](https://sft.its.cern.ch/jira/browse/ROOT-XXXX )
2021-05-04 16:48:08 +03:00
<!-- - Get release bugs
2023-12-09 19:39:23 +03:00
git log v1.0..master | grep 'ROOT-' | sed -E \
2021-05-04 16:48:08 +03:00
's,^.*(ROOT-[0-9]+).*$,[\1]\(https://sft.its.cern.ch/jira/browse/\1\),' | \
sort | uniq
--->
<!-- - Standard MarkDown doesn't support neither variables nor <base>
[ROOT-XXX ](https://sft.its.cern.ch/jira/browse/ROOT-XXX )
--->
<!-- - Additional Information
----------------------
A wide variety of additional information is available on the
[Cling web page ](http://root.cern/cling ). The web page contains versions of
the API documentation which are up-to-date with the git version of the source
code. You can access versions of these documents specific to this release by
going into the “clang/docs/” directory in the Cling source tree.
If you have any questions or comments about Cling, please feel free to contact
us via the mailing list.--->
2016-08-09 21:56:31 +03:00
Special Kudos
=============
This release wouldn't have happened without the efforts of our contributors,
listed in the form of Firstname Lastname (#contributions):
2016-08-09 22:10:04 +03:00
FirstName LastName (#commits)
2016-08-09 21:56:31 +03:00
2021-05-04 16:48:08 +03:00
<!-- - Find contributor list for this release
2023-12-09 19:39:23 +03:00
git log --pretty=format:"%an" v1.0...master | sort | uniq -c | sort -rn |\
2021-05-04 16:48:08 +03:00
sed -E 's,^ *([0-9]+) (.* )$,\2 \(\1\),'
--->