3400 Commits

Author SHA1 Message Date
Roman Zulak
35c0ef1cdd Remove unused stream argument.
Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
2016-10-05 10:53:00 +02:00
Roman Zulak
973e380989 Fix size argument for runtime::copyArray.
Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
2016-10-05 10:53:00 +02:00
Roman Zulak
dde76efa31 Fix crash if print debug state changes during execution. Ensure ~ClangInternalState runs before ~PushTransactionRAII.
Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
2016-10-05 10:53:00 +02:00
Frederich Munch
b47f842898 Fix MetaSema::actOnXCommand requiring posix paths. 2016-09-30 10:14:28 +02:00
Frederich Munch
9759ee7557 Peek inside extern "C" declarations only after name hasn't been matched. Change initial for loop use != comparison rather than < 2016-09-30 10:14:28 +02:00
Axel Naumann
83b879cd3a Fix detection of available compilation flags. 2016-09-29 11:33:53 +02:00
Axel Naumann
1ce8341b6d Add newline at end of file. 2016-09-27 10:29:55 +02:00
Vassil Vassilev
6ed81169e8 Re-enable deployment of the nightlies. 2016-09-25 12:50:47 +02:00
Vassil Vassilev
8669035baf Use http, use oauth token for push, simplify. 2016-09-25 12:44:40 +02:00
Vassil Vassilev
e99dcc4fc3 Typo. 2016-09-24 15:16:49 +02:00
Vassil Vassilev
c4921c005d we are already in the right dir. 2016-09-24 15:11:17 +02:00
Vassil Vassilev
539218e7db Fix typo, add comment. 2016-09-23 17:16:57 +02:00
Vassil Vassilev
f54272c3a4 Sync every time the cron is run. 2016-09-22 16:21:02 +02:00
Pedro Henriques dos Santos Teixeira
615beb1def Does not ignore IPKernelApp.init_io
In latest jupyter versions this fixes AttributeError 'ClingKernelApp object has no attribute displayhook'
2016-09-22 16:21:01 +02:00
Frederich Munch
e1854092b5 Move DeclUnloader and ParserStateRAII into cling namespace. 2016-09-22 15:15:27 +02:00
Vassil Vassilev
4cda31f257 Reduce the timout limit. 2016-09-18 11:59:53 +02:00
Vassil Vassilev
67f642aed6 Typo. 2016-09-17 16:23:04 +02:00
Vassil Vassilev
8b685315fa Display windows build status on github. 2016-09-17 15:40:08 +02:00
Vassil Vassilev
5431895caa Download the nsis compiler only when we pack cling. 2016-09-17 13:14:53 +02:00
Vassil Vassilev
95f07ec272 Cling standalone cmake builds on Windows require cmake 3.6.2.
We need to export symbols from cling's executable which was not possible until
the accepted in cmake patch by Bertrand.
2016-09-17 12:38:03 +02:00
Frederich Munch
2bf05c5188 Fix extern "C" declarations not being called from .x command.
This handles top-level declarations only (i.e. not nested in namespaces).
2016-09-16 21:39:49 +02:00
Frederich Munch
213ba748cd Don't check if argument exists twice, and remove impossible else. 2016-09-16 21:39:49 +02:00
Frederich Munch
ceedc351f3 Update comments for TransactionPool. 2016-09-16 21:39:49 +02:00
Frederich Munch
8296c01d95 Don't test for no_such_file_or_directory to know if a file exists.
There are many errors (is_a_directory, permission_denied, etc.),.
Any one of which will mean Magic is in an undefined state.
2016-09-16 17:59:55 +02:00
Frederich Munch
a5c1828daf Value::GetNumberOfElements should use size_t and not unsigned long.
This was triggering an assert on Windows.
2016-09-16 17:59:55 +02:00
Roman Zulak
5c8feeeb11 CPT: Fix optional argument being used as string. 2016-09-16 10:27:58 +02:00
Roman Zulak
3a4063090e CMake: Move Windows setting cling_include_deflt under if (CLING_INCLUDE_TESTS). 2016-09-16 10:27:58 +02:00
Roman Zulak
a2ee62913b CMake: Fix cling_include_deflt now being set to itself. 2016-09-16 10:27:58 +02:00
Danilo Piparo
8f60f8dc30 Further polish list of include paths 2016-09-15 10:20:17 +02:00
Danilo Piparo
f33ef5e6f0 Polish include path inclusion. We do not need LLVM in ROOT. 2016-09-14 18:29:38 +02:00
Danilo Piparo
b1ce4dbc1f Do not inject in the cling include paths portions of the sources
unless we are in a regime where CLING_INCLUDE_TESTS is defined.
This requires to re-balance the dictionary construction adding the
paths for the runtime universe.
2016-09-14 18:29:38 +02:00
Vassil Vassilev
083253181a Last appveyor try! 2016-09-13 19:16:08 +02:00
Vassil Vassilev
015c659140 Another try to appease appveyor. 2016-09-13 17:07:31 +02:00
Vassil Vassilev
44d07852e8 Another hyphen try. 2016-09-13 15:14:15 +02:00
Vassil Vassilev
564e2cb175 Correctly hyphenate command on windows. 2016-09-13 14:14:20 +02:00
Vassil Vassilev
42b70a752f Typo. 2016-09-13 14:14:19 +02:00
Axel Naumann
109ed8c33d Remove consumer's dangling reference. 2016-09-13 09:59:43 +02:00
Axel Naumann
e0ba0a3f1e Remove unused function. 2016-09-13 09:59:43 +02:00
Axel Naumann
48025d08ce Remove unused data member. Thanks, Coverity + CLion! 2016-09-12 22:31:57 +02:00
Axel Naumann
5637a11329 Fix Coverity CID66882 - clash with parameter name. 2016-09-12 22:31:57 +02:00
Axel Naumann
139d0144a5 Fix Coverity CID67986,67987 - clash with parameter name. 2016-09-12 22:31:57 +02:00
Axel Naumann
1f4d6c063a Fix Coverity CID60779,60780 - clash with parameter name. 2016-09-12 22:31:57 +02:00
Axel Naumann
0c2c555bbc Fix Coverity CID48538 - clash with parameter name. 2016-09-12 22:31:57 +02:00
Axel Naumann
56e748da0e Fix Coverity CID53317 - clash with parameter name. More explicit than op bool. 2016-09-12 22:31:57 +02:00
Axel Naumann
26580a75ee Fix Coverity CID60778 - control flow depends on compile time constant. 2016-09-12 22:31:56 +02:00
Axel Naumann
b26d955f67 Fix Coverity CID61311 - potential null deref. 2016-09-12 22:31:56 +02:00
Axel Naumann
2c9afd5243 Fix Coverity CID68091 - missing member init. 2016-09-12 21:44:20 +02:00
Axel Naumann
6c155bfc52 Fix Coverity CID68726 - potential null deref. 2016-09-12 21:44:20 +02:00
Axel Naumann
59b2e26209 Fix Coverity CID68743. 2016-09-12 21:44:20 +02:00
Axel Naumann
0d8ef9b09a Partially revert previous commit to Transaction.h to unbreak ROOT.
ROOT needs to create temporary Transactions on the stack, that do not end up in cling's TransactionPool.
2016-09-12 20:44:09 +02:00