-
Known toolchains are:
Creating toolchain for target: raspi...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total …
-
Hello,
When doing :
cmake -DWITH_PYTHON=ON -DWITH_PYTHON3=ON -DWITH_IPOPT=ON -DWITH_HSL=ON -DWITH_HSL:BOOL=ON -DWITH_THREAD=ON -DCMAKE_INSTALL_PREFIX:PATH=/gpfs/home/acad/ucl-tfl/jcrismer/.local…
-
```
A code like:
ticpp::Element* pElem=...doesnt matter..
ticpp::Element* element=new ticpp::Element(name);
ticpp::Text* elementtext=new ticpp::Text(text);
element->LinkEndChild(elementtext);
pElem->…
-
https://github.com/eclipse-4diac/4diac-fbe/tree/release
as it is, at least starts to compile, but finish with an Error:
Log in Windows:
[https://gist.github.com/diplfranzhoepfinger/124818dbff…
-
Currently Torsion is setup to compile using Visual Studio 2003.
We need to replace the existing VS project and solution with one that works with the new VS2015 release.
We can consider adding suppor…
-
```
What steps will reproduce the problem?
1. svn checkout http://electricsheep.googlecode.com/svn/trunk/
electricsheep-read-only
2. autogen.sh; ./configure; make
3. observe make during glx.cpp compi…
-
- better loading/saving/autosaving model
-
Not sure if it's a bug or feature. Yet it can then be a little bit tricky when you really need to work with the exact text within an element.
Code:
```
std::string str = "example";
tinyxml2::XMLDoc…
-
This is a major ticket for this milestone. We need to move the loaders/savers from the python extensions to C++. They should also support custom loaders/savers. All extension loaders/savers should …
-
```
A code like:
ticpp::Element* pElem=...doesnt matter..
ticpp::Element* element=new ticpp::Element(name);
ticpp::Text* elementtext=new ticpp::Text(text);
element->LinkEndChild(elementtext);
pElem->…