Axel Naumann
1552fe65b1
Stringify eval result; use pipe fd.
2015-12-16 20:29:20 +01:00
John Foster
b610b3a156
Make change from language name to codemirror name
2015-12-16 20:29:20 +01:00
Axel Naumann
6b35aef2f3
Code completion interfaces (though no real implementation yet).
2015-12-16 20:29:20 +01:00
John Foster
8e40c649f5
Change Codemirror mode to "clike"
...
Having the mode set to "c++" did not provide the proper code highlighting, but
"clike" does. This was suggested to me by @Carreau.
2015-12-16 20:29:20 +01:00
Min RK
b2ffcc4076
install note
2015-12-16 20:29:20 +01:00
Axel Naumann
2352b5e745
Implement pushing of MIME data to Jupyter.
2015-12-16 20:29:20 +01:00
Jonathan Coe
8e8fb11831
fix module definition for setup.py
2015-12-16 20:29:20 +01:00
Axel Naumann
b21455cbd8
Remove more debug output.
2015-12-16 20:29:20 +01:00
Min RK
7a09b6c18b
example notebook
2015-12-16 20:29:20 +01:00
Axel Naumann
b0a464eaec
Add destruction of Interpreter.
2015-12-16 20:29:20 +01:00
Min RK
565e56cc7e
allow specifying CLING_EXE env
2015-12-16 20:29:20 +01:00
Axel Naumann
5eb4756052
Remove debug output.
2015-12-16 20:29:20 +01:00
Min RK
8898522462
init cling kernel
2015-12-16 20:29:20 +01:00
Axel Naumann
a76fe309dd
Debug: print interpreter address. Provide temporary dummy eval.
2015-12-16 20:29:20 +01:00
Axel Naumann
d0cb5639ec
Jupyter kernel support dylib.
2015-12-16 20:29:20 +01:00
Min RK
b0ed753a0e
Initial commit
2015-12-16 20:29:20 +01:00
CristinaCristescu
1d46fe88d8
Remove runtime namespace from NullDerefException and rename RuntimeException.h to Exception.h.
...
(cherry picked from commit 234da8bfedce8661c2b8bc50f72632c240c4dfd8)
2015-12-15 20:24:16 +01:00
Pere Mato
20e2f24106
Fix for ROOT-7184 - CMake config issue when enabling cling tests
2015-03-13 18:31:50 +01:00
Axel Naumann
e01719a2bb
Do not strip the binary. Fixes missing symbols on MacOS.
2015-02-17 15:45:15 +01:00
Axel Naumann
45056891ad
Link against OrcJIT.
2015-02-11 10:57:46 +01:00
Axel Naumann
9b94d72ac3
No more old JIT.
2015-02-11 10:57:43 +01:00
Maxim Ivanov
8b00d8b7a4
Fix a sneaky typo
...
💄
2014-11-06 12:13:29 +01:00
Anirudha Bose
365133992a
Need to encode Debian changelog to UTF-8
2014-10-05 21:56:08 +02:00
Anirudha Bose
3b8577fc5f
Auto-detect Clang version. Remove hard-coded Clang version in dist-files.mk
2014-10-04 11:47:04 +02:00
Anirudha Bose
09c43b9300
Fix #51 : Handle subprocess.CalledProcessError
2014-10-02 20:08:02 +02:00
Anirudha Bose
34023274e2
Remove Python 3 warning in --check-requirements
2014-10-02 10:09:36 +02:00
Anirudha Bose
2e10af4cee
Use UTF-8 standard to decode bytes object to str
2014-10-02 10:09:36 +02:00
Anirudha Bose
f86229f459
Make wget functionality compatible with Python 3
2014-10-02 10:09:35 +02:00
Anirudha Bose
19430a0367
Convert bytes object to str for Python 3
2014-10-02 10:09:35 +02:00
Philippe Canal
d0c5e588c5
Revert "Remove trailing spaces" in interpreter/cling/tools/packaging/dist-files.mk
...
This partially reverts commit a6bc8d715a79f578e5fe0cf18e46af92ff507fd7.
2014-10-02 02:42:07 +02:00
Vassil Vassilev
6101769c89
Use the correct extension.
2014-10-01 18:39:07 +02:00
Robert Xiao
504cd078e5
Make Python scripts Python3-compatible
2014-10-01 18:39:05 +02:00
Vassil Vassilev
ddbe9dda2c
Remove empty spaces.
2014-09-28 17:02:06 +02:00
Robert Xiao
e2c78ae27e
Use check_call and check_output for subprocess
2014-09-28 17:02:06 +02:00
Robert Xiao
1b99067bb0
Fix LLVMRevision source URL in cpt.py
...
LLVMRevision is being retrieved from an old URL, which contains the wrong LLVM revision. Update it to point at the current cling repository.
2014-09-25 19:56:07 +02:00
Anirudha Bose
b9f5ccf55c
Implement #29 : Add support for --create-dev-env
2014-08-19 10:18:06 +02:00
Anirudha Bose
aa4a20c3ab
Add support for --current-dev=pkg and --last-stable=pkg
2014-08-19 10:18:06 +02:00
Anirudha Bose
27356beda1
Update CPT documentation for RPM and DMG bundles
2014-08-19 10:18:06 +02:00
Anirudha Bose
f182d64afc
Use cling-patches branch instead of ROOT-patches in CPT
2014-08-19 10:18:06 +02:00
Anirudha Bose
2fb5acd8a8
Update CPT usage in README.md
2014-08-19 10:18:05 +02:00
Vassil Vassilev
3a541b38e0
Add future work to do.
2014-08-14 14:56:43 +02:00
Vassil Vassilev
a415711407
Implement a shebang support in cling.
2014-08-14 14:56:43 +02:00
Vassil Vassilev
7b2c95f7bc
Use the file lookup using the include paths to resolve filenames.
2014-08-14 14:56:39 +02:00
Vassil Vassilev
deb8c0d21c
If the input is not a file do not prepend .x in front.
2014-08-14 14:56:39 +02:00
Vassil Vassilev
c1bd9c198c
clingTagsExtension is gone.
2014-08-14 14:56:34 +02:00
Vassil Vassilev
20c6cd6fae
We need libLLVMProfileData.
2014-08-14 14:56:34 +02:00
Anirudha Bose
3dd0272e5c
Resolve #36 : Handle output of 'where' command correctly
2014-08-14 14:56:32 +02:00
Anirudha Bose
3128048499
Accept relative paths in --with-workdir switch
2014-08-14 14:56:32 +02:00
Anirudha Bose
5beb95df13
Use the downloaded CMake binaries in Windows
2014-08-14 14:56:32 +02:00
Anirudha Bose
35bcce30a1
Close #39 : Implement --no-test switch to skip the test suite
2014-08-14 14:56:32 +02:00