- Sep 24, 2017
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Giulio Eulisse authored
-
Danilo Piparo authored
-
Danilo Piparo authored
If at least C++14 is available, including "RMakeUnique.hxx" is equivalent to "memory".
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Sep 23, 2017
-
-
Danilo Piparo authored
thanks to Enrico for providing most of the text.
-
- Sep 22, 2017
-
-
Enrico Guiraud authored
This reverts part of commit 5059f594.
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
this is a hook the TDF "data processing framework" triggers.
-
Danilo Piparo authored
this may be useful to allow users to perform operations when work stealing happens in order to restore the state the "stolen" work item found before starting.
-
Danilo Piparo authored
-
Danilo Piparo authored
this is the method which is called first by the TDF and it makes sense to make room for the cursor at this point.
-
Danilo Piparo authored
it's a very clear and general concept which applies perfectly in the context of the TDataSource. Thanks to J. Blomer for mentioning it in the first place!
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Pere Mato Vila authored
-
Danilo Piparo authored
-
Lorenzo Moneta authored
-
Danilo Piparo authored
then the one that was used to build cling and finally the one in the absolute path (e.g. usr/bin/g++)
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Sep 21, 2017
-
-
Philippe Canal authored
XCode 9 introduces in C++11 mode an std::string_view (in experiemental) and the new std::string constructor with an std::string_view argument. This means that it would require the explicit conversion from TString to std::string to remove ambiguity. However it seems to not honor this explicit conversion. Until we figure out whether this is a deficiency or a feature, work-around it by using TString::Data
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Raphael Isemann authored
Previously the modules were only a environment variable, so we never had any CMake code that added the correct dependencies here. Now we do have runtime_cxxmodules, and we can actually properly add a dependency here. Without this patch a deleted C++ module file actually will never be regenerated.
-
Raphael Isemann authored
This reverts commit 180cd90a. It breaks lookup of functions with 'using ParentClass::Func' in combination with modules which reuse the hidden flag for module purposes. See https://reviews.llvm.org/D37180 for a clang test case that tests for regressions like this in the future.
-
Raphael Isemann authored
In commit b8dbe76844923 we added signal.h to the modulemap to fix a merging issue coming from sys/types.h. However, we include this header directly in some other places so we can still encounter this merging issue. This adds now the sys/types.h header also to the modulemap to fix this once and for all.
-
Lorenzo Moneta authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-