cling/tools
Vassil Vassilev fc33c22f45 Bump clad version to v0.4.
The new release includes some improvements in both Forward and
Reverse mode:
  * Support `x += y`, `x -= y`, `x *= y`, `x /= y`, `x++`, `x--`, `++x`, `--x`
    in forward mode.
  * Reduce emission of unused expressions
  * Add a special `#pragma clad ON/OFF/DEFAULT` to annotate regions which
    contain derivatives
  * Various small optimizations

See more at: https://github.com/vgvassilev/clad/blob/v0.4/docs/ReleaseNotes.md
2018-11-06 11:59:41 +01:00
..
demo Several fixes for Windows 2018-03-22 13:44:16 +01:00
driver Add missing libraries 2018-10-19 00:30:04 +02:00
Jupyter Use CLING_OPTS env variable to pass extra arguments to jupyter-cling-kernel 2018-03-23 16:59:08 +01:00
libcling Add missing link libraries. 2018-07-27 11:14:04 +02:00
packaging cling cpt travis fold: misspelled "end". 2018-06-14 10:14:12 +02:00
plugins Bump clad version to v0.4. 2018-11-06 11:59:41 +01:00
CMakeLists.txt Implement clang plugin support. 2018-07-28 13:17:44 +02:00