Axel Naumann
2f97cd908a
Remove svn checkout step
2013-05-16 01:49:48 +02:00
Fons Rademakers
cedb54e76d
add textinput to the cling repo.
2013-05-08 16:24:49 +02:00
Axel Naumann
dd845ce3d9
We use HAVE_UNISTD_H, so #include config.h which defines it.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@48369 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-22 13:56:38 +00:00
Vassil Vassilev
0e031fd7c8
We have HAVE_UNISTD_H through LLVM buildsystem.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@48339 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-18 16:20:34 +00:00
Vassil Vassilev
bac91929b7
"So far so good..." said the falling man...
...
N-th try. I think now windows will be happy.
git-svn-id: http://root.cern.ch/svn/root/trunk@48322 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-18 10:00:00 +00:00
Vassil Vassilev
1de2e123a0
In our buildsystem nobody defines HAVE_UNISTD_H yet.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@48320 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-18 09:30:58 +00:00
Vassil Vassilev
6aaa61468b
Fix windows.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@48319 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-18 09:02:46 +00:00
Vassil Vassilev
fe01b22527
Try to Windows for cling standalone.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@48318 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-17 16:40:33 +00:00
Vassil Vassilev
1ae610b211
Fix savannah #99234 .
...
The issue we experienced is that we couldn't pipe the output in the terminal.
The reason is that we were using llvm::outs() which closes explicitly the file
descriptor (thanks Axel for the help debugging).
We introduce our custom stream, which keeps the file descriptor open so that
we can use it in pipes. For debugging purposes, however we use/should use llvm::errs()
The lesson learned:
DONT USE LLVM::OUTS() ANYMORE!
git-svn-id: http://root.cern.ch/svn/root/trunk@48316 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-17 15:27:14 +00:00
Axel Naumann
22d7530121
From Pere: disable cling/lib/textinput for ROOT.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@48221 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-08 07:58:06 +00:00
Vassil Vassilev
9881b59a06
Get rid of meta processor options and various improvements.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@47889 27541ba8-7e3a-0410-8455-c3a389f83636
2012-12-06 11:47:24 +00:00
Vassil Vassilev
ad0cfca9a6
Get rid of another use of meta processor option.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@47885 27541ba8-7e3a-0410-8455-c3a389f83636
2012-12-06 10:52:01 +00:00
Vassil Vassilev
fc6f865dfb
Use contemporary cling coding style :)
...
git-svn-id: http://root.cern.ch/svn/root/trunk@47876 27541ba8-7e3a-0410-8455-c3a389f83636
2012-12-06 09:54:20 +00:00
Axel Naumann
4e90ca5b42
Hopefully last change to RequiredSymbols: given that they are required by the interpreter runtime they should all be symbols from libclingInterpreter. Move it there.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@46990 27541ba8-7e3a-0410-8455-c3a389f83636
2012-11-02 08:11:24 +00:00
Axel Naumann
6035382bb5
Put the symbol requester func into the proper namespace!
...
git-svn-id: http://root.cern.ch/svn/root/trunk@46987 27541ba8-7e3a-0410-8455-c3a389f83636
2012-11-01 19:46:32 +00:00
Axel Naumann
0dea9a66f6
Updated location of RequiredSymbols.cpp
...
git-svn-id: http://root.cern.ch/svn/root/trunk@46986 27541ba8-7e3a-0410-8455-c3a389f83636
2012-11-01 19:38:15 +00:00
Axel Naumann
bf31a650a9
Fix symbol requesting.
...
git-svn-id: http://root.cern.ch/svn/root/trunk@46983 27541ba8-7e3a-0410-8455-c3a389f83636
2012-11-01 19:10:12 +00:00
Axel Naumann
b4a8dcde49
Everyone wants these symbols; for now put the symbol request through static init into UserInterface
...
git-svn-id: http://root.cern.ch/svn/root/trunk@46982 27541ba8-7e3a-0410-8455-c3a389f83636
2012-11-01 16:51:59 +00:00
Axel Naumann
05ba8a3a07
Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.)
...
git-svn-id: http://root.cern.ch/svn/root/trunk@45844 27541ba8-7e3a-0410-8455-c3a389f83636
2012-09-05 09:37:39 +00:00