Axel Naumann
762942581e
Remove unused function IncrementalParser::Parse().
2016-07-22 16:14:11 +02:00
Axel Naumann
431e6e6815
Add clarifying comment.
2016-07-22 16:14:11 +02:00
CristinaCristescu
5e2df99165
Call compile for code completion and reset diagnostics after completion.
2016-07-22 16:14:11 +02:00
CristinaCristescu
ee3e035ceb
Fix doxygen errors for code complete.
2016-07-22 14:29:09 +02:00
Frederich Munch
eb1f75891b
Fix Token::startToken not initializing length member.
2016-07-22 12:44:12 +02:00
Frederich Munch
f59228426b
Fix writing files to source directory, write to build directory instead.
2016-07-22 12:44:12 +02:00
Frederich Munch
63b1f5d4c9
Fix gcc5 complaining about pow10 being redeclared.
2016-07-22 12:44:12 +02:00
Frederich Munch
c2dc7e1af8
Remove m_exe variable from ClingMemoryManager as it's not being used.
2016-07-22 12:44:12 +02:00
Frederich Munch
57339863eb
Comment out unused code in IncrementalExecutor::runStaticInitializersOnce
2016-07-22 12:44:12 +02:00
Frederich Munch
e4fc69a122
Cache function name in IncrementalExecutor::runStaticInitializersOnce. It can be non-trivial to lookup.
2016-07-22 12:44:12 +02:00
Frederich Munch
79afcba73d
Fix needless assert in CheckABICompatibility for Debug builds. Trying to get a macro definition was using dyn_cast (which assert on NULL). The function is already handling that case later, so use dyn_cast_or_null.
2016-07-22 12:44:12 +02:00
Frederich Munch
5a08af54ec
llvm::sys::PrintStackTraceOnErrorSignal takes argv[0] as an argument in current llvm.
2016-07-22 12:44:11 +02:00
Frederich Munch
36e5b97051
Fix cling executable when building as shared-library.
2016-07-22 12:44:11 +02:00
Axel Naumann
80045a6724
Update cling release notes.
2016-07-22 12:44:11 +02:00
Vassil Vassilev
0f774948ca
Fix link.
2016-07-22 11:29:12 +02:00
Axel Naumann
03180bea00
Remove a few verbal exclamation marks in the main header of cling.
2016-07-22 09:29:25 +02:00
Axel Naumann
cc77dac476
Indent.
2016-07-21 19:44:08 +02:00
Axel Naumann
77bbfc0020
Only use -I../../include if this is cling (ancient ROOT-4455).
2016-07-21 19:44:08 +02:00
Axel Naumann
d9eea3590b
Add test for ROOT-8077.
2016-07-21 19:29:07 +02:00
Axel Naumann
d4942fffc7
Use more traditional approach, not <import>.
2016-07-21 19:14:12 +02:00
Axel Naumann
d4e01536f8
Make it fail!
2016-07-21 17:44:08 +02:00
Vassil Vassilev
a34a96dac8
Require sudo in hope for forcing ubu14.
2016-07-21 17:23:40 +02:00
Vassil Vassilev
7fe78756ce
Require ubuntu 14. It simplifies our setup.
2016-07-21 17:05:54 +02:00
Axel Naumann
09a50d78ce
Fix missing enum case warning.
2016-07-21 15:59:24 +02:00
Axel Naumann
12d10b3145
Fix unused var warning.
2016-07-21 15:59:24 +02:00
Axel Naumann
ffec1df67b
Only refuse decl extraction if ill-formed; add test; move KnownFail out.
2016-07-21 15:59:24 +02:00
Axel Naumann
b7c739fe61
Reference CREDITS of cling.
2016-07-21 15:59:24 +02:00
Axel Naumann
aabfa04ced
Use relative paths, to enable links inside clones.
2016-07-21 15:59:23 +02:00
Bertrand Bellenot
79c8fc1d7c
Build cling.exe on Windows using the CMake object libraries
...
This allows to export the symbols from the executable, using the next version of CMake (not yet in the git master version of CMake)
2016-07-21 11:59:27 +02:00
Bertrand Bellenot
0d24d146df
Fix weird compilation errors on Windows (to be reviewed)
2016-07-21 11:44:27 +02:00
Bertrand Bellenot
e0dabaef08
Don't use std::stringstream, since it doesn't prepend '0x' in front of hexadecimal values when streaming pointer values
2016-07-21 11:44:27 +02:00
Bertrand Bellenot
b0b2c6d9e7
Propagate the debug compiler flag to prevent mixing debug/optimized code on Windows
2016-07-21 11:44:26 +02:00
Axel Naumann
f806c02361
Move cling web site out of "further info".
2016-07-20 17:29:10 +02:00
Axel Naumann
1ab006f2a0
Reference example notebook. Use HTML entity for >=.
2016-07-20 17:29:10 +02:00
Axel Naumann
9526922b38
Add missing footer class.
2016-07-20 17:29:10 +02:00
Axel Naumann
e83b3e02ca
Reference cling web page.
2016-07-20 17:14:09 +02:00
Axel Naumann
2ec39dbd62
Add missing jupyter figure.
2016-07-20 16:59:12 +02:00
Axel Naumann
2715bafe28
Show sidebar only in index.html.
2016-07-20 16:44:08 +02:00
Axel Naumann
ac4ad18513
download.html is currently not linked - i.e. it is an old page.
2016-07-20 16:44:08 +02:00
Axel Naumann
b652fdcc20
Use news.html as iframe.
2016-07-20 16:44:08 +02:00
Axel Naumann
0d4e07a8cf
Syntax.
2016-07-20 16:44:08 +02:00
Axel Naumann
86d7540585
Syntax.
2016-07-20 16:44:08 +02:00
Axel Naumann
9bb689528c
Update to new index.html.
2016-07-20 16:44:08 +02:00
Axel Naumann
3b67ea55af
Fix html.
2016-07-20 16:44:08 +02:00
Axel Naumann
de24469ba9
Use footer iframe.
2016-07-20 16:44:08 +02:00
Axel Naumann
5c3db018c4
Remove extra </div>.
2016-07-20 16:44:08 +02:00
Axel Naumann
8445d9f7e4
Make newindex.html available as index.html.
2016-07-20 16:44:08 +02:00
Axel Naumann
2558c6bd0f
Move old files out of the way.
2016-07-20 16:44:08 +02:00
Axel Naumann
b2f1ba51ed
Add "use" page, recovering parts from old index.html.
2016-07-20 16:44:08 +02:00
Axel Naumann
0f92922722
Use import + iframe to simulate a CMS.
2016-07-20 16:44:08 +02:00