Questions tagged [edg]

7 questions
12
votes
2 answers

Is the Intel C++ Compiler (19.0) now only using the Clang front-end (i.e. already abandoned EDG)?

In 16.0, the Intel C++ Compiler provided two compilers (one based on EDG, another based on Clang). From the 16.0 documentation: Using the Command Line To invoke the compiler from the command line, use a command similar to the following: For C…
Zeson
  • 121
  • 4
0
votes
1 answer

How to dump a function call tree of a c code in a file?

Can anyone guide me how to build a call tree of a code of c If any one can suggest me any opensource tool I have used func_tree but it is not displaying the macro function call and function under macros...?????
0
votes
1 answer

how can i change the thickness of the edges based on the modification weight of the areas in Igraph R

My problem is that I want to assign values of correlations from a matrix to the thickness of areas in the Igraph package using R. Here is my data require(igraph) links = (AI)# AI in a correlation matrix links= as.matrix(AI)#coersÃo do data sete em…
0
votes
0 answers

How to get data from an XML which has two root nodes in XSLT

This is the XML i have: Empire Burlesque Bob Dylan USA Columbia 10.90
0
votes
1 answer

C++, member address

I am trying to make nvcc (g++/EDG) play nicely with latest boost template \ static false_type has_member(tester<&U::member_name>*); \ gives /opt/boost/include/boost/thread/locks.hpp:65: error:…
Anycorn
  • 50,217
  • 42
  • 167
  • 261
0
votes
1 answer

How to use relative path in compiler 'edg'?

I use compiler 'edg' for front-end compilation Let's assume I have got 2 files a) /build/src/a.c b) /build/include/a.h I am able to compile 'a.c' by specifying '-I /build/include' but not using '-I../include' How to use relative path using…
Sathish Kumar
  • 2,150
  • 10
  • 29
  • 51
-1
votes
1 answer

EDG ,get C++ friend data

I use edg software (Edison Design Group)to parse C++ code. I need to get information about all friends classes. For example for class A; class B; class C{ private: int x; double y; public: friend class A; friend…
YAKOVM
  • 9,805
  • 31
  • 116
  • 217